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
I'd like to be able to create custom agent classes to expand on the defaults here (basic, chain, evaluator, etc). Is there a feasible way to do this today? and if not, is this a use-case you'd consider putting on the roadmap?
The text was updated successfully, but these errors were encountered:
Great question, I've been thinking about a lot. The bundled agents (even more so in the next major release) are "just agents" and it should be easy to add your own, and easily extend/modify the patterns in use.
As long as something adheres to the internal AgentProtocol it should be able to interact with everything else (LLM attached or not).
I would love feedback for ideas on how we can make this a better agent developer experience.
I threw together a quick POC that fits my current use-case, but I dont' think it's really the full solution you want. but thought I'd throw it up to see if it gives you any ideas. I'm not super familiar with the codebase obviously, so sorry if anything is obviously broken. #92
I'd like to be able to create custom agent classes to expand on the defaults here (basic, chain, evaluator, etc). Is there a feasible way to do this today? and if not, is this a use-case you'd consider putting on the roadmap?
The text was updated successfully, but these errors were encountered: