You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,20 @@ plandb go # claim next ready task
54
54
plandb done --next # complete + claim next (no ID needed)
55
55
```
56
56
57
+
## Part of the AgentField Ecosystem
58
+
59
+
PlanDB is the task planning layer for [**AgentField**](https://github.com/Agent-Field/agentfield) — the open-source AI backend that lets you build and run AI agents like APIs. Use them together or independently.
60
+
61
+
| Project | What it does | Link |
62
+
|---------|-------------|------|
63
+
|**AgentField**| AI backend — build and run AI agents like APIs |[Agent-Field/agentfield](https://github.com/Agent-Field/agentfield)|
64
+
|**PlanDB**| Agent-native task planning — compound graph for decomposition and coordination |*you are here*|
65
+
|**SWE-AF**| Autonomous software engineering — fleet of agents that plan, code, test, and ship PRs |[Agent-Field/SWE-AF](https://github.com/Agent-Field/SWE-AF)|
PlanDB is the task planning layer for [**AgentField**](https://github.com/Agent-Field/agentfield) — the open-source AI backend that lets you build and run AI agents like APIs. Use them together or independently.
213
-
214
-
| Project | What it does | Link |
215
-
|---------|-------------|------|
216
-
|**AgentField**| AI backend — build and run AI agents like APIs |[Agent-Field/agentfield](https://github.com/Agent-Field/agentfield)|
217
-
|**PlanDB**| Agent-native task planning — compound graph for decomposition and coordination |*you are here*|
218
-
|**SWE-AF**| Autonomous software engineering — fleet of agents that plan, code, test, and ship PRs |[Agent-Field/SWE-AF](https://github.com/Agent-Field/SWE-AF)|
> **SWE-AF** uses PlanDB internally to decompose engineering tasks into parallel agent workstreams — it's the reference implementation for PlanDB-driven multi-agent orchestration.
223
-
224
224
## Architecture
225
225
226
226
PlanDB uses a **compound graph** — see [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) for the full design: why two orthogonal structures, cross-level dependency mechanics, comparison with flat DAGs/hypergraphs, composite auto-completion, and when each structure matters.
0 commit comments