Skip to content

Custom Agent classes #89

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

Open
wreed4 opened this issue Apr 17, 2025 · 3 comments
Open

Custom Agent classes #89

wreed4 opened this issue Apr 17, 2025 · 3 comments

Comments

@wreed4
Copy link

wreed4 commented Apr 17, 2025

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?

@evalstate
Copy link
Owner

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.

@wreed4
Copy link
Author

wreed4 commented Apr 18, 2025

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

@evalstate
Copy link
Owner

Thanks for taking the time to do that - I look forward to taking a look :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants