Files
podman/agents/podman-live-conversation
Kartikeya 87c271995c feat(live-conversation): add search_repo tool over karti-ai/podman
Voice agent can now search the repo (code, symbols, files) via ripgrep over
the live local checkout of main. GitHub code-search index is empty for this
repo, so back it with the always-current clone instead.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-28 02:05:28 -07:00
..

PodMan Live Conversation Agent

Private 1:1 LiveKit Agent worker for PodMan Live Conversation.

Run locally:

cd agents/podman-live-conversation
uv sync --extra test
cp .env.example .env.local
uv run agent.py dev

Required env:

  • LIVEKIT_URL
  • LIVEKIT_API_KEY
  • LIVEKIT_API_SECRET
  • GOOGLE_API_KEY or GEMINI_API_KEY
  • PODMAN_BACKEND_URL
  • INTERNAL_AGENT_TOKEN