First running version

This commit is contained in:
qingjie.du
2026-03-30 17:39:13 +09:00
parent 5ffea3d849
commit bce2a5672c
67 changed files with 16503 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
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