AANA Docs

Try Demo

Follow one local path: install, run doctor, run a gallery example, check a workflow, start the FastAPI policy service, and inspect redacted audit output.

Prerequisite: Python 3.10+ is supported; Python 3.12 is recommended for local onboarding. Install uv from docs.astral.sh/uv or use the pip fallback in the Markdown guide.

uv venv --python 3.12 .venv
uv pip install --python .\.venv\Scripts\python.exe -e ".[api]"
.\.venv\Scripts\Activate.ps1
aana doctor
aana run travel_planning
aana workflow-check --workflow examples/workflow_research_summary.json --audit-log eval_outputs/audit/local-onboarding.jsonl
aana-fastapi --host 127.0.0.1 --port 8766 --audit-log eval_outputs/audit/aana-fastapi.jsonl
aana audit-summary --audit-log eval_outputs/audit/aana-fastapi.jsonl