Skip to content

Instantly share code, notes, and snippets.

@krasserm
Last active February 10, 2025 10:27
Show Gist options
  • Save krasserm/dcdae47f85ee9922e3284953d0797e73 to your computer and use it in GitHub Desktop.
Save krasserm/dcdae47f85ee9922e3284953d0797e73 to your computer and use it in GitHub Desktop.

Install freeact

pip install freeact

Get API key

Get a Gemini API key and add it to .env

echo GOOGLE_API_KEY=... >> .env

Launch agent

python -m freeact.cli \
  --model-name=gemini-2.0-flash-thinking-exp \
  --ipybox-tag=ghcr.io/gradion-ai/ipybox:basic \
  --skill-modules=freeact_skills.search.google.stream.api

This command also pulls the ghcr.io/gradion-ai/ipybox:basic Docker image from ipybox prior to launching the CLI.

Example trajectory

output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment