diff --git a/docs/0_overview.md b/docs/0_overview.md index 48abd0d..9215efa 100644 --- a/docs/0_overview.md +++ b/docs/0_overview.md @@ -26,8 +26,8 @@ RA-OS is a minimal knowledge graph UI with MCP server integration. It provides a - 2-panel UI (nodes list + focus panel) - Node/Edge/Dimension CRUD - Full-text and semantic search -- MCP server with 11 tools -- Workflows system +- MCP server with 14 tools +- Guides system (context for external agents) - PDF extraction - Graph visualization (Map view) - BYO API keys @@ -76,7 +76,7 @@ Available tools: `rah_add_node`, `rah_search_nodes`, `rah_update_node`, `rah_get | Doc | Description | |-----|-------------| | [Schema](./2_schema.md) | Database schema, node/edge structure | -| [Tools & Workflows](./4_tools-and-workflows.md) | Available MCP tools, workflow system | +| [Tools & Guides](./4_tools-and-guides.md) | Available MCP tools, guide system | | [UI](./6_ui.md) | Component structure, panels, views | | [MCP](./8_mcp.md) | External agent connector setup | | [Troubleshooting](./TROUBLESHOOTING.md) | Common issues and fixes | diff --git a/docs/4_tools-and-workflows.md b/docs/4_tools-and-guides.md similarity index 94% rename from docs/4_tools-and-workflows.md rename to docs/4_tools-and-guides.md index 0e92ebb..7d84ba2 100644 --- a/docs/4_tools-and-workflows.md +++ b/docs/4_tools-and-guides.md @@ -2,17 +2,13 @@ > MCP tools for external agents and the guides system for context sharing. -<<<<<<< HEAD **How it works:** RA-OS exposes tools via MCP that external AI agents can call to read, create, and update your knowledge graph. Guides are markdown documents that help external agents understand your knowledge base. -======= -**How it works:** RA-H Light exposes tools via MCP that external AI agents can call to read, create, and update your knowledge graph. Guides are markdown documents that help external agents understand your knowledge base. ->>>>>>> 05ac0a8 (docs: update tools and workflows) --- ## MCP Tools -RA-OS provides MCP tools for external agents: +RA-OS provides 14 MCP tools for external agents: ### Node Operations diff --git a/docs/README.md b/docs/README.md index 001b1a3..fb89c0b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,7 +15,7 @@ |-----|-------------| | [Overview](./0_overview.md) | What is RA-OS, design philosophy | | [Schema](./2_schema.md) | Database schema, node/edge structure | -| [Tools & Workflows](./4_tools-and-workflows.md) | MCP tools, workflow system | +| [Tools & Guides](./4_tools-and-guides.md) | MCP tools, guide system | | [Logging & Evals](./5_logging-and-evals.md) | Debugging, evaluation framework | | [UI](./6_ui.md) | 2-panel layout, components, views | | [MCP](./8_mcp.md) | Connect Claude Code and external agents |