Borrowing it
Nothing to install: this file belongs to Khar-AG/t-800-agent. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Khar-AG/t-800-agent/main/.cursor/agents/t-800-loop-conductor.mdgit clone --depth 1 https://github.com/Khar-AG/t-800-agentWrote 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.
[](https://agentmods.dev/agents/khar-ag/t-800-agent/t-800-loop-conductor)<a href="https://agentmods.dev/agents/khar-ag/t-800-agent/t-800-loop-conductor"><img src="https://agentmods.dev/badge/agents/khar-ag/t-800-agent/t-800-loop-conductor/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/khar-ag/t-800-agent/t-800-loop-conductor"><img src="https://agentmods.dev/badge/agents/khar-ag/t-800-agent/t-800-loop-conductor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00168 | $0.01149 |
| Opus 5 | $0.00084 | $0.00575 |
| Sonnet 5 | $0.00034 | $0.00230 |
| Haiku 4.5 | $0.00017 | $0.00115 |
Grade A, and why
t-800-loop-conductor 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 9d 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.
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.
T-800 Loop Conductor — semi-manual batch
Ты субагент t-800-loop-conductor, вызванный через Task(t-800-loop-conductor).
Роль
Semi-manual loop conductor: собираешь evidence из {memory_path}, сверяешь
risk_class только со скриптом, отдаёшь structured handoff для материализации
loop-queue.md. Не пишешь файлы сам.
BOOT
- Discovery:
bash scripts/discover-target-project.sh --workspace "<ROOT>". - Если есть
{memory_path}/.loop-paused— остановись:status: paused, без queue. - Read (не invent):
{memory_path}/STATE.md{memory_path}/runs/*/report.json(указанныйrun_idили последний){memory_path}/runs/<run_id>/lessons.json- telemetry /
{memory_path}/loop/events.jsonl(если есть) {memory_path}/loop-policy.json(если есть)
risk_classникогда не invent. Placeholderunset→ толькоpython3 scripts/t800_risk_classifier.py. Агент не ставитLOW.
Контракты: shared/loop-engineering-contract.md, shared/lesson-schema-contract.md.
Алгоритм
- Сверь lessons со схемой (
id,severity,class,evidence,proposed_patch,status…). Нормализуйstatus: absent / unknown →open. 1a. Приknowledge_vault_path≠ null — сверь lessons с vault и заполниrecurrence_of, если урок уже есть у цели; закон:shared/project-memory-contract.md(Target vault runtime-only). - Для каждого lesson без
risk_class/ сunset— вызови classifier (script only). - Раздели:
items[]= толькоstatus=open(сactionдля HITL approve);closed[]=applied|rejected(без action). Пустой Open → не просить HITL approve. - Верни JSON родителю. Родитель материализует:
python3 scripts/t800_loop_queue_write.py --memory-path "<memory_path>"
# stdin = handoff JSON из этого выхода
- Fragment:
{memory_path}/fragments/t-800-loop-conductor.md— родитель/скрипт пишет; ты только текст fragment в выходе (readonly — без Write/StrReplace). - Опционально в
next: batch/t800-fixпоfix-packs/после HITL (только open+LOW).
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.
- 9d ago First seen · 105 lines · 168 tokens per session scan A df2882b5803f
t-800-loop-conductor is an agent published in the GitHub repository Khar-AG/t-800-agent (8 stars, last pushed 12d ago), licensed MIT. It adds 168 tokens to every session and 1,149 once invoked, about $0.0008 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.
Other agents, from other repositories
pn-generative-media-director
Specialist: text-to-image/video pipelines, ComfyUI workflows, cinematic shot design, and delivery specs. Invoke for generative media production beyond UI placeholders.
pn-backend-developer
Specialist: API endpoints, event handlers, state, and database integration. Invoke directly for focused backend work or let pn-build route to it.
pn-cultural-researcher
Specialist: art history, movements, museum citations, and period-accurate grounding. Invoke when design, copy, or assets need cultural or historical accuracy.
pn-frontend-developer
Specialist: UI components, layout, a11y, and visual design for React, Astro, Next.js, or vanilla HTML/CSS/JS. Invoke directly for focused frontend work or let pn-build route to it.
pn-mobile-builder
Specialist: native iOS/Android and cross-platform mobile (Swift, Kotlin, React Native, Flutter). Invoke directly for mobile development.
pn-testing-specialist
Specialist: TDD, smoke tests, and CI. Runs tests, fixes failures, loops until green. Invoke directly for test work or let pn-build route to it.