Production-grade Recursive Language Model (RLM) agent rebuilt on LangGraph, explicit StateGraph, checkpointed memory, sandboxed REPL, recursive sub-LLM calls, and vector search over Qdrant. Evolved from rlm-agent.
Stars
2
Forks
1
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
10
commits
feat: Update Dockerfile to force use of locally cached model and skip HuggingFace network calls at runtime
40ecc46View on GitHubdocs: Update README with new architecture diagrams, refined output examples, and revised latency figures.
72a272dView on GitHubfeat: implement a metrics collection system for RLM queries and integrate it into the RLM pipeline.
2b447fcView on GitHubfeat: Add Qdrant vector store service for collection management, chunk upsertion, and similarity search.
0a65562View on GitHubfeat: Add chat API endpoint with recursive sub-LLM pipeline and vector search fallback.
4b02fbcView on GitHubfeat: Update requirements.txt to remove specific version numbers and lets pip decide
17025d3View on GitHubfeat: Update text chunking service with configurable parameters and its dependencies.
f24bdc7View on GitHubfeat: Update `requirements.txt` to specify langchain-community dependencies version.
68424daView on GitHub