motleycrew  by MotleyAI

Multi-agent AI framework for orchestrating AI systems

created 1 year ago
374 stars

Top 76.9% on sourcepulse

GitHubView on GitHub
Project Summary

Motleycrew is a Python framework for building multi-agent AI systems, designed for developers and researchers who need to orchestrate complex AI workflows. It simplifies the integration of diverse AI agents and tools, enabling sophisticated task chaining and dynamic knowledge graph utilization for advanced system design.

How It Works

Motleycrew acts as a conductor, managing interactions between AI agents and tools. It leverages Langchain's Runnable API (LCEL) for component compatibility, allowing seamless integration of agents and tools from frameworks like Langchain, LlamaIndex, CrewAI, and Autogen. Tasks are managed via a knowledge graph, facilitating complex flow design through simple rule-based coding or custom task implementations that interact with the graph as a universal data store.

Quick Start & Requirements

Highlighted Details

  • Integrates agents and tools from Langchain, LlamaIndex, CrewAI, and Autogen.
  • Supports Langchain's Runnable API (LCEL) for component compatibility.
  • Built-in caching (motleycache) for HTTP requests, including LLM calls.
  • Open-source observability support via Lunary.
  • Knowledge graph backend for task management and data storage.

Maintenance & Community

  • Community Discord server available for support and discussion.
  • Open to contributions and feature requests via GitHub issues.

Licensing & Compatibility

  • License not explicitly stated in the README.

Limitations & Caveats

The README does not specify the exact Python version requirements or the project's license, which could impact commercial use or integration with closed-source projects.

Health Check
Last commit

3 days ago

Responsiveness

1 week

Pull Requests (30d)
6
Issues (30d)
0
Star History
17 stars in the last 90 days

Explore Similar Projects

Starred by Chip Huyen Chip Huyen(Author of AI Engineering, Designing Machine Learning Systems) and Robert Stojnic Robert Stojnic(Creator of Papers with Code).

Agent-S by simular-ai

1.6%
6k
Agentic framework for autonomous computer interaction
created 9 months ago
updated 3 days ago
Feedback? Help us improve.