openmed AGENTS.md

openmed AGENTS.md is an instructions file for Codex, OpenCode from maziyarpanahi/openmed. It costs 1,743 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for OpenMed, a Python project with local AI components and medical-data-related modules, plus REST, Swift, and several model back ends. They describe its folders, tests, build commands, documentation, and development setup.

In plain words
What is it for?
Use them when adding clinical, evaluation, multimodal, structured-data, risk, or interoperability features; changing service adapters; running tests; or building documentation.
Why use it?
They provide the project’s rules for placing new code and validating changes across Python, Swift, and model-specific components.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions Codex.

About the project

OpenMed is local-first healthcare AI software that extracts clinical information and removes personally identifying details from clinical text on hardware controlled by the user. Healthcare developers use its Python runtime, Apple Silicon and mobile SDKs, and browser support for on-device clinical NER and PII de-identification.

maziyarpanahi/openmed · 5,237 stars · on GitHub · openmed.life

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/maziyarpanahi/openmed/agents-md
Clone the repo
git clone --depth 1 https://github.com/maziyarpanahi/openmed

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openmed AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/maziyarpanahi/openmed/agents-md.svg)](https://agentmods.dev/instructions/maziyarpanahi/openmed/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/maziyarpanahi/openmed/agents-md"><img src="https://agentmods.dev/badge/instructions/maziyarpanahi/openmed/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,743 This file is loaded in full into every session.
When invoked 1,743 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.1 $0.01743 $0.01743
Opus 5 $0.00872 $0.00872
Sonnet 5 $0.00349 $0.00349
Haiku 4.5 $0.00174 $0.00174

Measured 6d ago against content hash a682e6c46e6c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

openmed 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 6d ago.

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 · 86 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

Core Python package code lives in openmed/. Keep existing privacy and registry code in openmed/core/; add genuinely new capability in top-level packages already present or planned: clinical/, eval/, multimodal/, structured/, risk/, and interop/. Backend adapters live in mlx/, coreml/, and torch/; the REST surface is in service/; Swift code and demos are in swift/. Tests are under tests/unit, tests/integration, and tests/fixtures; docs are in docs/; examples are in examples/; release and maintenance scripts are in scripts/.

Build, Test, and Development Commands

  • uv pip install -e ".[dev]": install editable package with test and lint dependencies.
  • uv pip install -e ".[dev,hf]": add Hugging Face dependencies for model-related work.
  • .venv/bin/python -m pytest tests/ -q: run the full test suite before preparing a PR.
  • pytest --cov=openmed --cov-report=term-missing: run local coverage.
  • make build: build wheel and sdist via python3 -m build.
  • make docs-serve / make docs-build: preview or strictly build MkDocs.
  • cd swift/OpenMedKit && swift test: run Swift package tests.

Linting and Formatting

Use the checked-in tooling as the single source of truth. Do not apply ad hoc editor formatting or alternate lint configurations.

Python linting and formatting are owned by Ruff through pyproject.toml, .pre-commit-config.yaml, and the CI lint job. Before opening a Python-touching PR, run make format, make lint, and make format-check. Use pre-commit run --all-files for broad validation, or pre-commit run --files <paths> when validating a tightly scoped change.

Swift package formatting is separate from Python. OpenMedKit Swift code uses Apple swift-format through .swift-format, scripts/format_swift.sh, scripts/lint_swift.sh, and the Swift package CI workflow. Before opening a PR that touches Package.swift or swift/OpenMedKit, run make format-swift and make lint-swift.

Read the full file on GitHub · 86 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. 6d ago First seen · 86 lines · 1,743 tokens per session scan A a682e6c46e6c

Subscribe to this mod's changes

openmed AGENTS.md is an instructions file published in the GitHub repository maziyarpanahi/openmed (5,237 stars, last pushed today), licensed Apache-2.0. It adds 1,743 tokens to every session, about $0.0087 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.

Related

Other instructions, from other repositories

osaurus AGENTS.md

AGENTS.md instructions for osaurus-ai/osaurus, covering codex configuration - osaurus-staging, build & test, keychain tip (optional), osaurus release proof and pr reporting and model runtime non-negotiables.

osaurus-ai/osaurus · 2,723 tokens

vllm.cpp AGENTS.md

AGENTS.md instructions for mudler/vllm.cpp, covering agents.md: the rules, start here, history is git, every change starts from an issue and spec before code.

mudler/vllm.cpp · 8,816 tokens

HealthChain CLAUDE.md

Claude Code instructions for healthchainai/HealthChain, covering healthchain - claude code context, 0. project overview, 1. non-negotiable golden rules, 2. testing discipline and 3. build, test & utility commands.

healthchainai/HealthChain · 2,291 tokens

Logue CLAUDE.md

Claude Code instructions for bitwize-ai/Logue, covering logue — development guidelines, project overview, running the build you just made, where documentation goes and dependencies.

bitwize-ai/Logue · 7,535 tokens

Bonsai-demo AGENTS.md

AGENTS.md instructions for PrismML-Eng/Bonsai-demo, covering agent guide — tuning the bonsai demo, why the 27b models (what to show off), the models, knobs that matter (27b) and adding mcp servers.

PrismML-Eng/Bonsai-demo · 4,251 tokens

douyin-agent-kit AGENTS.md

Instructions for liusencomic-cyber/douyin-agent-kit, covering agents.md — douyin-agent-kit, 项目概览, 仓库结构, 构建与运行 and 环境:python 3.10+(转录需 macos apple silicon + mlx-whisper).

liusencomic-cyber/douyin-agent-kit · 1,295 tokens