1. Install
pip install ErrorAI
2. Import
import errorai
That's it! The runtime is now active and monitoring your code.
3. Optional Setup
errorai init
errorai doctor
errorai install-model
Autonomous Python Runtime with Safe-by-Default Exception Handling
ErrorAI is a Python-only autonomous runtime that starts on import, catches exceptions, and operates with intelligent watch/read/write behavior.
Simply import errorai and the runtime initializes automatically with sensible defaults.
Safe mode enabled by default. Writes restricted to project root with ignore patterns blocked.
Background watch services monitor your code and catch exceptions with smart resolution.
Automatically bootstraps a lightweight local coding model. Falls back to rules-only mode if needed.
Preview all edits before writing. Perfect for understanding what will happen.
Works seamlessly offline. No internet required once the model is bootstrapped.
pip install ErrorAI
import errorai
That's it! The runtime is now active and monitoring your code.
errorai init
errorai doctor
errorai install-model
Default safe mode protects your system from unintended changes.
All writes are restricted to your project root directory.
Sensitive and common ignore patterns are blocked by default.
Dry-run mode is on by default to preview edits before applying them.
errorai init
Writes default .errorai.toml configuration file
errorai doctor
Reports environment, runtime, and model readiness status
errorai install-model
Retries local model bootstrap if initial installation failed