You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: