ROCKETRIDE_COMPONENT_REFERENCE

A reference guide for RocketRide components, including where the workspace catalog, configuration schemas, and documentation are stored. RocketRide is a system whose components can be connected into processing pipelines.

In plain words
What is it for?
It helps read the generated component catalog, locate individual component schemas, understand pipeline file formats, and follow the rules for using RocketRide's node documentation.
Why use it?
It provides a reliable way to find the current component list and understand each component's configuration instead of relying on outdated documentation.

Agent

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 agents/rocketride-org/rocketride-server/rocketride_component_reference
Clone the repo
git clone --depth 1 https://github.com/rocketride-org/rocketride-server
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 6,529 The whole file, excluding the scripts and references it only reads on demand.
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.00000 $0.06529
Opus 5 $0.00000 $0.03265
Sonnet 5 $0.00000 $0.01306
Haiku 4.5 $0.00000 $0.00653

Measured yesterday against content hash 4e7867764b68, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ROCKETRIDE_COMPONENT_REFERENCE 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 yesterday.

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.

docs/agents/ROCKETRIDE_COMPONENT_REFERENCE.md · 700 lines

How it starts

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

RocketRide Component Reference

Last Updated: June 2026


How Component Information Is Organized

When the RocketRide VS Code extension is installed, it populates a .rocketride/ directory in your workspace:

.rocketride/
├── services-catalog.json    # Summary of ALL components (name, class, lanes, descriptions)
├── schema/                  # Detailed config schema for each component
│   ├── webhook.json
│   ├── llm_openai.json
│   ├── qdrant.json
│   └── ...                  # One file per component
└── docs/                    # Documentation files (these files)

IMPORTANT: Always read .rocketride/services-catalog.json for the current list of available components. The catalog is the single source of truth: it is generated from the connected server and may contain components not listed in this document.

See also: docs/README-nodes.md is the node catalog grouped by category, with each node's lanes and the wire-vs-bind rule. docs/README-node-schema.md explains the services.json model (lanes, preconfig/profiles, fields, shape) behind this reference and the canvas UI.

Reading the Catalog

Each entry in services-catalog.json has this structure:

{
	"name": "component_provider_name",
	"classType": ["category"],
	"description": "What the component does",
	"lanes": {
		"input_lane": ["output_lane_1", "output_lane_2"]
	},
	"invoke": {
		"llm": { "description": "LLM used by the component", "min": 1 },
		"tool": { "description": "Tools available to the component", "min": 0 },
		"memory": { "description": "Memory store", "min": 0, "max": 1 }
	}
}

Key fields:

  • name: the provider value you use in pipeline files
  • classType: component category: source, data, text, image, audio, video, embedding, llm, store, database, tool, agent, memory, infrastructure, target, preprocessor
  • lanes: the definitive reference for data flow. Each key is an input lane; its value array lists the output lanes produced. An empty array [] means the component consumes data with no lane output (e.g., storage, response). Source components use _source as the input lane key
  • invoke: (optional) defines what control-plane connections the component requires or accepts. Each key is a classType (e.g., llm, tool, memory) with min/max constraints and a description. Components with invoke need corresponding entries in the control array of the pipeline definition

Read the full file on GitHub · 700 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. yesterday First seen · 700 lines · 0 tokens per session scan A 4e7867764b68

Subscribe to this mod's changes

ROCKETRIDE_COMPONENT_REFERENCE is an agent published in the GitHub repository rocketride-org/rocketride-server (7,496 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 6,529 tokens. 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 agents, from other repositories

AGENTS

In-depth tutorials on LLMs, RAGs and real-world AI agent applications.

patchy631/ai-engineering-hub · 0 tokens

data-pipeline-engineer

Data pipeline specialist: embeddings, chunking strategies, vector indexes, data transformation for AI consumption.

yonatangross/orchestkit · 25 tokens

datahub-guide

Phase 9 of the DataHub migration exposes the terminal's in-process pub/sub layer directly to LLM tool callers through four generic MCP tools. Everything streaming into any active widget — quotes, order books, news, vessel tracks, broker ticks, geopolitical events, agent outputs, LLM token streams — is observable from…

Fincept-Corporation/FinceptTerminal · 0 tokens

pixel-art-animation-reviewer

Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…

AnastasiyaW/codex-claude-code-config · 140 tokens

gke-cluster-runner

Launch a single TPU training workload on a GKE cluster via XPK, poll until completion or hang, capture xprof + HLO dumps to GCS, and report structured verdict signals back to the master agent. Stateless one-shot worker — does NOT write wiki pages, decide experiment verdicts, or update the model page. Use for every…

vlasenkoalexey/tpu_performance_autoresearch_wiki · 100 tokens

process-auditor

Delta-audits an autoresearch run (kernel family OR model lane) since the last audit and returns corrective findings to the runner's context. Runs as a self-rescheduling watcher armed ONCE at launch (start-experiment Step 9·0) — never re-dispatched per iteration by the runner. Read-only over pages, branches, receipts…

vlasenkoalexey/tpu_performance_autoresearch_wiki · 146 tokens