Distri: A Composable Agent Framework
@distrihub
关于 Distri: A Composable Agent Framework
Distri is A2A compatible OpenClaw like agent framework built in Rust.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Distri?
Distri is an open-source AI agent framework built in Rust. It lets you define agents in markdown, connect product functions as tools, and run them from the CLI, as an API server, or embedded in a React UI.
How to use Distri?
Install via the curl script or Homebrew, then run distri serve to start the server and web UI on port 7777 (default). Use distri run <agent> --task "..." to execute built-in or custom agents, or define agents in markdown files and push them to Distri Cloud.
Key features of Distri
- Agents defined in markdown with TOML frontmatter.
- Built-in tool system: builtins, dynamic HTTP, external client-side, MCP.
- Skills: on-demand knowledge documents loaded at runtime.
- Sub-agents for delegation with isolated context and token budgets.
- Remote execution in sandboxed containers.
- Self-hosted with SQLite, no external dependencies required.
Use cases of Distri
- Run web search and scraping agents.
- Sandboxed code execution.
- Multi-phase research with sub-agent delegation.
- Embed agent chat into React applications.
- Design and push custom agents to a cloud service.
FAQ from Distri
Does Distri require a runtime like Node.js or Python?
No. Distri is a single compiled binary and requires no external runtime. It only needs SQLite for storage.
How do I define my own agent?
Create a markdown file with TOML frontmatter specifying the agent’s name, tools, and system prompt. Run it with distri run --agent my_agent --task "..." or push it to Distri Cloud.
Can I trace agent executions?
Yes. Distri provides a trace viewer and the distri traces list/show CLI command, showing full traces from agent to steps to LLM and tools with token/cost/latency data.
What is the default port for the server?
The default port is 7777. You can change it with --port 8080 or any other port.
Is there a cloud service for Distri?
Yes, Distri Cloud allows you to push agents and skills,
AI 与智能体 分类下的更多 MCP 服务器
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
评论