close #4: [feat] add config
This commit is contained in:
parent
7b3f82e805
commit
3448266c1d
4 changed files with 100 additions and 1 deletions
|
|
@ -24,5 +24,16 @@ otel:
|
|||
traces_endpoint: http://localhost:4318/v1/traces
|
||||
metric_export_interval: 1000
|
||||
|
||||
sandbox:
|
||||
image: ai-agent:latest
|
||||
ttl_seconds: 300
|
||||
cleanup_interval_seconds: 60
|
||||
chats_root: var/sandbox/chats
|
||||
dependencies_host_path: var/sandbox/dependencies
|
||||
lambda_tools_host_path: var/sandbox/lambda-tools
|
||||
chat_mount_path: /workspace/chat
|
||||
dependencies_mount_path: /opt/dependencies
|
||||
lambda_tools_mount_path: /opt/lambda-tools
|
||||
|
||||
security:
|
||||
token_header: X-API-Token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue