ix  by kreneskyp

Autonomous agent platform for LLM-powered workflows

Created 2 years ago
1,036 stars

Top 36.2% on SourcePulse

GitHubView on GitHub
Project Summary

IX is a platform for building and deploying autonomous LLM-powered agents and workflows, targeting developers and researchers who need to automate complex tasks. It offers a flexible, scalable solution for delegating tasks to AI agents that can run in parallel and communicate with each other, enabling automated QA, code generation, data analysis, and more.

How It Works

IX utilizes a message queue (Celery) and Dockerized agent workers for horizontal scalability, allowing a fleet of agents to operate concurrently. It maps LangChain components to a configuration graph, enabling a no-code editor to dynamically render nodes and forms for agent logic creation and testing. Agents can be orchestrated through a multi-agent chat interface, with a moderator agent delegating tasks or users directly mentioning specific agents.

Quick Start & Requirements

  • Install via pip: pip install agent-ix
  • Run with Docker Compose: ix up
  • Prerequisites: WSL (Windows), Docker Desktop, Python 3.8+.
  • Official Docs: https://github.com/kreneskyp/ix

Highlighted Details

  • Supports OpenAI, Google PaLM (Experimental), Anthropic (Experimental), and Llama (Experimental) models.
  • No-code agent editor with embedded chat for rapid testing and debugging.
  • Multi-agent chat interface with an IX moderator for task delegation.
  • Smart input bar auto-completes agent mentions and data artifacts.
  • Scalable agent workers via Celery message queue.

Maintenance & Community

  • Active development is indicated by recent commits and a clear structure.
  • Community links are not explicitly provided in the README.

Licensing & Compatibility

  • The README does not specify a license. This requires clarification for commercial use or closed-source integration.

Limitations & Caveats

Experimental support for Google PaLM, Anthropic, and Llama models may indicate potential instability or incomplete functionality. The lack of a specified license is a significant caveat for adoption.

Health Check
Last Commit

1 year ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
4 stars in the last 30 days

Explore Similar Projects

Starred by Andrew Ng Andrew Ng(Founder of DeepLearning.AI; Cofounder of Coursera; Professor at Stanford), Thomas Wolf Thomas Wolf(Cofounder of Hugging Face), and
4 more.

ag2 by ag2ai

0.9%
4k
AgentOS for building AI agents and facilitating multi-agent cooperation
Created 10 months ago
Updated 2 days ago
Starred by Elie Bursztein Elie Bursztein(Cybersecurity Lead at Google DeepMind), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
7 more.

SuperAGI by TransformerOptimus

0.1%
17k
Open-source framework for autonomous AI agent development
Created 2 years ago
Updated 7 months ago
Feedback? Help us improve.