Files
Kartikeya 604bf9d5ac feat(live-conversation): add git-history tools to repo intelligence
Adds repo_recent_commits (history/authorship, optional path or author) and
repo_find_commits (by commit message or pickaxe code search) so the voice
agent can answer who-changed-what and which-commit-introduced-X over the
local karti-ai/podman checkout.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-28 02:17:32 -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