You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Persistent Python REPL context for querying large data
Running Examples
From the project root:
# Set your API keyexport ANTHROPIC_API_KEY="sk-ant-..."# Run any example
llm-do examples/greeter/project.json "Hello!"
llm-do examples/calculator/project.json "What is 10 factorial?"
llm-do examples/pitchdeck_eval/project.json
Some examples require input files (pitchdeck PDFs, whiteboard images). Check each example's project.json for expected inputs.