26 lines
914 B
YAML
26 lines
914 B
YAML
max_depth: 6
|
|
max_children_per_agent: 8
|
|
max_active_agents: 32
|
|
max_total_agents_per_run: 200
|
|
max_iterations_without_progress: 3
|
|
max_research_iterations: 12
|
|
agent_timeout_seconds: 1800
|
|
# Maximum number of subagent sessions streaming at the same time. Lower it if
|
|
# the main chat stalls while subagents run on the same model backend.
|
|
agent_concurrency: 3
|
|
# Every subagent uses Pi's direct DeepSeek API integration by default, rather
|
|
# than inheriting the Supervisor model. Store the key with `/login deepseek` or
|
|
# set DEEPSEEK_API_KEY. Override only to deliberately use another Pi model.
|
|
subagent_model: "deepseek/deepseek-v4-flash"
|
|
allow_recursive_spawning: true
|
|
searxng_url: http://127.0.0.1:8888
|
|
firecrawl_url: http://127.0.0.1:3002
|
|
# browser_use_url: http://127.0.0.1:3010
|
|
web_timeout_ms: 45000
|
|
max_download_bytes: 10485760
|
|
experiment:
|
|
image: python:3.12-slim
|
|
cpus: 1
|
|
memory_mb: 1024
|
|
timeout_seconds: 300
|