No description
Find a file
2025-09-06 22:07:38 -07:00
__pycache__ initital commit 2025-07-22 18:32:44 -07:00
.gitignore update gitignore 2025-08-09 17:42:15 -07:00
image_generation_tool.py update fal requirements 2025-08-21 08:10:54 -07:00
mixture_of_agents_tool.py Fix Web Tools, Upgrade MoA to GPT5, Add Trajectory Saving 2025-08-31 03:04:10 -07:00
model_tools.py cleanup 2025-09-06 22:07:38 -07:00
README.md fix history leakage 2025-07-26 09:46:21 +00:00
requirements.txt update to firecrawl 2025-08-21 08:12:24 -07:00
run_agent.py Fix Web Tools, Upgrade MoA to GPT5, Add Trajectory Saving 2025-08-31 03:04:10 -07:00
terminal_tool.py fix history leakage 2025-07-26 09:46:21 +00:00
test_run.sh cleanup 2025-09-06 22:07:38 -07:00
test_web_tools.py Fix Web Tools, Upgrade MoA to GPT5, Add Trajectory Saving 2025-08-31 03:04:10 -07:00
vision_tools.py add vision model tool, cli updates for exclusive and inclusive toolsets 2025-08-04 00:14:16 -07:00
web_tools.py Fix Web Tools, Upgrade MoA to GPT5, Add Trajectory Saving 2025-08-31 03:04:10 -07:00

Setup

pip install -r requirements.txt
git clone git@github.com:NousResearch/hecate.git
cd hecate
pip install -e .

Run

python run_agent.py \
  --query "search up the latest docs on jit in python 3.13 and write me basic example that's not in their docs. profile its perf" \
  --max_turns 20 \
  --model claude-sonnet-4-20250514 \
  --base_url https://api.anthropic.com/v1/ \
  --api_key $ANTHROPIC_API_KEY