API Reference¶
API reference organized by RAMPART's package layout. Each page documents the public symbols in one module, auto-generated from source docstrings.
| Page | Contents |
|---|---|
| Core Types | Payload, Request, Response, Turn, Result, SafetyStatus, HarmCategory, and more |
| Core Protocols | Session, AgentAdapter, Evaluator, Surface, InjectionHandle, and more |
| Attacks | Attacks.xpia(), XPIAExecution |
| Probes | Probes.behavior(), SingleTurnExecution |
| Evaluators | ToolCalled, ResponseContains, SideEffectOccurred |
| Drivers | StaticDriver, LLMDriver |
| Payloads | Payloads, PayloadTemplate, PayloadStore |
| Surfaces | OneDriveSurface |
| Converters | DocxConverter |
| Reporting | ReportSink, TestRunReport, JsonFileReportSink |
| pytest Plugin | record_result, markers, hooks |