API Reference
Skiritai's public API is designed to be minimal and intuitive. Here's an overview of the key modules.
Core Modules
| Module | Description |
|---|---|
| BaseCase | Base class for test cases, with decorators and lifecycle |
| AIContext | Explore/replay execution context passed to each step |
| Tools | 16 Playwright + DOM perception tools available to the AI agent |
| LLM Providers | Pluggable LLM backend abstraction |
| Event Bus | Async pub-sub event system |
Package Entry Point
python
from skiritai import (
BaseCase,
step,
step_mode,
on_failure,
run_case,
AIContext,
)For detailed API docs, check each module page.