Expand description
convergio-ipc — Message bus, SSE event streaming, agent registry.
Implements Extension: owns ipc_agents, ipc_messages, ipc_subscriptions, etc.
Re-exports§
pub use ext::IpcExtension;pub use types::IpcError;pub use types::IpcResult;
Modules§
- agents
- budget
- channels
- ext
- locks
- mcp_
defs - MCP tool definitions for the IPC extension.
- messaging
- models
- process_
scanner - Process scanner — discovers external AI agents (Claude Code, Copilot, MLX) by inspecting OS processes and registers them in ipc_agents.
- routes
- HTTP API routes for IPC.
- schema
- skills
- sse
- types
- utils
- Shared utilities — hostname, PID checks.
- websocket
- WebSocket handler for real-time agent chat and event streaming.