ImFeH2/autopoe
A structured multi-agent framework for coordinated AI collaboration
What's novel
A structured multi-agent framework for coordinated AI collaboration
Code Analysis
15 files read · 4 roundsA desktop application (Tauri + React + Python) that orchestrates multiple LLM-powered agents collaborating with a human through threaded discussions, with sandboxed command execution, persistent memory, and per-agent task management.
Strengths
Genuinely well-architected hexagonal design with platform-specific OS-level sandboxing (bubblewrap/seatbelt/restricted tokens), thoughtful LLM prompt engineering that prevents agent loops, and a complete end-to-end system from JSONL protocol to SQLite persistence to desktop UI.
Weaknesses
The tools module is a 22KB monolith that could be split, the README is a single sentence that barely describes the system's capabilities, and some production-safety concerns exist (assert statements in the store, no visible rate limiting on LLM calls).
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
205
Contributors
1
Files
193
Active weeks
4
Repository
Language
Python
Stars
1
Forks
0
License
Apache-2.0