Vikram AI — The Evolved Form of Vaman
Trivikrama, the evolved form of Vaman AI. The codebase Vaman is growing into — an autonomous, self-learning domain expert agent built on the same OpenClaw and pi-mono foundation.
GitHub: anoop22/vikram-ai · Predecessor: vaman-ai
In the myth, Vamana takes three steps and grows into Trivikrama. Vikram AI is that next step for Vaman AI — the same Discord / Gmail / CLI / Voice surface, but moving toward an autonomous, self-learning domain expert rather than a polite multi-channel chatbot.
Direction
- Autonomy — runs on its own loop, picks up work, follows up
- Self-learning — captures what worked, what didn't, and updates its own skills
- Domain depth — opinionated about a topic instead of generally helpful about everything
- Same foundation — OpenClaw's gateway, pi-mono's multi-provider agent runtime, the skills system, the LaunchAgent daemon
For now Vikram shares the Vaman codebase — same packages, same channels, same voice stack (Parakeet STT + Kokoro TTS on Apple Silicon). The split exists so the autonomy and self-learning work can land without destabilizing what Vaman already does.
If you're trying it
git clone https://github.com/anoop22/vikram-ai.git
cd vikram-ai
npm install
npm run build
npx vaman onboard
npx vaman chatThe CLI is still vaman — the rename will follow once the self-learning loop is stable enough to deserve the third step.