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

Callback manager in LLM Agent #988

Open
5 tasks done
elisalimli opened this issue May 1, 2024 · 0 comments · May be fixed by #990
Open
5 tasks done

Callback manager in LLM Agent #988

elisalimli opened this issue May 1, 2024 · 0 comments · May be fixed by #990
Labels
enhancement New feature or request

Comments

@elisalimli
Copy link
Collaborator

elisalimli commented May 1, 2024

⚠️ Please check that this feature request hasn't been suggested before.

  • I searched previous Ideas in Discussions didn't find any similar feature requests.
  • I searched previous Issues didn't find any similar feature requests.

🔖 Feature description

We should create a callback manager that has functions like on_agent_start, on_agent_end, on_tool_end, on_tool_error etc.

This callback manager should play a dispatcher role for other callbacks (Memory, streaming, logging). We should only call this callback manager on each of those actions that listed above.

Acknowledgements

  • My issue title is concise and descriptive.
  • I have searched the existing issues to make sure this feature has not been requested yet.
  • I have provided enough information for the maintainers to understand and evaluate this request.
@elisalimli elisalimli added the enhancement New feature or request label May 1, 2024
This was referenced May 1, 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

Successfully merging a pull request may close this issue.

1 participant