- Complete module following all four development specifications - Multi-Hermes Service instance management for enterprise deployments - Database tables: hermes_services, hermes_service_sessions - CRUD operations for service and session management - bricks-framework UI components: index.ui, service-detail.ui, chat.ui, settings.ui - Support for enterprises to deploy their own hermes-service instances - Unified interface to manage multiple service endpoints - Security features: API key storage, HTTPS enforcement, connection testing
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"tablename": "hermes_service_sessions",
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"type": "uuid",
|
|
"primary_key": true,
|
|
"nullable": false
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"...[truncated] |