freshcrate
Skin:/
Home > Security > autopoe

autopoe

A structured multi-agent framework for coordinated AI collaboration

Why this rank:Recent releaseHealthy release cadenceStrong adoption

Description

A structured multi-agent framework for coordinated AI collaboration

README

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

Docker

To run Autopoe in Docker, download docker-compose.yml and run:

docker compose up -d

Autopoe will be available at http://localhost:6873.

Prerequisites

  • Bubblewrap (bwrap) — 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). Four API types are supported — any compatible endpoint works:

  • OpenAI-compatible — OpenRouter, Ollama, ModelScope, vLLM, LiteLLM, or any /v1/chat/completions endpoint
  • OpenAI Responses — OpenAI or compatible /v1/responses endpoints
  • Anthropic — any endpoint following the Anthropic Messages API
  • Google Gemini — any endpoint following the Gemini generateContent API

Autopoe stores instance data in ~/.autopoe/ by default, including settings.json, workspace snapshots, and image assets. You can override that app data directory before startup with AUTOPOE_APP_DATA_DIR=/path/to/data or autopoe --app-data-dir /path/to/data. The system working_dir can be changed at runtime from Settings without restarting.

Development

# Clone the repo
git clone https://github.com/ImFeH2/autopoe.git
cd autopoe

# Backend (API + WebSocket only, http://localhost:8000)
uv sync
uv run fastapi dev app/dev.py

# Frontend (hot reload, http://localhost:6873, separate terminal)
cd frontend
pnpm install
pnpm dev

In development, open http://localhost:6873. The Vite dev server proxies /api and /ws to the backend on http://localhost:8000. In production, the backend serves the built frontend from app/static on http://localhost:6873.

Release History

VersionChangesUrgencyDate
v0.2.0**Full Changelog**: https://github.com/ImFeH2/flowent/compare/v0.1.5...v0.2.0High6/1/2026
v0.1.1**Full Changelog**: https://github.com/ImFeH2/flowent/compare/v0.1.0...v0.1.1High5/24/2026
v0.0.12**Full Changelog**: https://github.com/ImFeH2/flowent/compare/v0.0.11...v0.0.12High5/22/2026
v0.0.8**Full Changelog**: https://github.com/ImFeH2/flowent/compare/v0.0.7...v0.0.8High5/15/2026
v0.0.6**Full Changelog**: https://github.com/ImFeH2/flowent/compare/v0.0.5...v0.0.6High5/9/2026
v0.0.4**Full Changelog**: https://github.com/ImFeH2/flowent/compare/v0.0.3...v0.0.4High5/3/2026
v0.0.1**Full Changelog**: https://github.com/ImFeH2/flowent/commits/v0.0.1High4/26/2026
v0.2.14**Full Changelog**: https://github.com/ImFeH2/autopoe/compare/v0.2.13...v0.2.14High4/22/2026
v0.2.12**Full Changelog**: https://github.com/ImFeH2/autopoe/compare/v0.2.11...v0.2.12High4/16/2026
v0.2.11**Full Changelog**: https://github.com/ImFeH2/autopoe/compare/v0.2.10...v0.2.11High4/14/2026
v0.2.10**Full Changelog**: https://github.com/ImFeH2/autopoe/compare/v0.2.9...v0.2.10High4/13/2026
v0.2.9**Full Changelog**: https://github.com/ImFeH2/autopoe/compare/v0.2.8...v0.2.9High4/9/2026
v0.2.8**Full Changelog**: https://github.com/ImFeH2/autopoe/compare/v0.2.7...v0.2.8Medium3/18/2026
v0.2.7**Full Changelog**: https://github.com/ImFeH2/autopoe/compare/v0.2.6...v0.2.7Low3/16/2026
v0.2.6**Full Changelog**: https://github.com/ImFeH2/autopoe/compare/v0.2.5...v0.2.6Low3/10/2026
v0.2.5**Full Changelog**: https://github.com/ImFeH2/autopoe/compare/v0.2.4...v0.2.5Low3/8/2026
v0.2.4**Full Changelog**: https://github.com/ImFeH2/autopoe/compare/v0.2.3...v0.2.4Low2/22/2026
v0.2.3**Full Changelog**: https://github.com/ImFeH2/autopoe/compare/v0.2.2...v0.2.3Low2/20/2026
v0.2.2**Full Changelog**: https://github.com/ImFeH2/autopoe/compare/v0.1.3...v0.2.2Low2/19/2026
v0.1.3**Full Changelog**: https://github.com/ImFeH2/autopoe/compare/v0.1.2...v0.1.3Low2/19/2026
v0.1.2**Full Changelog**: https://github.com/ImFeH2/autopoe/commits/v0.1.2Low2/19/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

ai-real-estate-assistantAdvanced AI Real Estate Assistant using RAG, LLMs, and Python. Features market analysis, property valuation, and intelligent search.v5.0.7
fim-oneLLM-powered Agent Runtime with Dynamic DAG Planning & Concurrent Executionmaster@2026-06-02
BuildableAI-powered web app builder — describe it, build it, ship it. 2-agent LangGraph system (Sonnet 4.5 + o4-mini) generates React apps from natural language with live preview and one-click deploy.0.0.0
ai-lead-qualifier🧠 Qualify leads with an AI-driven system that understands intent, asks key questions, and structures quality leads without hardcoding processes.main@2026-06-07
E2BOpen-source, secure environment with real-world tools for enterprise-grade agents.e2b@2.28.0

More in Security

E2BOpen-source, secure environment with real-world tools for enterprise-grade agents.
vm0the easiest way to run natural language-described workflows automatically
AgenvoyAgentic framework | Self-improving memory | Pluggable tool extensions | Sandbox execution
clineAutonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.