agent-broker
by strommy76
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DELPHI_HOST | Yes | Host address to bind the server. | 127.0.0.1 |
| DELPHI_PORT | Yes | Port to listen on. | 8420 |
| DELPHI_DB_PATH | Yes | Path to SQLite database file. Resolved relative to project root unless absolute. | data/delphi.db |
| DELPHI_WEB_SECURE | Yes | Set to 'true'/'1'/'yes' to flag operator session cookie as Secure. | false |
| DELPHI_AGENTS_PATH | Yes | Path to agent manifest JSON file. | config/agents.json |
| DELPHI_OPERATOR_TOKEN | Yes | Shared secret for operator authentication. Generate with python -c "import secrets; print(secrets.token_hex(32))". Placeholders are rejected. | |
| OPERATOR_PARTICIPANT_ID | Yes | Participant ID of the operator. Must exist in agents.json. | operator |
| DELPHI_EXECUTOR_AGENT_ID | Yes | Agent ID for the executor role. Must exist with role='executor' in agents.json. | dev-codex-executor |
| DELPHI_MCP_HOST_REGISTRY | Yes | Host-header registry for MCP transport security. Example: 127.0.0.1:*,localhost:* | |
| DELPHI_ARBITRATOR_AGENT_ID | Yes | Agent ID for the arbitrator role. Must exist with role='arbitrator' in agents.json. | flow-claude |
| DELPHI_MCP_ORIGIN_REGISTRY | Yes | Origin registry for HTTP ingress. Example: http://127.0.0.1:8420,http://localhost:8420 | |
| DELPHI_NUDGE_SWEEP_ENABLED | Yes | Enables the background expired-nudge sweep. | true |
| DELPHI_MCP_SESSION_MANAGER_ENABLED | Yes | Enables the FastMCP stream session manager for HTTP MCP transport. | true |
| OPERATOR_PERMANENTLY_HIDDEN_THREADS_PATH | Yes | Path to operator-managed hidden-thread config. | config/operator_permanently_hidden_threads.json.example |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessSyncing