checkpoint

This commit is contained in:
2026-02-27 20:41:30 -05:00
parent 6c887e498d
commit 138e31374b
9 changed files with 199 additions and 21 deletions

View File

@@ -3,7 +3,8 @@
"enableAgents": true
},
"tools": {
"discoveryCommand": "python C:/projects/manual_slop/scripts/tool_discovery.py",
"discoveryCommand": "uv run python C:/projects/manual_slop/scripts/tool_discovery.py",
"callCommand": "uv run python C:/projects/manual_slop/scripts/tool_call.py",
"whitelist": [
"*"
]