feat: initialize Hypothesis Machine Pi extension

This commit is contained in:
Emil
2026-07-31 22:36:16 +03:00
commit 528983ee50
57 changed files with 7790 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
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
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