-
Notifications
You must be signed in to change notification settings - Fork 0
Home
321barney edited this page Aug 6, 2026
·
1 revision
Cobweb (AgentPM) is the orchestration layer that treats agents like a project — critical path, earned value, budget gates, and stage gates, built in.
Multi-agent systems keep hitting the same four unsolved problems:
| Problem | Current state | Cobweb's answer |
|---|---|---|
| Orchestration failure | Ad-hoc task graphs | WBS + CPM (dependency analysis, critical path) |
| No observability | "It's running somewhere" | EVM (CPI, SPI, EAC — real-time health) |
| No identity/permissions | All agents are admin | RACI+G (Responsible, Accountable, Consulted, Informed, Gatekeeper) |
| Cost explosion | "We burned $400 overnight" | Budget gates + stage gates (alert → abort → failover) |
Core insight: these "new" agent problems are old Project Management problems — and PM already solved them decades ago.
git clone https://github.com/321barney/cobweb.git
cd cobweb
pip install -e ".[dev]"Requires Python ≥ 3.11 — zero external dependencies for the core runtime.
Cobweb is in early alpha (v0.1.0). If you're interested in the intersection of PM methodology and agentic AI, contributions are welcome — see CONTRIBUTING.md.
License: Apache 2.0 · Author: Barney