32 lines
634 B
YAML
32 lines
634 B
YAML
llm:
|
|
provider: claude
|
|
model: claude-opus-4.6
|
|
apiKey: ${ANTHROPIC_API_KEY}
|
|
|
|
pools:
|
|
internal:
|
|
domainAllowlist: []
|
|
info-pool:
|
|
rateLimitPerMinute: 30
|
|
|
|
agents:
|
|
planning-agent:
|
|
class: PlanningAgent
|
|
accessiblePools:
|
|
- info-pool
|
|
- internal
|
|
description: Plans complex tasks
|
|
|
|
# Enable Passkey authentication
|
|
passkey:
|
|
mode: localhost # or 'https' for production
|
|
rpId: localhost # Relying Party ID
|
|
apiPort: 8443 # REST API port
|
|
fido2ServerUrl: http://127.0.0.1:8443
|
|
|
|
dashboard:
|
|
port: 8080
|
|
|
|
a2aExternalEndpoint:
|
|
port: 9000
|