Final cleanup of k3s config and Docker leak protection
- Restored config/ exclusion in .dockerignore. - Deduplicated tool whitelist in k3s/configmap.yaml. - Standardized provider default in agents.defaults for better protocol resolution.
This commit is contained in:
parent
d8f440b7c5
commit
10c9eaa935
2 changed files with 2 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
.gitignore
|
.gitignore
|
||||||
build/
|
build/
|
||||||
.picoclaw/
|
.picoclaw/
|
||||||
# config/
|
config/
|
||||||
.env
|
.env
|
||||||
.env.example
|
.env.example
|
||||||
*.md
|
*.md
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ data:
|
||||||
"workspace": "",
|
"workspace": "",
|
||||||
"restrict_to_workspace": true,
|
"restrict_to_workspace": true,
|
||||||
"allow_read_outside_workspace": false,
|
"allow_read_outside_workspace": false,
|
||||||
"provider": "openai",
|
"provider": "",
|
||||||
"model_name": "gemini-2.0-flash",
|
"model_name": "gemini-2.0-flash",
|
||||||
"max_tokens": 32768,
|
"max_tokens": 32768,
|
||||||
"max_tool_iterations": 50,
|
"max_tool_iterations": 50,
|
||||||
|
|
@ -576,7 +576,6 @@ data:
|
||||||
"weather",
|
"weather",
|
||||||
"summarize",
|
"summarize",
|
||||||
"github",
|
"github",
|
||||||
"github",
|
|
||||||
"monday",
|
"monday",
|
||||||
"harvest",
|
"harvest",
|
||||||
"hdn-server"
|
"hdn-server"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue