agent-squad
agent-squad copied to clipboard
#335 Support Ollama
Description
This pull request introduces support for the Ollama LLM, integrating it as a first-class agent within the agent-squad framework. Link to issue #335.
It includes the following key features:
-
New Classes:
-
OllamaAgentandOllamaAgentOptions -
OllamaClassifierandOllamaClassifierOptions
-
-
Streaming Support:
- Handles both streaming and non-streaming responses.