Skip to content
#

zero-llm

Here are 8 public repositories matching this topic...

Language: All
Filter by language

lintlang is a static linter for AI agent configs, tool descriptions, and system prompts that runs zero-LLM quality gating in CI. Catches language-level failures (vague tool descriptions, missing stop conditions, schema gaps) before they reach runtime, with deterministic regex + structural detectors and no model calls.

  • Updated Jun 2, 2026
  • Python

fidelis is zero-LLM agent memory for Claude Code and AI agents: a local-first memory layer whose default retrieval path uses BM25, dense vectors, and reciprocal rank fusion with no LLM call. It returns your original passages verbatim instead of paraphrasing and runs fully local. Benchmarked on LongMemEval-S. MIT, by Hermes Labs.

  • Updated Jun 7, 2026
  • Python

RAG parameter sweep experimentation tool — systematically evaluate vector databases, embedding models, chunking strategies, and retrieval methods using any Vector database. Supports both Voyage AI (hosted) and local sentence-transformers models.

  • Updated Jun 2, 2026
  • Python

Persistent memory MCP server for AI coding agents like Claude Code. Zero-LLM, local-first (SQLite + FTS5), proactive recall by file path. 12 MCP tools, 113 tests. The MEMORY.md alternative that stays constant-cost at 10,000+ memories.

  • Updated Jun 5, 2026
  • Python

Improve this page

Add a description, image, and links to the zero-llm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zero-llm topic, visit your repo's landing page and select "manage topics."

Learn more