This repository contains container images for runing AI Agent.
Example:
podman build -t agents-base-debian -f ./base-debian/Containerfile ./base-debian
podman build -t agents-gemini -f ./gemini/Containerfile ./gemini
podman run --rm -it -e GEMINI_API_KEY=<...> localhost/agents-gemini
-
Description for the agents: ./base-debian/AGENTS.md
It's contained within the container.