Getting Started¶
New to AgentOps? You're in the right place. This section answers three questions in order: what is it, how do I install it, and what's the first useful thing I can run.
If you're evaluating AgentOps for a team, start with the Newcomer Guide — it frames the product in fifteen minutes. If you're ready to ship code with it, skip to Install and then First command. If you want a structured curriculum, jump to the Levels path at the bottom.
-
Practical repo orientation, mental model, and a fast path to becoming productive in the AgentOps codebase.
-
Fast path for authoring a first skill without tripping CI.
-
Before/after examples of good coding-agent behavior.
-
Comparisons, limitations, subagent nesting, and uninstall.
-
How to contribute code, skills, and documentation.
-
Vulnerability reporting and security policy.
Install¶
bash <(curl -fsSL https://raw.githubusercontent.com/boshu2/agentops/main/scripts/install.sh)
First command¶
ao quickstart # Guided first-run experience
ao status # Where was I?
ao rpi "goal" # Full Research-Plan-Implement-Validate loop
Learning path¶
If you want a structured curriculum, walk through the progressive Levels L1–L5:
- L1 — Basics: single-session work
- L2 — Persistence: cross-session bookkeeping
- L3 — State Management: issue tracking with beads
- L4 — Parallelization: wave-based execution
- L5 — Orchestration: full autonomous operation