[PR #11927] feat: Implement multi-agent collaboration system #13660

Closed
opened 2026-04-13 00:32:11 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/ollama/ollama/pull/11927

State: closed
Merged: No


This commit introduces a new Python-based multi-agent collaboration system that leverages the Ollama API.

The system includes:

  • A Flask web application with a chat interface.
  • Integration with CrewAI for orchestrating AI agents.
  • A research crew with a SearxNG tool for web searches.
  • An image generation crew with a ComfyUI tool for creating images.
  • An agent selector to choose between different crews.
  • Unit tests for the core components.
**Original Pull Request:** https://github.com/ollama/ollama/pull/11927 **State:** closed **Merged:** No --- This commit introduces a new Python-based multi-agent collaboration system that leverages the Ollama API. The system includes: - A Flask web application with a chat interface. - Integration with CrewAI for orchestrating AI agents. - A research crew with a SearxNG tool for web searches. - An image generation crew with a ComfyUI tool for creating images. - An agent selector to choose between different crews. - Unit tests for the core components.
GiteaMirror added the pull-request label 2026-04-13 00:32:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#13660