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'm the DevRel Lead at Mozilla.ai. I have been following Camel AI, and I love the work you're doing with communicative agents.
I'd like to propose integration any-llm as a supported backend in Camel.
any-llm is a Python library by Mozilla.ai that provides a unified interface for LLMs. It allows developers to swap between OpenAI, Anthropic, Gemini, and Local Models (via Ollama/LocalAI) with a single configuration change, and without leaking data. Integrating with any-llm will reduce the need for Camel to maintain separate adapters for every new model provider that pops up.
I am happy to submit a PR for this. My plan is to implement a wrapper class inheriting for BaseModelBackend that routes requests through any-llm. This would allow users to simply pass an any-llm instance when initializing agents.
Is this an integration the core team would be open to merging? Looking forward to your thoughts.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Camel Team and Community,
I'm the DevRel Lead at Mozilla.ai. I have been following Camel AI, and I love the work you're doing with communicative agents.
I'd like to propose integration any-llm as a supported backend in Camel.
any-llmis a Python library by Mozilla.ai that provides a unified interface for LLMs. It allows developers to swap between OpenAI, Anthropic, Gemini, and Local Models (via Ollama/LocalAI) with a single configuration change, and without leaking data. Integrating withany-llmwill reduce the need for Camel to maintain separate adapters for every new model provider that pops up.I am happy to submit a PR for this. My plan is to implement a wrapper class inheriting for
BaseModelBackendthat routes requests throughany-llm. This would allow users to simply pass anany-llminstance when initializing agents.Is this an integration the core team would be open to merging? Looking forward to your thoughts.
Best
Anushri
Beta Was this translation helpful? Give feedback.
All reactions