A structured multi-agent framework for coordinated AI collaboration
Project description
Autopoe
A multi-agent collaboration framework where lightweight AI agents work together through structured coordination to accomplish complex software development tasks.
Installation
Pick one:
uvx autopoe # run without installing
uv tool install autopoe # install via uv
pip install autopoe # install via pip
To run from source, see Development.
Prerequisites
- Firejail — required for agents to execute shell commands in a sandboxed environment. Install it before running Autopoe if you want agents to be able to run code.
Configuration
On first run, configure your LLM provider via the Settings panel (gear icon). Three API types are supported — any compatible endpoint works:
- OpenAI-compatible — OpenRouter, Ollama, ModelScope, vLLM, LiteLLM, or any
/v1/chat/completionsendpoint - Anthropic — any endpoint following the Anthropic Messages API
- Google Gemini — any endpoint following the Gemini
generateContentAPI
Settings are saved to settings.json and can be changed at runtime without restarting.
Development
# Clone the repo
git clone https://github.com/ImFeH2/autopoe.git
cd autopoe
# Backend (hot reload)
uv sync
uv run fastapi dev
# Frontend (hot reload, separate terminal)
cd frontend
pnpm install
pnpm dev
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autopoe-0.2.2-py3-none-any.whl.
File metadata
- Download URL: autopoe-0.2.2-py3-none-any.whl
- Upload date:
- Size: 365.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8682dab4551c80bc5f03e1df3d75d55963e2cd31cc7e07b5e79f9cb0dfcd3c87
|
|
| MD5 |
951f59c2e4c2e54d92d56528594d8808
|
|
| BLAKE2b-256 |
f09e633c7ba822caea7c12a115f5911df5a1e23814105dadcfe190f956abbf7c
|