浸透エージェントツールキット
概要
このリポジトリには、Osmosisエージェントツールキットの構築に使用されるパッケージのコレクションが含まれています。大規模言語モデル(LLM)は、これらのツールを使用してOsmosisプロトコルと対話できます。
パッケージ
@osmosis-agent-toolkit/core
コアパッケージには、他のパッケージで使用されるコア機能が含まれています。レジストリデータ、クエリクライアント、署名およびブロードキャストロジックはここで定義されます。
@osmosis-agent-toolkit/ai-sdk
Osmosis Agent Toolkit 用の Vercel のAI SDKの実装。
@osmosis-agent-toolkit/mcp
Osmosis Agent Toolkit の Model Context Protocol (MCP) サーバー実装。
Claude DesktopまたはCursorでの使用
claude_desktop_config.json
または.cursor/mcp.json
に以下の行を追加してください。詳細はこちらをご覧ください。
発達
yarn または bun を使用して依存関係をインストールします。
ローカル開発用のウォッチ モードを開始します。
ビルドするには:
This server cannot be installed
LLM が Osmosis プロトコルと対話できるようにし、自然言語によるクエリおよびトランザクション機能を可能にするモデル コンテキスト プロトコル (MCP) サーバー実装。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases. Query collections, inspect schemas, and manage data seamlessly through natural language.Last updated -34075TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables LLMs to interact directly the documents that they have on-disk through agentic RAG and hybrid search in LanceDB. Ask LLMs questions about the dataset as a whole or about specific documents.Last updated -1231TypeScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.Last updated -2137JavaScript
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases, allowing them to query collections, inspect schemas, and manage data seamlessly through natural language.Last updated -340MIT License