-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (58 loc) · 1.81 KB
/
Copy pathmkdocs.yml
File metadata and controls
62 lines (58 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
site_name: aet — Agentic Eval Tool
site_description: Repo-agnostic harness to run, record, and visualize agentic coding runs.
repo_url: https://github.com/ucb-bar/agentic-eval-tool
repo_name: ucb-bar/agentic-eval-tool
theme:
name: material
features:
- navigation.sections
- content.code.copy
palette:
- scheme: default
primary: indigo
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]
options:
docstring_style: google
show_root_heading: true
show_source: true
members_order: source
separate_signature: true
markdown_extensions:
- admonition
- pymdownx.superfences
- toc:
permalink: true
nav:
- Home: index.md
- Guides:
- Instrument & plot: instrumentation.md
- Trajectories: trajectory.md
- Architecture: ARCHITECTURE.md
- Isolation & sandboxing: isolation.md
- Philosophy: philosophy.md
- Tracking & execution:
- Tracking policy: tracking_policy.md
- MLflow: mlflow_tracking.md
- OpenTelemetry: opentelemetry.md
- GenAI semconv: genai_semconv.md
- SigNoz (optional): signoz_optional.md
- Execution backends: execution_backends.md
- Bundled suite (targetgen):
- Overview: targetgen_suite.md
- Metrics: targetgen_metrics.md
- Architecture rules: targetgen_architecture_rules.md
- Decisions (ADRs):
- Transcript oracle mining: adr/0001-transcript-oracle-mining.md
- Provisional session-log cost: adr/0002-session-log-provisional-cost.md
- bwrap over Docker: adr/0003-bwrap-over-docker.md
- API reference:
- aet.trajectory: reference/trajectory.md
- aet.viz: reference/viz.md
- aet.isolation: reference/isolation.md
- aet.runner & ratelimit: reference/runner.md
- aet.tracking: reference/tracking.md