-
Notifications
You must be signed in to change notification settings - Fork 223
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
Add support for Anthropic Claude LLM #233
Comments
Hello, @M-Tahar, and thank you for your interest in Bee. To start, please first go through our Contributing Guidlines followed by Adding a new LLM provider (adapter) instructions(https://i-am-bee.github.io/bee-agent-framework/#/llms?id=adding-a-new-provider-adapter). Feel free to open a draft PR where we can discuss. Relevant PRs (adding a new LLM provider): |
Hello @M-Tahar what is the current state? Are you working on it? Thank you. |
Will be solved by #298 |
Whenever I go to read the docs for this framework I drop out when I don't see Claude Sonnet 3.5 (arguably the most competent coder and all around model so far). I'd be thrilled to see it showing up. I would note though that Anthropic's api seems less reliable, more error prone in my AI coder Cline so I use OpenRouter to get to Claude and it's bulletproof, so OpenRouter might be a better near term target since it covers tons of models and seems to do it well. |
I will add the provider later this week because it should be fairly easy with #298 |
Ref: #233 Co-authored-by: Tomas Dvorak <toomas2d@gmail.com>
@jakenuts Anthropic is now available as a provider for Bee. |
Awesome! Thank you! |
Proposal to add Claude/Anthropic as a supported LLM provider in the bee-agent-framework.
Motivation:
Implementation Plan:
Add Claude adapter in src/adapters/claude
Update configuration:
Documentation:
Testing:
Technical Details:
Would love to contribute this feature if the maintainers are interested! Let me know if you have any specific requirements or preferences for the implementation.
The text was updated successfully, but these errors were encountered: