Open source

Research methods you can install.

Every method we publish ships as an inspectable, reproducible package — 12 libraries spanning the agent-reliability stack. AGPL-3.0, on PyPI and npm.

12Packages
AGPL-3.0License
2Languages · Py + TS
Core libraries · 8

Detection, control & verification.

rotalabs-context

v1.0.0

Context intelligence for AI agents — ingest, search, and subscribe to shared context across agent systems with keyword, semantic, and hybrid modes.

PythonTypeScript

rotalabs-probe

v1.1.0

Detection for strategic underperformance — activation probes, behavioral analysis, and sandbagging detection (90–96% on the package's own benchmark).

PythonTypeScript

rotalabs-steer

v1.1.0

Runtime behavior control via activation steering — guide model outputs toward desired behaviors using contrastive activation addition.

PythonTypeScript

rotalabs-verity

v1.0.0

Neuro-symbolic synthesis of verified code using Z3 and LLMs with a CE2P (counterexample-to-prompt) feedback loop.

PythonTypeScript

rotalabs-cascade

v1.0.0

Config-driven orchestration for multi-stage decision routing — adaptive pattern learning and 21 condition operators.

PythonTypeScript

rotalabs-redqueen

v2.0.0

Evolutionary adversarial testing — quality-diversity search over single-turn, multi-turn, and agentic/MCP attacks with a MAP-Elites archive, co-evolving defenses, and multi-provider LLM targets.

PythonTypeScript

rotalabs-graph

v1.0.0

GNN-based trust propagation — model trust relationships with PageRank, EigenTrust, and learned propagation algorithms.

PythonTypeScript

rotalabs-fieldmem

v1.0.0

Field-theoretic memory for AI agents — continuous dynamics for context preservation in multi-agent systems.

PythonTypeScript
Infrastructure · 4

Evaluation, acceleration & compliance.

rotalabs-eval

v1.1.0

LLM evaluation with statistical rigor — lexical, semantic, LLM-judge, and RAG metrics with confidence intervals and significance testing.

PythonTypeScript

rotalabs-accel

v1.0.0

Inference acceleration — Triton kernels, speculative decoding, RMSNorm/SwiGLU/RoPE, INT8 quantization, and KV-cache compression.

PythonTypeScript

rotalabs-comply

v1.0.0

Compliance evaluations — EU AI Act, SOC2 Type II, and HIPAA frameworks with encrypted audit trails and report generation.

PythonTypeScript

rotalabs-audit

v1.0.0

Reasoning-chain capture for auditing — extract and analyze CoT, ReAct, and Tree-of-Thought reasoning with anomaly detection.

PythonTypeScript
Quick start

Get started in seconds.

Install individually or combine for end-to-end agent-reliability infrastructure. Commands are generated from the package manifest, so they can't drift.

# Core libraries
$ pip install rotalabs-context
$ pip install rotalabs-probe
$ pip install rotalabs-steer
$ pip install rotalabs-verity
$ pip install rotalabs-cascade
$ pip install rotalabs-redqueen
$ pip install rotalabs-graph
$ pip install rotalabs-fieldmem
# Infrastructure
$ pip install rotalabs-eval
$ pip install rotalabs-accel
$ pip install rotalabs-comply
$ pip install rotalabs-audit
# Core libraries
$ npm install @rotalabs/context
$ npm install @rotalabs/probe
$ npm install @rotalabs/steer
$ npm install @rotalabs/verify
$ npm install @rotalabs/cascade
$ npm install @rotalabs/redqueen
$ npm install @rotalabs/graph
$ npm install @rotalabs/ftms
# Infrastructure
$ npm install @rotalabs/eval
$ npm install @rotalabs/accel
$ npm install @rotalabs/comply
$ npm install @rotalabs/audit