yumoqing 7d70f362b2 feat: Initial implementation of hermes-service with multi-user support
- Complete REST API with session management
- Dynamic user creation with isolated environments
- Multi-user isolation using /d/hermesai/users/{user_id}/.hermes structure
- Full command execution capabilities via Hermes CLI
- Health check and status endpoints
- Follows module development specifications
2026-04-21 13:20:10 +08:00

14 lines
327 B
JSON

{
"hermes_services": [
{
"id": "00000000-0000-0000-0000-000000000001",
"name": "default_hermes_service",
"owner_id": null,
"org_id": null,
"service_url": "http://localhost:9119",
"api_key": null,
"config": {"port": 9119, "host": "127.0.0.1"},
"status": "active"
}
]
}