From 6d346250b18df94878f7bcc27604c6e9f51208b0 Mon Sep 17 00:00:00 2001 From: hjc-puro Date: Sat, 26 Jul 2025 04:37:51 +0000 Subject: [PATCH] readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..c1fb3ea35 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +## 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 the new openai responses api and write me a hello world example that's not in their docs. run it to verify. search up public github examples if needbe" \ + --max_turns 20 \ + --model claude-sonnet-4-20250514 \ + --base_url https://api.anthropic.com/v1/ \ + --api_key $ANTHROPIC_API_KEY +```