HTTP API: 消息路由
module/file.py:function_name消息路由 API 供外部 Agent 调用,用于:
实现位置: gateway/api/routing_api.py
基础路径: /api/routing
端点: GET /api/routing/contacts
用途: 查询当前 Agent 的可见联系人列表
说明: 具体请求/响应格式待设计
端点: POST /api/routing/messages
用途: 发送消息到其他 Agent
说明: 具体请求/响应格式待设计
端点: GET /api/routing/rules
用途: 查询消息路由规则
说明: 具体请求/响应格式待设计