Skip to content

Commit 418816f

Browse files
committed
docs: update API reference and examples for declarative graph building and high-level API integration
1 parent 0a2811c commit 418816f

File tree

6 files changed

+508
-277
lines changed

6 files changed

+508
-277
lines changed

docs/core-concepts/agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ response = await agent.run("Get Bitcoin price and analyze trends")
253253
- **[Graph System](../core-concepts/graph-system.md)** - Advanced workflow orchestration
254254
- **[MCP Protocol](../core-concepts/mcp-protocol.md)** - Dynamic tool discovery and execution
255255
- **[API Reference](../api-reference/agents/base-agent.md)** - Complete agent API documentation
256-
**GitHub**: [View Source](https://github.com/XSpoonAi/spoon-ai/tree/main/spoon-cookbook/example/intent_graph_demo.py)
256+
**GitHub**: [View Source](https://github.com/XSpoonAi/spoon-core/blob/main/examples/intent_graph_demo.py)
257257

258258
**What it demonstrates:**
259259
- Complete Graph agent implementation with intelligent routing
@@ -295,7 +295,7 @@ response = await agent.run("Get Bitcoin price and analyze trends")
295295
- Error handling in distributed systems
296296

297297
#### 📊 [Graph Crypto Analysis](../examples/graph-crypto-analysis.md)
298-
**GitHub**: [View Source](https://github.com/XSpoonAi/spoon-ai/tree/main/spoon-cookbook/example/graph_crypto_analysis.py)
298+
**GitHub**: [View Source](https://github.com/XSpoonAi/spoon-core/blob/main/examples/graph_crypto_analysis.py)
299299

300300
**What it demonstrates:**
301301
- Specialized cryptocurrency analysis agent

0 commit comments

Comments
 (0)