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

Give explicit exit conditions for the agent to know when it's task is done #1

Open
Cptsnowcrasher opened this issue May 15, 2023 · 1 comment
Labels
feature request New Feature or Request

Comments

@Cptsnowcrasher
Copy link
Collaborator

One of the challenge with existing libraries for autonomous agents is that they get in loop because they don't know if the task they are trying to accomplish has been completed. So explicit option to define exit condition for agent can be a good feature to include.

Exit condition can be user defined or LLM defined.

Same primitive can be extended to include time based ( TAT ) or steps based exit.

@agnes-sharan
Copy link

Hi is this open for contribution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New Feature or Request
Projects
Development

No branches or pull requests

3 participants