kothapavan1998/deeprecall
Recursive reasoning engine for AI agents and vector databases. Powered by MIT's RLM.
Implements recursive multi-turn search where the LLM executes `search_db()` calls in a sandboxed Python REPL, analyzes results, refines queries iteratively, and synthesizes final answers—rather than static one-shot retrieval. Supports pluggable vector stores (ChromaDB, Milvus, Qdrant, Pinecone, FAISS) and LLM backends with built-in cost tracking, execution budgets (timeouts/tokens/errors), context compaction, and callbacks for observability. Includes adapters for LangChain and LlamaIndex ecosystems.
Used by 1 other package. Available on PyPI.
Stars
8
Forks
3
Language
Python
License
MIT
Category
Last pushed
Mar 02, 2026
Monthly downloads
138
Commits (30d)
0
Dependencies
3
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/kothapavan1998/deeprecall"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
topoteretes/cognee
Knowledge Engine for AI Agent Memory in 6 lines of code
divagr18/memlayer
Plug-and-play memory for LLMs in 3 lines of code. Add persistent, intelligent, human-like memory...
verygoodplugins/automem
AutoMem is a graph-vector memory service that gives AI assistants durable, relational memory:
CortexReach/memory-lancedb-pro
Enhanced LanceDB memory plugin for OpenClaw — Hybrid Retrieval (Vector + BM25), Cross-Encoder...
CaviraOSS/OpenMemory
Local persistent memory store for LLM applications including claude desktop, github copilot,...