WIP: Save agent roles integration work before CHORUS rebrand
- Agent roles and coordination features - Chat API integration testing - New configuration and workspace management 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
21
archived/2025-07-17/test-config.yaml
Normal file
21
archived/2025-07-17/test-config.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
hive_api:
|
||||
base_url: "https://hive.home.deepblack.cloud"
|
||||
api_key: ""
|
||||
timeout: "30s"
|
||||
|
||||
agent:
|
||||
id: "test-agent"
|
||||
capabilities: ["task-coordination", "meta-discussion", "general"]
|
||||
models: ["phi3"]
|
||||
specialization: "general_developer"
|
||||
poll_interval: "60s"
|
||||
max_tasks: 1
|
||||
|
||||
github:
|
||||
token_file: ""
|
||||
|
||||
p2p:
|
||||
escalation_webhook: "https://n8n.home.deepblack.cloud/webhook-test/human-escalation"
|
||||
|
||||
logging:
|
||||
level: "debug"
|
||||
Reference in New Issue
Block a user