Quickstart Masterclass
import { Steps } from โ@astrojs/starlight/componentsโ;
Zero-Key Quickstart
Section titled โZero-Key QuickstartโWelcome to AgentV. This guide gets you from a fresh installation to your first Forensic Evaluation in under two minutes. No API keys, cloud accounts, or complex configurations are required for this initial walkthrough.
๐ The 120-Second Sprint
Section titled โ๐ The 120-Second Sprintโ-
Environment Setup
Create a clean virtual environment and install the harness in editable mode.Terminal window python -m venv venvvenv\Scripts\activatepip install -e ".[dev]" -
Initialize the Industrial Corpus
Scaffold the necessary local directories and download a lightweight, deterministic evaluation suite.Terminal window agentv quickstart -
Execute a Deterministic Run
Run a pre-configured scenario using the Zero-Temperature Mock Adapter. This verifies your local routing and event bus without incurring LLM costs.Terminal window agentv evaluate --path industries/finance/scenarios/loan_approval.json -
Visual Triage
Launch the Integrated Console to inspect the behavioral DNA of your run.Terminal window agentv consoleOpen http://localhost:5000 in your browser to see the trajectory, state deltas, and the forensic ledger.
๐ What Just Happened?
Section titled โ๐ What Just Happened?โWhen you ran evaluate, the AgentV engine executed several industrial-grade protocols:
- Isolated Routing: The engine consulted
.aes/config/routing/manifest.jsonto map the scenarioโs requirements to a local simulator. - Event-Driven Observation: Every tool call and reasoning step was emitted to the Global Event Bus, allowing the dashboard to mirror the execution in real-time.
- Forensic Ledger Creation: A SHA3-256 hash was generated for the trace, binding the results to your local Identity Registry.
๐ Next Steps
Section titled โ๐ Next Stepsโ- The Scholar Path: Learn about Deterministic Seeds and Academic Benchmarks.
- The Architect Path: Deep-dive into Singleton Process Guards and Dynamic CLI Dispatch.
- The Auditor Path: Implement the v1.6.0 Trust Protocol for CI/CD gating.