quant-mind AGENTS.md

Repository instructions for QuantMind, a library that extracts and retrieves knowledge for quantitative finance. They explain where agents should look for development and usage guidance and how to load it gradually.

In plain words
What is it for?
Use them when modifying or using QuantMind: begin with the context map, check the routing page, and read detailed context pages only when they apply.
Why use it?
They provide one source of rules for working in the repository and reduce unnecessary reading of unrelated documentation.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/llmquant/quant-mind/agents-md
Clone the repo
git clone --depth 1 https://github.com/LLMQuant/quant-mind

Made for: Codex, OpenCode.

Per session 2,189 This file is loaded in full into every session.
When invoked 2,189 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02189 $0.02189
Opus 5 $0.01094 $0.01094
Sonnet 5 $0.00438 $0.00438
Haiku 4.5 $0.00219 $0.00219

Measured yesterday against content hash 1be3edf3424e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

quant-mind AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 172 lines

How it starts

The opening of the file, as written. The whole thing — 172 lines — stays where its author put it; the contents beside it link to each section on GitHub.

QuantMind — Agent Instructions

Guidance for coding agents contributing to this repository. This file is the single source of repository instructions; CLAUDE.md imports it verbatim, so edit rules here, not there.

Start at contexts/CONTEXT_MAP.md, the navigation index for contexts/. contexts/README.md is the routing entry point for development or library-usage work.

Progressive Context Loading

Pages under contexts/ are agent-facing references designed for progressive disclosure:

  1. Read lines 1-80 first. The preview contains Quick Summary and Contents sections that explain the page's purpose, authority, and scope.
  2. Use that preview to decide whether the page applies. Do not preload sibling pages or follow unrelated links.
  3. When a page applies, read the entire page before changing code, contracts, or repository guidance. The preview routes work; it does not replace the detailed contract.
  4. Follow directly linked canonical sources only as the task requires. Avoid deep reference chains and duplicate guidance in working context.

What This Is

QuantMind is a knowledge extraction and retrieval library for quantitative finance, built on top of the OpenAI Agents SDK. It is a domain library, not an agent framework: runtime, tracing, tool scaffolding, and multi-agent handoff all come from openai-agents.

Positioning

QuantMind is an agent-native workbench for financial knowledge extraction — its primary consumer is a coding agent working inside this checkout, not only a human importing a package (workbench-first, library-second). Two engineering dimensions structure it: context engineering (any source → typed, cited, as-of-correct knowledge) and harness engineering (any agent → domain specialist, via this repo's contracts, contexts/, skills, hooks, and deterministic verify). The canonical, always-current statement lives in contexts/design/positioning.md.

Read the full file on GitHub · 172 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 172 lines · 2,189 tokens per session scan A 1be3edf3424e

Subscribe to this mod's changes

quant-mind AGENTS.md is an instructions file published in the GitHub repository LLMQuant/quant-mind (2,763 stars, last pushed 17d ago), licensed MIT. It adds 2,189 tokens to every session, about $0.0109 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.