-
Notifications
You must be signed in to change notification settings - Fork 0
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 function calling support for models that support it. #1
Comments
To implement function calling support for models like Cohere, Anthropic, and Fireworks, you can follow these steps, inspired by the existing codebase structure and the handling of tools and datasources in agents:
By following these steps and utilizing the existing structure for tools and datasources, you can effectively integrate function calling support for models that offer this capability, enhancing the flexibility and power of the agents. |
To integrate function calling support for models like LiteLLM, Cohere, Anthropic, and Fireworks, follow these steps:
These steps require a deep understanding of both the Superagent framework and the specific capabilities and requirements of the models being integrated. It's crucial to thoroughly test the integration with each new model to ensure compatibility and performance. Referencesgreptileai/superagent/fern/mdx/sdk/local_tools.mdx |
To implement function calling support for models like Cohere, Anthropic, and Fireworks using the LiteLLM function calling spec, you'll need to make several updates across the codebase. Here's a concise implementation plan:
This plan targets the unique aspects of adding function calling support, leveraging the existing structure of the SuperAgent codebase. Referencesgreptileai/superagent/fern/mdx/sdk |
To add function calling support for models that support it, follow these steps:
References/libs/superagent/app/api/agents.py |
To implement function calling support for models like Cohere, Anthropic, Fireworks, etc., using the LiteLLM function calling spec, follow these steps:
This approach leverages the existing infrastructure while introducing the necessary enhancements to support function calling across different models. Referencesgreptileai/superagent/libs/superagent/app/agents/langchain.py |
🔖 Feature description
I want us to use the LiteLLM function calling spec for instead of our hybrid GPT approach for models that support function calling. Cohere, Anthropic, Fireworks etc. etc.
Acknowledgements
The text was updated successfully, but these errors were encountered: