Initial project blueprint

This commit is contained in:
2026-07-03 20:51:36 +03:00
commit 7d6cc1c83e
25 changed files with 1486 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
project:
id: default
name: Local Only Project
models:
weak:
provider: local
model: qwen-coder-small
base_url: http://localhost:8001/v1
strong:
provider: local
model: qwen-coder-large
base_url: http://localhost:8002/v1
vision:
provider: disabled
model: null
embedding:
provider: local
model: bge-m3
base_url: http://localhost:8003/v1
execution:
max_graph_nodes: 20
max_agent_steps: 8
max_local_retries: 2
allow_external_models: false
allow_paid_fallback: false
policy:
default_mode: confirm
resources:
filesystem: confirm
shell: confirm
sql: confirm
mcp: confirm
external_models: disabled
desktop: confirm
browser: confirm