Skip to content

Commit cd4b339

Browse files
docs: move ecosystem section before agent prompt for visibility
1 parent a9eedd4 commit cd4b339

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@ plandb go # claim next ready task
5454
plandb done --next # complete + claim next (no ID needed)
5555
```
5656

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) |
66+
| **PR-AF** | AI-native multi-agent pull request reviewer | [Agent-Field/pr-af](https://github.com/Agent-Field/pr-af) |
67+
| **CloudSecurity-AF** | AI-native cloud security scanner — attack path analysis from IaC | [Agent-Field/cloudsecurity-af](https://github.com/Agent-Field/cloudsecurity-af) |
68+
69+
> **SWE-AF** uses PlanDB internally to decompose engineering tasks into parallel agent workstreams — it's the reference implementation for PlanDB-driven multi-agent orchestration.
70+
5771
## Copy-Paste Prompt for Your Agent
5872

5973
Generate a ready-to-use system prompt for any AI agent:
@@ -207,20 +221,6 @@ PLANDB_AGENT=w1 plandb done --next
207221
| MCP | `plandb mcp` | Claude Code, Cursor, Windsurf |
208222
| HTTP | `plandb serve --port 8484` | Custom agents, webhooks |
209223

210-
## Part of the AgentField Ecosystem
211-
212-
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) |
219-
| **PR-AF** | AI-native multi-agent pull request reviewer | [Agent-Field/pr-af](https://github.com/Agent-Field/pr-af) |
220-
| **CloudSecurity-AF** | AI-native cloud security scanner — attack path analysis from IaC | [Agent-Field/cloudsecurity-af](https://github.com/Agent-Field/cloudsecurity-af) |
221-
222-
> **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-
224224
## Architecture
225225

226226
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

Comments
 (0)