Initial project blueprint
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
project:
|
||||
id: hybrid
|
||||
name: Local Plus External
|
||||
|
||||
models:
|
||||
weak:
|
||||
provider: local
|
||||
model: qwen-coder-small
|
||||
base_url: http://localhost:8001/v1
|
||||
strong:
|
||||
provider: external
|
||||
model: gpt-strong
|
||||
base_url: https://api.example.com/v1
|
||||
api_key_env: EXTERNAL_MODEL_API_KEY
|
||||
vision:
|
||||
provider: external
|
||||
model: gpt-vision
|
||||
base_url: https://api.example.com/v1
|
||||
api_key_env: EXTERNAL_MODEL_API_KEY
|
||||
|
||||
execution:
|
||||
max_graph_nodes: 20
|
||||
max_agent_steps: 8
|
||||
max_local_retries: 2
|
||||
allow_external_models: true
|
||||
allow_paid_fallback: true
|
||||
|
||||
policy:
|
||||
default_mode: confirm
|
||||
resources:
|
||||
filesystem: confirm
|
||||
shell: confirm
|
||||
sql: confirm
|
||||
mcp: full_auto
|
||||
external_models: confirm
|
||||
desktop: confirm
|
||||
browser: confirm
|
||||
Reference in New Issue
Block a user