agent-client-kernel AGENTS.md

Repository instructions for agent-client-kernel, a Python package that installs an agent kernel for Jupyter notebooks.

In plain words
What is it for?
Installing the kernel, running unit or live end-to-end tests, and working within the project's Python structure.
Why use it?
They explain the project layout, required Python version, installation command, and test types so development follows the repository's setup.

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/wiki3-ai/agent-client-kernel/agents-md
Clone the repo
git clone --depth 1 https://github.com/wiki3-ai/agent-client-kernel

Made for: Codex, OpenCode.

Per session 680 This file is loaded in full into every session.
When invoked 680 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.00680 $0.00680
Opus 5 $0.00340 $0.00340
Sonnet 5 $0.00136 $0.00136
Haiku 4.5 $0.00068 $0.00068

Measured 2d ago against content hash 13cf126bed6c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agent-client-kernel 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 2d 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

agent-client-kernel/
├── agent_client_kernel/    # Core kernel implementation
│   ├── __init__.py
│   ├── __main__.py         # Entry point (kernel installation)
│   ├── kernel.py           # Main ACPKernel class
│   └── lmstudio_shim.py    # LM Studio integration shim
├── tests/                  # Test suite (unit + e2e)
│   ├── conftest.py
│   ├── test_*.py          # Unit tests (pytest)
│   └── e2e/               # End-to-end integration tests
├── examples/              # Usage example notebooks
├── docs/                  # Documentation and postmortems
├── scripts/               # Build/installation utilities
│   ├── agent-versions.json
│   └── install-acp-agents.sh
├── .devcontainer/         # VS Code devcontainer configs
└── Dockerfile             # Container build definition

Build & Development

# Install dependencies (requires Python >= 3.10)
uv sync --locked --extra dev

# Install the kernel for Jupyter
uv run python -m agent_client_kernel install --user

# Run tests
uv run pytest                      # Unit tests only
ACK_GOLDEN_E2E=1 uv run pytest -m live_e2e  # E2E tests

Coding Standards

  • Python: Follow PEP 8 style; use type hints where practical
  • Tests: Include tests for all new features; prefer pytest fixtures
  • Notebooks: Keep cell output clean; use descriptive variable names
  • Commit Messages: Use imperative mood ("Add feature", "Fix bug")

Testing Guidelines

  • Unit tests: Place in tests/test_*.py; fast, isolated
  • E2E tests: Tag with @pytest.mark.live_e2e; require external services
  • Coverage: Aim for >80% on new code; run pytest --cov=agent_client_kernel

Commit & PR Guidelines

  • Describe the change: Explain "what" and "why", not "how"
  • Link issues: Reference GitHub issues in PR descriptions
  • Test results: Include test output or CI status in PR comments
  • Documentation: Update README.md or docs/ for user-facing changes

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. 2d ago First seen · 86 lines · 680 tokens per session scan A 13cf126bed6c

Subscribe to this mod's changes

agent-client-kernel AGENTS.md is an instructions file published in the GitHub repository wiki3-ai/agent-client-kernel (34 stars, last pushed 3mo ago), licensed BSD-3-Clause. It adds 680 tokens to every session, about $0.0034 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.