2025-07-26 04:50:01 +00:00
2025-07-22 18:32:44 -07:00
2025-07-22 18:32:44 -07:00
2025-07-26 04:43:07 +00:00
2025-07-26 04:50:01 +00:00
2025-07-22 18:32:44 -07:00
2025-07-26 04:31:17 +00:00
2025-07-26 04:43:07 +00:00
2025-07-22 18:32:44 -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." \
  --max_turns 20 \
  --model claude-sonnet-4-20250514 \
  --base_url https://api.anthropic.com/v1/ \
  --api_key $ANTHROPIC_API_KEY
Description
Fork of NousResearch/hermes-agent with local customizations
Readme MIT 67 MiB
Languages
Python 94.1%
TeX 3.6%
Shell 0.6%
Nix 0.4%
JavaScript 0.4%
Other 0.7%