streamkit AGENTS.md

Repository instructions for StreamKit, a self-hosted Rust media-processing server that connects processing steps into pipelines. It explains the code layout, supported interfaces, and contribution workflow.

In plain words
What is it for?
Use them when changing StreamKit's server, command-line client, pipeline engine, media nodes, APIs, or native and WebAssembly plugin support.
Why use it?
They give coding agents a map of the project before they edit it. This helps them understand where server code, pipeline execution, media nodes, APIs, and plugin adapters belong, while reminding them that a human should review changes.

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

Made for: Codex, OpenCode.

Per session 3,765 This file is loaded in full into every session.
When invoked 3,765 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.03765 $0.03765
Opus 5 $0.01883 $0.01883
Sonnet 5 $0.00753 $0.00753
Haiku 4.5 $0.00377 $0.00377

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

Security

Grade A, and why

streamkit 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 · 315 lines

How it starts

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

StreamKit Agent Notes

These notes apply to coding agents (Claude/Codex/Devin/etc.) contributing to this repo. Agent-assisted contributions are welcome, but should be supervised and reviewed by a human before merge.

What is StreamKit

StreamKit is a self-hostable media processing server (Rust). A single binary (skit) runs pipelines as a node graph (DAG) — via a web UI, YAML, or WebSocket API. Two modes: dynamic (real-time, hot-reconfigurable) and oneshot (stateless batch processing). See agent_docs/architecture.md for the full architecture.

Codebase Map

Directory Purpose
apps/skit/ Server binary — HTTP/WS handlers, config, auth, plugins
apps/skit-cli/ CLI client binary (skit-cli)
crates/core/ Shared traits/types — ProcessorNode, Pin, Packet, NodeRegistry
crates/engine/ Pipeline executor — graph builder, oneshot engine, dynamic actor
crates/nodes/ Built-in nodes: audio::, video::, transport::, core::, containers::
crates/api/ YAML pipeline parsing, WebSocket protocol, TS type generation
crates/plugin-{native,wasm}/ Plugin host adapters (FFI and WASM)
sdks/plugin-sdk/ Plugin SDKs for Rust, Go, and C
ui/ React 19 web UI (Vite + Bun)
plugins/native/ Official ML plugins (Whisper, Kokoro, NLLB, etc.)
samples/ Example pipelines (dynamic/ and oneshot/), audio files, images, fonts, Slint files
tests/ Pipeline validation tests (oneshot pipeline smoke tests)
e2e/ Playwright end-to-end tests
docs/ Astro + Starlight docs site (sidebar in docs/astro.config.mjs)

Tech Stack

  • Rust (version pinned in rust-toolchain.toml), tokio, axum, wgpu
  • UI: React 19, TypeScript, Zustand, Jotai, React Query, Radix UI, React Flow
  • Build/tooling: just (task runner), Bun (UI), sccache (Rust build cache)
  • Testing: cargo test (Rust), Vitest (UI), Playwright (E2E)
  • Platform: Linux x86_64

Read the full file on GitHub · 315 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 · 315 lines · 3,765 tokens per session scan A fc6b590519d8

Subscribe to this mod's changes

streamkit AGENTS.md is an instructions file published in the GitHub repository streamer45/streamkit (21 stars, last pushed 9d ago), licensed MPL-2.0. It adds 3,765 tokens to every session, about $0.0188 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.