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.
npx agentmods add agents/rocketride-org/rocketride-server/rocketride_python_apigit clone --depth 1 https://github.com/rocketride-org/rocketride-serverWhat 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 | $0.00000 | $0.08103 |
| Opus 5 | $0.00000 | $0.04052 |
| Sonnet 5 | $0.00000 | $0.01621 |
| Haiku 4.5 | $0.00000 | $0.00810 |
Grade A, and why
ROCKETRIDE_python_API 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.
How it starts
The opening of the file, as written. The whole thing — 1,154 lines — stays where its author put it; the contents beside it link to each section on GitHub.
RocketRide Client SDK (Python)
A Python SDK for executing RocketRide pipelines using the Debug Adapter Protocol (DAP). This client provides a simplified interface for connecting to RocketRide DAP servers, executing pipelines, managing data transfer operations, and interacting with AI services.
Features
- DAP-based communication for reliable pipeline execution
- Simple execute-and-exit workflow for pipeline automation
- Comprehensive error handling and logging
- Automatic API key management for all DAP commands
- Object-oriented data pipe management with context manager support
- Parallel file upload capabilities with progress events
- Token-based operations for data pipe commands
- Type hints with full typing support
- AI chat functionality with structured JSON responses
- Event monitoring for real-time pipeline status
- Automatic reconnection with configurable persistence
- Command-line interface for pipeline management
Installation
Using pip
# Install from PyPI
pip install rocketride
# Install with development dependencies
pip install rocketride[dev]
# Install with test dependencies
pip install rocketride[test]
Uninstalling
pip uninstall rocketride
Usage:
from rocketride import RocketRideClient
The package includes both the SDK library and a CLI tool.
Configuration
Environment Variables
You can configure the client using a .env file:
# .env file
ROCKETRIDE_APIKEY=your-api-key-here
ROCKETRIDE_URI=https://api.rocketride.ai
The client will automatically parse the .env file if it exists and use the values as defaults. The priority order is:
- Constructor parameters (highest priority)
.envfile values- Default values (lowest priority)
The client automatically reads configuration from the .env file, so you typically don't need to pass any parameters:
# Reads ROCKETRIDE_URI and ROCKETRIDE_APIKEY from .env
client = RocketRideClient()
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.
- 2d ago First seen · 1,154 lines · 0 tokens per session scan A dff089b40319
ROCKETRIDE_python_API 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 8,103 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.
Other agents, from other repositories
AGENTS
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
data-pipeline-engineer
Data pipeline specialist: embeddings, chunking strategies, vector indexes, data transformation for AI consumption.
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…
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…
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…
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…