Some checks failed
Build and Deploy Docs / build-and-deploy (push) Has been cancelled
- Created logs/ structure (sessions, operations, incidents) - Added session-start/log/end scripts - Installed Git hooks for auto-logging commits/pushes - Added shell integration for zsh - Created CHANGELOG.md - Documented today's session (2026-01-10)
36 lines
407 B
YAML
36 lines
407 B
YAML
nats:
|
|
servers: ["nats://nats:4222"]
|
|
invocation_subject: "router.invoke.agent"
|
|
|
|
services:
|
|
messaging: "http://messaging-service:7004"
|
|
agent_memory: "http://agent-memory:7008"
|
|
llm_proxy: "http://llm-proxy:7007"
|
|
agents: "http://agents-service:7009"
|
|
|
|
llm:
|
|
default_model: "gpt-4"
|
|
max_tokens: 1000
|
|
temperature: 0.7
|
|
timeout: 30
|
|
|
|
memory:
|
|
query_top_k: 5
|
|
enable_writeback: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|