Discover and explore top open-source AI tools and projects—updated daily.
quarqlabsMemory-first AI agent runtime for long-context intelligence
Top 96.7% on SourcePulse
Argus Agent is a memory-first AI system designed for long-context personal intelligence, offering robust recall, temporal and quantitative reasoning, and tool integration. It serves as an inspectable, open alternative to existing memory agents, prioritizing durable local storage, precise attribution, and self-correcting retrieval for enhanced AI agent capabilities.
How It Works
Argus employs a memory-centric architecture, moving beyond simple vector search to a full memory reasoning loop. It integrates local FAISS vector memory with distinct semantic, episodic, and procedural memory layers. A hybrid retrieval system combines vector search with keyword matching, enhanced by HyDE-style query expansion and dynamic recall depth. Crucially, it enforces strict temporal grounding and numeric attribution, featuring a self-correcting fallback retrieval mechanism and LangGraph orchestration to ensure accurate, contextually relevant responses and address common RAG failures.
Quick Start & Requirements
scripts/setup_argus.py (using python3 on macOS/Linux or powershell on Windows). After setup, run the argus command from any directory..env file.Highlighted Details
Maintenance & Community
The project is described as an "active OSS release candidate" (v0.5.0). Specific details regarding maintainers, community channels (like Discord/Slack), or active development roadmaps beyond the release candidate status are not explicitly detailed in the provided README.
Licensing & Compatibility
Limitations & Caveats
Version 0.5.0 is an active release candidate, indicating ongoing development and potential for future changes. Structured artifact extractors are currently disabled to focus on tuning memory quality. Running comprehensive benchmarks like LongMemEval-S can be costly, estimated at ~$2,500 for a full run. The current focus is on single-user local memory, with multi-user serving planned for future development.
4 weeks ago
Inactive
thedotmack