First running version
This commit is contained in:
31
config/platform.example.yaml
Normal file
31
config/platform.example.yaml
Normal 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
|
||||
Reference in New Issue
Block a user