AGENTS.md agentsA
AGENTS.md is agent-read markdown (agents) from tugrulguner/intpot.
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 coding agents working **on intpot**. If you want intpot's skills for your
*own* project instead, run `intpot add skills`.
## What intpot is
Two halves that meet at one schema:
- **Runtime** — `@app.tool()` registers a function; `App.serve()` builds a live Typer /
FastAPI / FastMCP instance, `App.eject()` returns standalone source.
- **Converter** — `intpot to cli|mcp|api` reads an existing Typer / FastMCP / FastAPI app
and generates the equivalent in another framework.
Both compile an immutable `ApplicationSchema` (`src/intpot/core/models.py`) containing
`ToolSchema` and `ParameterSchema` records. Inspectors and registrations still create
mutable `ToolInfo` compatibility models at the edges; projection and generation consume
the canonical schema directly. When you add a capability, ask which side of that boundary
it belongs on.
```
@app.tool() source .py file
| DETECT -> INSPECT
+-----> ApplicationSchema <----+
ToolSchema[]
| |
live framework GENERATE
instance (Jinja template)
```
## Layout
…Read the whole file at its exact version.
How to install
mdr add tugrulguner/intpot/AGENTS.md@git:20260901.387c864mdr add tugrulguner/intpot/AGENTS.md@sha256:157d604bbba37f1aPin 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_cm7s2eo7ucau2ovl)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260901.387c864 latest | 2026-09-01 | 387c864 | 5,723 B | A | view · diff |
| git:20260827.3f95c8a | 2026-08-27 | 3f95c8a | 5,465 B | A | view · diff |
| git:20260820.e8ab7b2 | 2026-08-20 | e8ab7b2 | 5,242 B | A | view · diff |
| git:20260815.c84956c | 2026-08-15 | c84956c | 11,062 B | A | view · diff |
| git:20260815.f01effe | 2026-08-15 | f01effe | 10,879 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (5723 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
tugrulguner/intpot · 14 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_cm7s2eo7ucau2ovl GET https://markdownregistry.com/api/v1/resolve?ref=tugrulguner/intpot/AGENTS.md GET https://markdownregistry.com/api/v1/blob/157d604bbba37f1a1a2722fb51eecde0da3bfae8548b2fb05f93e425f52d3681
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 tugrulguner/intpot
Every file in tugrulguner/intpot