You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,25 +19,26 @@ This project is organized as a monorepo with the following packages:
19
19
|**[`packages/core/`](packages/core/)**|**Core Polkadot API functionality**| • PolkadotApi implementation with multi-chain support<br/>• Balance checking and native token transfers<br/>• Cross-chain (XCM) transaction handling<br/>• Dynamic chain initialization and management<br/>• Transaction utilities and signing logic |
20
20
|**[`packages/llm/`](packages/llm/)**|**LangChain integration for AI agents**| • LangChain-compatible tools for blockchain operations<br/>• AI agent interfaces and abstractions<br/>• Tool definitions for balance checking, transfers, and XCM<br/>• Dynamic chain initialization tools for AI agents |
21
21
|**[`packages/sdk/`](packages/sdk/)**|**Main SDK interface**| • PolkadotAgentKit - the primary class for developers<br/>• High-level API that combines core and LLM functionality<br/>• Comprehensive examples and documentation<br/>• Integration tests and usage patterns |
22
-
|**[`packages/mcp/`](packages/mcp/)**|**Model Context Protocol server**| • MCP server for AI assistant integration<br/>• Direct tool access for Claude Desktop, Cursor, and custom clients<br/>• Complete Polkadot ecosystem toolset (balance, transfer, staking, DeFi)<br/>• Cross-chain operations and XCM transfers<br/>• Nomination pool management and token swaps |
0 commit comments