Home / soliplex / soliplex · AGENTS.md · GitHub

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

Latest version
mdr add soliplex/soliplex/AGENTS.md@git:20260924.30b3473
Exact content
mdr add soliplex/soliplex/AGENTS.md@sha256:d49be1bfe771c718

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_zou6kfm2jf7bczqa.svg)](https://markdownregistry.com/a/art_zou6kfm2jf7bczqa)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260924.30b3473 latest2026-09-24 30b3473 19,484 BA view · diff
git:20260922.5dd0b2c2026-09-22 5dd0b2c 19,170 BA view · diff
git:20260922.e880f132026-09-22 e880f13 18,529 BA view · diff
git:20260919.8b574f52026-09-19 8b574f5 17,724 BA view · diff
git:20260917.b61e8b92026-09-17 b61e8b9 17,730 BA view · diff
git:20260917.ec0f6a62026-09-17 ec0f6a6 17,371 BA view · diff
git:20260910.77cf2f62026-09-10 77cf2f6 13,677 BA view · diff
git:20260903.6d005e22026-09-03 6d005e2 12,409 BA view · diff
git:20260814.256214d2026-08-14 256214d 7,760 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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

CLAUDE.md claude
soliplex/soliplex · CLAUDE.md
git:20260601.86790aa · audit A · 15 stars
bare-bones skill
soliplex/soliplex · example/skills/bare-bones/SKILL.md · Wheedle for more resources
git:20260227.1460752 · audit B · 15 stars
stanzas skill
soliplex/soliplex · example/skills/stanzas/SKILL.md · Answer questions about a poem: quote a stanza or section verbatim, count stanzas or lines, list sections, find which…
git:20260730.68c219e · audit A · 15 stars
soliplex-docs skill
soliplex/soliplex · skills/soliplex-docs/SKILL.md · Soliplex documentation: how to install, configure, run, and use Soliplex -- a self-hosted RAG/AI system with a FastAPI…
git:20260617.d299aea · audit A · 15 stars
bwrap_sandbox skill
soliplex/soliplex · src/soliplex/skills/bwrap_sandbox/SKILL.md · This skill runs Python in a bubblewrap sandbox. Each turn gets a scratch working directory that lasts for the duration…
git:20260826.013b484 · audit A · 15 stars

Every file in soliplex/soliplex

Other files named AGENTS.md

AGENTS.md agents
obra/superpowers · AGENTS.md
git:20260919.5bf4e78 · audit A · 291,204 stars
AGENTS.md agents
affaan-m/ecc · AGENTS.md
git:20260919.91ba9b4 · audit A · 266,832 stars
AGENTS.md agents
firecrawl/firecrawl · AGENTS.md
git:20260613.d9a35c0 · audit A · 184,144 stars
AGENTS.md agents
dietrichgebert/ponytail · AGENTS.md
git:20260710.b6c0448 · audit A · 144,862 stars
AGENTS.md agents
garrytan/gstack · AGENTS.md
git:20260914.4a3c6a8 · audit A · 134,082 stars
AGENTS.md agents
graphify-labs/graphify · AGENTS.md
git:20260414.7ec92ec · audit A · 121,202 stars
AGENTS.md agents
juliusbrussee/caveman · AGENTS.md
git:20260902.d9faebc · audit A · 107,708 stars
AGENTS.md agents
addyosmani/agent-skills · AGENTS.md
git:20260709.b665c5c · audit A · 98,554 stars

Browse by kind, by grade A, or by owner.