Distri logo

Distri

by distrihub

Distri is a framework for building and composing AI agents, written in Rust. It enables developers to create, publish, and combine agent capabilities using the MCP (Multi-Agent Communication Protocol) standard.

View on GitHub

Last updated: N/A

What is Distri?

Distri is a composable agent framework written in Rust that allows developers to build, publish, and combine AI agent capabilities using the MCP standard. It provides tools and a protocol for agents to communicate, share capabilities, and execute tasks collaboratively.

How to use Distri?

Distri agents can be configured and run using YAML configuration files. You can install Distri using Cargo or Docker. The framework also provides a proxy to run stdio commands and access a variety of tools. Distri is connected to AI Gateway and has access to 250+ LLMs.

Key features of Distri

  • Modular Design

  • MCP Protocol

  • Rust Performance

  • Tool Publishing

  • Easy Integration

Use cases of Distri

  • Building custom AI agents

  • Creating collaborative AI systems

  • Sharing agent capabilities as reusable tools

  • Integrating with existing AI models

  • Automating complex tasks with AI agents

FAQ from Distri

What is MCP?

MCP (Multi-Agent Communication Protocol) is a standardized protocol that enables agents to communicate with each other in a structured way, share capabilities and tools, execute tasks collaboratively, and handle state management and coordination.

How do I install Distri?

You can install Distri using Cargo or Docker. Instructions are provided in the Installation section of the README.

How do I configure Distri agents?

Distri agents can be configured using YAML configuration files or Rust scripts (coming soon).

What is the AI Gateway?

Distri is connected to AI Gateway and has access to 250+ LLMs. For more details checkout Langdb AI Gateway.

Is Distri production-ready?

Distri is in early stages of development. APIs and protocols may change as we gather feedback and improve the framework.