Technical Documentation
Documentation
Architecture guides, agent responsibilities, escalation model, threat model, ethics, and research roadmap.
Overview
Read more
Problem Statement
Read more
Agent Responsibilities
Read more
Event Model
Read more
Human Oversight Model
Read more
Security and Privacy
Read more
Proposed Evaluation
Read more
Economic Assumptions
Read more
Limitations
Read more
References
Read more
Quick start
python -m venv .venv source .venv/bin/activate pip install -e ".[dev]" python -m asbos_framework.demo python experiments/run_baseline_comparison.py pytest