AGENTS.md agentsA
AGENTS.md is agent-read markdown (agents) from soliplex/soliplex.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# AGENTS.md Guidance for AI coding agents working on the Soliplex project. Human contributors should read [DEVELOPMENT.md](DEVELOPMENT.md), which covers the same ground in prose. (`CLAUDE.md` is a thin stub that imports this file so Claude Code loads it automatically.) ## Project Overview Soliplex is an AI-powered RAG system with a FastAPI backend, Flutter web frontend, and terminal UI. It provides semantic document retrieval, multi-room chat, and multi-provider LLM support. **This repository contains the Python backend and TUI only.** The Flutter frontend lives in a sibling repo at <https://github.com/soliplex/frontend> with its own tooling. ## Build and Test ```bash # Install dependencies (use uv, not pip) uv sync --group dev # Run unit tests with 100% coverage requirement uv run pytest # Run a specific test file / test. '--no-cov' is required: 'addopts' # always applies the 100% gate, which a partial run cannot satisfy. uv run pytest --no-cov tests/unit/test_agents.py uv run pytest --no-cov tests/unit/test_agents.py::test_name # Run the unit tests in parallel (pytest-xdist); see below for '-n' uv run pytest -n 8 …
Read the whole file at its exact version.
How to install
mdr add soliplex/soliplex/AGENTS.md@git:20260924.30b3473mdr add soliplex/soliplex/AGENTS.md@sha256:d49be1bfe771c718Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_zou6kfm2jf7bczqa)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260924.30b3473 latest | 2026-09-24 | 30b3473 | 19,484 B | A | view · diff |
| git:20260922.5dd0b2c | 2026-09-22 | 5dd0b2c | 19,170 B | A | view · diff |
| git:20260922.e880f13 | 2026-09-22 | e880f13 | 18,529 B | A | view · diff |
| git:20260919.8b574f5 | 2026-09-19 | 8b574f5 | 17,724 B | A | view · diff |
| git:20260917.b61e8b9 | 2026-09-17 | b61e8b9 | 17,730 B | A | view · diff |
| git:20260917.ec0f6a6 | 2026-09-17 | ec0f6a6 | 17,371 B | A | view · diff |
| git:20260910.77cf2f6 | 2026-09-10 | 77cf2f6 | 13,677 B | A | view · diff |
| git:20260903.6d005e2 | 2026-09-03 | 6d005e2 | 12,409 B | A | view · diff |
| git:20260814.256214d | 2026-08-14 | 256214d | 7,760 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (19484 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
soliplex/soliplex · 15 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_zou6kfm2jf7bczqa GET https://markdownregistry.com/api/v1/resolve?ref=soliplex/soliplex/AGENTS.md GET https://markdownregistry.com/api/v1/blob/d49be1bfe771c718e6988bbdcfe2413106f220646c98d91b900d1c8ca27ad30e
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from soliplex/soliplex
Every file in soliplex/soliplex