浸透エージェントツールキット
概要
このリポジトリには、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に以下の行を追加してください。詳細はこちらをご覧ください。
{
"mcpServers": {
"Osmosis": {
"command": "npx",
"args": [
"-y",
"@osmosis-agent-toolkit/mcp"
],
"env": {
"OSMOSIS_MNEMONIC": "<your mnemonic here>"
}
}
}
}
発達
yarn または bun を使用して依存関係をインストールします。
bun i
ローカル開発用のウォッチ モードを開始します。
bun run dev
ビルドするには:
bun run build
This server cannot be installed
LLM が Osmosis プロトコルと対話できるようにし、自然言語によるクエリおよびトランザクション機能を可能にするモデル コンテキスト プロトコル (MCP) サーバー実装。
Related MCP Servers
- -security-license-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 -109169MIT License
- -security-license-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 -572MIT License
- -security-license-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.
- Asecurity-licenseAqualityA Model Context Protocol (MCP) server designed to easily dump your codebase context into Large Language Models (LLMs).Last updated -1242Apache 2.0