Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add a pre-compilation step which disambiguates nested Actions #784

Open
SaadBazaz opened this issue Dec 16, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@SaadBazaz
Copy link
Collaborator

What do you want to see?

We want developers to be able to reuse Actions properly. Currently, reusing Actions causes the Agent to crash.
Probably requires us to have a pre-compilation step to allow better composition

e.g.

const SearchMemeAction = () => <Action name... />

const MemeCreator = () => {
  return (
      <SearchMemeAction />
  )
}

const MemeGifSearcher = () => {
  return (
      <SearchMemeAction />
  )
}

Just as an example.

Link to original discussion

No response

@SaadBazaz SaadBazaz added the enhancement New feature or request label Dec 16, 2024
@SaadBazaz SaadBazaz self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant