No description
Find a file
2025-08-21 08:12:01 -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 cleanup 2025-08-21 08:12:01 -07:00
model_tools.py update model_tools for imagen and moa 2025-08-09 09:52:25 -07:00
README.md fix history leakage 2025-07-26 09:46:21 +00:00
requirements.txt update requirements for fal image api 2025-08-09 09:52:07 -07:00
run_agent.py add vision model tool, cli updates for exclusive and inclusive toolsets 2025-08-04 00:14:16 -07:00
terminal_tool.py fix history leakage 2025-07-26 09:46:21 +00:00
test_run.sh add vision model tool, cli updates for exclusive and inclusive toolsets 2025-08-04 00:14:16 -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 add vision model tool, cli updates for exclusive and inclusive toolsets 2025-08-04 00:14:16 -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