Install freeact
pip install freeact
Get a Gemini API key and add it to .env
echo GOOGLE_API_KEY=... >> .env
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.