A multi-turn agent that combines semantic + keyword search over any set of repos or conversations. Prereqs:
-
Vector store – start a local Qdrant container (
scripts/start-qdrant
). Qdrant’s Docker quick-start makes this trivial ([Qdrant][2]). -
Index once –
scripts/index-repo org/repo
ingests conversation summaries into the collection.# Fetches and caches the complete conversations and then indexes the executive summaries