Compare commits

...

2 commits

Author SHA1 Message Date
318c38c324 [feat] ignore report 2026-05-20 23:45:54 +03:00
bda5b85cc0 [feat] update config for github copilot 2026-05-20 23:05:21 +03:00
2 changed files with 6 additions and 4 deletions

2
.gitignore vendored
View file

@ -16,3 +16,5 @@ wheels/
!tasks.md
opencode.json
practice_report.md

View file

@ -28,10 +28,10 @@ docker:
base_url: unix:///var/run/docker.sock
sandbox:
image: nginx:1.27-alpine
image: mrkan0/lambda-agent:arm
network_name: sandbox
agent_service_port: 8000
ttl_seconds: 300
ttl_seconds: 3000
cleanup_interval_seconds: 60
chats_root: /tmp/master-sandbox/chats
dependencies_host_path: /tmp/master-sandbox/dependencies
@ -44,9 +44,9 @@ sandbox:
LANGFUSE_PUBLIC_KEY: pk-lf-
LANGFUSE_SECRET_KEY: sk-lf-
LANGFUSE_HOST: http://localhost:5000
PROVIDER_URL: http://host.docker.internal:8000/v1
PROVIDER_URL: http://host.docker.internal:8080/v1
PROVIDER_API_KEY: "1234"
PROVIDER_MODEL: supergemma4-26b-uncensored-mlx-4bit-v2
PROVIDER_MODEL: gemini-3.1-pro-preview
COMPOSIO_API_KEY: ck_r-3c8ClArmcHuSzK5TYu
security: