Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ Note: To use OKX DEX integration, you need to set up the following environment v

### LangGraph Multi-Agent System

The repository includes an advanced example of building a multi-agent system using LangGraph and Solana Agent Kit. Located in `examples/agent-kit-langgraph`, this example demonstrates:
The repository includes an advanced example of building a multi-agent system using LangGraph and Solana Agent Kit. Located in `examples/misc/agent-kit-langgraph`, this example demonstrates:

- Multi-agent architecture using LangGraph's StateGraph
- Specialized agents for different tasks:
Expand All @@ -862,7 +862,7 @@ The repository includes an advanced example of building a multi-agent system usi
- Fully typed TypeScript implementation
- Environment-based configuration

Check out the [LangGraph example](examples/agent-kit-langgraph) for a complete implementation of an advanced Solana agent system.
Check out the [LangGraph example](examples/misc/agent-kit-langgraph) for a complete implementation of an advanced Solana agent system.

## Dependencies

Expand Down