Lives inside a container
Agent is living inside a Docker container. Stores the data in a persistent Docker volume.
Runs inside a Docker container by using your OpenAI compatible model and uses Markdown for remembering. Everything bundled into a single go binary.
Install the CLI.
go install github.com/berkaycubuk/polaris-agent/cmd/polaris@latest Configure interactively.
polaris setup Start the agent in Docker.
docker compose up -d
Then chat: polaris chat — or hit localhost:8080/chat, or message it on Telegram.
Agent is living inside a Docker container. Stores the data in a persistent Docker volume.
Everything it collects primarily stored as Markdown files.
Polaris Agent can write new skills and download existing ones.
Skills can have their own Python scripts with their own environment.
Bring your own OpenAI compatible provider.
You can use smaller and faster models, it gets intelligent over time.