diff --git a/examples/agent-kit-langgraph/README.md b/examples/agent-kit-langgraph/README.md index 6bf7836..878fdb9 100644 --- a/examples/agent-kit-langgraph/README.md +++ b/examples/agent-kit-langgraph/README.md @@ -2,6 +2,8 @@ This example demonstrates how to build an advanced Solana agent using LangGraph and the Solana Agent Kit. It showcases a multi-agent system that can handle various Solana-related tasks through a directed workflow. +![Solana Agent Kit LangGraph Architecture](./assets/architecture.png) + ## Features - Multi-agent architecture using LangGraph's StateGraph diff --git a/examples/agent-kit-langgraph/assets/architecture.png b/examples/agent-kit-langgraph/assets/architecture.png new file mode 100644 index 0000000..7259a6b Binary files /dev/null and b/examples/agent-kit-langgraph/assets/architecture.png differ