add sandbox runtime control endpoints
This commit is contained in:
parent
0ca0bac9bf
commit
1b38bcfeab
17 changed files with 1408 additions and 119 deletions
|
|
@ -29,6 +29,8 @@ docker:
|
|||
|
||||
sandbox:
|
||||
image: ai-agent:latest
|
||||
network_name: sandbox
|
||||
agent_service_port: 8000
|
||||
ttl_seconds: 300
|
||||
cleanup_interval_seconds: 60
|
||||
chats_root: var/sandbox/chats
|
||||
|
|
@ -37,6 +39,7 @@ sandbox:
|
|||
chat_mount_path: /workspace/chat
|
||||
dependencies_mount_path: /opt/dependencies
|
||||
lambda_tools_mount_path: /opt/lambda-tools
|
||||
volume_mount_path: /workspace/volume
|
||||
|
||||
security:
|
||||
token_header: X-API-Token
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@ docker:
|
|||
|
||||
sandbox:
|
||||
image: nginx:1.27-alpine
|
||||
network_name: sandbox
|
||||
agent_service_port: 8000
|
||||
ttl_seconds: 300
|
||||
cleanup_interval_seconds: 60
|
||||
chats_root: /var/lib/master-sandbox/chats
|
||||
|
|
@ -37,6 +39,7 @@ sandbox:
|
|||
chat_mount_path: /workspace/chat
|
||||
dependencies_mount_path: /opt/dependencies
|
||||
lambda_tools_mount_path: /opt/lambda-tools
|
||||
volume_mount_path: /workspace/volume
|
||||
|
||||
security:
|
||||
token_header: X-API-Token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue