ix  by kreneskyp

Autonomous agent platform for LLM-powered workflows

created 2 years ago
1,032 stars

Top 37.0% 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

1 day

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

Explore Similar Projects

Starred by Zhiqiang Xie Zhiqiang Xie(Author of SGLang), Chip Huyen Chip Huyen(Author of AI Engineering, Designing Machine Learning Systems), and
6 more.

swarm by openai

0.3%
20k
Multi-agent orchestration framework for lightweight agent coordination
created 1 year ago
updated 4 months ago
Feedback? Help us improve.