datalox-gated-runtime AGENTS.md

datalox-gated-runtime AGENTS.md is an instructions file for Codex, OpenCode from Oshawott324/datalox-gated-runtime. It costs 1,159 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for datalox-gated-runtime, a system that inserts controlled provider behavior into an agent's calls while keeping the agent's original provider URL.

In plain words
What is it for?
Use it when modifying this repository's agent execution, provider interception, training rollouts, verification, or public data rules.
Why use it?
It gives coding agents a defined reading order and boundaries for changing runtime, provider, rollout, and data-release code.

Instructions file for CodexOpenCode

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

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/oshawott324/datalox-gated-runtime/agents-md
Clone the repo
git clone --depth 1 https://github.com/Oshawott324/datalox-gated-runtime

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 datalox-gated-runtime AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/oshawott324/datalox-gated-runtime/agents-md.svg)](https://agentmods.dev/instructions/oshawott324/datalox-gated-runtime/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/oshawott324/datalox-gated-runtime/agents-md"><img src="https://agentmods.dev/badge/instructions/oshawott324/datalox-gated-runtime/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,159 This file is loaded in full into every session.
When invoked 1,159 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.01159 $0.01159
Opus 5 $0.00580 $0.00580
Sonnet 5 $0.00232 $0.00232
Haiku 4.5 $0.00116 $0.00116

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

Security

Grade A, and why

datalox-gated-runtime 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 5d 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 · 105 lines

How it starts

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

Agent Instructions

This repository is datalox-gated-runtime.

Read in this order:

  1. product-contract.json
  2. docs/provider-foundry.md
  3. docs/transparent-interception.md
  4. docs/rollout-information-boundary.md when changing rollout, task, agent, observation, generation, oracle, verifier, or training integration
  5. docs/verl-grpo-rollouts.md when changing parallel rollout or training integration
  6. docs/what-we-are-building.md
  7. docs/provider-packs.md
  8. docs/provider-behavior-grounding.md
  9. docs/provider-core-completeness.md
  10. docs/data-release-policy.md
  11. docs/product-definition.md
  12. README.md
  13. Relevant code and tests

Product boundary

  • The user owns the world, task, agent, verifier, and reward. Datalox supplies stateful provider behavior in the call path.
  • The agent keeps the exact provider URL. Inside the isolated runtime, that authority resolves to Datalox and must never reach the provider.
  • Do not require the agent to select a Datalox base URL, proxy tool, MCP tool, or rewritten endpoint. Interception is supplied by the execution boundary.
  • Fuel means reusable gated provider behavior packs. User-owned worlds and benchmarks consume fuel; Datalox reference worlds are integration fixtures.
  • The runtime owns gating, replay, shadow state, denials, ledgers, audits, and run exports. It does not own model routing or training recipes.
  • Parallel training gets one isolated provider-state lease per consumer (uid, session_id). Datalox must return the training framework's native agent-loop output unchanged and must not modify tokens, masks, logprobs, rewards, group formation, advantages, or optimizer behavior.
  • Rollout integrations must keep three information planes separate: the task plane contains agent-visible objectives and constraints before interaction; the observation plane contains environment output revealed causally after an agent action or declared environment event; and the evaluation plane contains ground truth available only to trusted generation, oracle, and verifier code. Provider observations must never be prefetched into the initial task, and evaluation data must never enter prompts, tools, provider responses, or model-readable artifacts.
  • Shared-process trainers must execute provider-facing calls inside the session lease. They must not mutate process-global DNS or CA state per coroutine, and the model must not select a task image, provider set, lease, Datalox URL, proxy, or control operation.
  • The primary runtime surface is transparent HTTPS interception. HTTP/MCP test projections must use the same provider behavior implementation.
  • Docker and Kubernetes injection are runtime delivery mechanisms. HUD, Harbor, OpenEnv, and reference worlds remain downstream consumers and must keep their own tasks, agents, verifiers, and rewards.
  • A provider set co-hosts independent admitted provider releases for agent-mediated work. It never implies hidden cross-provider behavior.
  • A provider-mediated webhook, transform, retry, delay, asynchronous write, or compensation requires an explicit grounded Composition Pack. An authored pack remains non-executable until behavioral admission and reset-equivalence probes pass against its exact provider release profiles.
  • The agent may explicitly read provider A and call provider B. It cannot stand in for a real hidden integration unless the consumer task explicitly assigns that integration work to the agent.
  • Composition time v1 is delivery_scheduler_only_v1; it does not synchronize provider clocks. Process loss invalidates a composition lease and requires a fresh reset rather than silent resume.

Read the full file on GitHub · 105 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. 5d ago First seen · 105 lines · 1,159 tokens per session scan A 404a1f5be379

Subscribe to this mod's changes

datalox-gated-runtime AGENTS.md is an instructions file published in the GitHub repository Oshawott324/datalox-gated-runtime (0 stars, last pushed 2d ago), licensed Apache-2.0. It adds 1,159 tokens to every session, about $0.0058 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-31.