evex-agent-messaging
EVEX Agent Messaging Gateway
Parent Main、Child Main、Role Child の会話操作のための、プロバイダに依存しない MCP トランスポート。 エージェントはこの MCP を呼び出します。OpenHands の Conversation API を直接呼び出すことはありません。
ツール
create_child: 完全な構造化 Mission とクリーンな決定論的 Git チェックアウトを検証し、Child のアイデンティティとコールバック機能をバインドしてから、1 つの決定論的 Conversation を作成します。プロバイダはツールなしの受付ターンを 1 回実行し、ACP ブートストラップ後に正確なブランチ/HEAD を復元して再検証し、その後にのみツールを許可して Mission を配信します。チェックアウト権限がない、または不一致の場合は Conversation API 呼び出しは発生しません。ソースロールは Messaging のみを受け取ります。明示的な QA/修復 Mission のみがcapabilities: ["runtime_environment"]を要求できます。send_to_parent: 構造化されたRESULT/NEEDS_INPUTを、ケイパビリティを所有する Main に配信します。request_user_decision: A/B/C 形式の質問を所有する Main に配信します。cancel_mission/resume_mission: 正確な Child タスクを停止または再開します。publish_navigation_links: 情報提供用の Issue/Main/Child/PR リンクを所有する Main に公開します。
ケイパビリティは、コンパクトで不透明な evx1_ HMAC-SHA256 参照です。これらは、所有する Main、Child、タスクキー、ロール、許可されたアクション、有効期限をバインドします。サーバーは OpenHands の認証情報を保持しますが、それはツール入力、ツール出力、または子環境変数には決して現れません。永続状態はありません。呼び出し元が安定したメッセージキーを提供し、Main がセマンティックリプレイを重複排除します。
作成された各 Child は、非同期のネイティブ Stop フックを受け取ります。フックは、スコープ付き参照を使用してプライベートな /completion-hook エンドポイントを呼び出します。ゲートウェイは終端のネイティブ状態を待機し、制限された最終アシスタント応答を含む 1 つの安定した RECOVERY_WAKE を所有する Main に送信します。これは、モデルが send_to_parent を呼び出さずに終了した場合のプロバイダに依存しないフォールバックです。繰り返されるフックは同じセマンティックメッセージキーを再利用し、データベース、ポーラー、読み取りツール、または受信確認ストアを必要としません。
信頼された Event Gateway/ホストは、main_capability_token(...) を使用して短命の Main ケイパビリティを発行し、それを Main Mission に注入します。MCP は、ケイパビリティ発行ツールをエージェントに公開しません。
Parent は、/home/openhands/workspace/mirrors/<owner>--<repository>.git にある永続的なベアミラーのみを作成または取得します。create_child は /home/openhands/workspace/delivery/child-<child UUID> を導出し、存在しない場合は正確なブランチのワークツリーを作成し、Conversation API に触れる前にリポジトリ、オリジン、ブランチ、HEAD、およびクリーン状態を検証します。既存のワークツリーをリモートでクローン/フェッチしたり、削除したり、リセットしたり、別の目的に再利用したりすることはありません。
Related MCP server: agent-broker
実行
サーバーは MCP stdio フレーミング (Content-Length ヘッダー) を使用します:
export EVEX_MESSAGING_SECRET='long-random-secret'
export OPENHANDS_URL='http://openhands:8000'
export OPENHANDS_API_KEY='server-only-key'
export OPENHANDS_PUBLIC_URL='http://openhands.example/canvas'
PYTHONPATH=src python3 -m evex_agent_messagingOpenHands の変数を読み取るのはアダプターだけです。テストまたはサービスを組み込むホストがフェイクプロバイダを注入できるため、スキルと Mission はランタイムに依存しません。
検証
python3 -m unittest discover -s tests -p 'test_*.py' -qThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.MIT
- FlicenseNot gradedqualityCmaintenanceEnables multi-agent communication workflows with consensus arbitration, peer messaging, and operator-mediated collaboration through authenticated MCP tools.1
- AlicenseNot gradedqualityDmaintenanceEnables durable handoffs and shared scratchpad for multi-agent workflows over MCP HTTP transport.117MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that enables AI agents on different machines to communicate and collaborate directly through relay channels, supporting structured agent contracts, real-time messaging, and human-in-the-loop approval workflows.1,905MIT
Related MCP Connectors
An authenticated remote MCP server for user-owned devices and one-shot capability invocation.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EvexU2/evex-agent-messaging'
If you have feedback or need assistance with the MCP directory API, please join our Discord server