You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### `agentdoc/`- Agent documentation and visibility
9
+
`doc(self)` rendering, visibility rules, referenced types, annotated parameters and fields, truncating `pformat`/`pprint`, metadata, protocols, and fixture modules under `agentdoc/fixtures/`.
10
10
11
-
### `strategies/`— Generation strategies
12
-
`CodeActStrategy`, `PurePythonStrategy`, `ReflexionStrategy`, `TemplateStrategy`, argument validation, return type validation, helper method manager, and `RuntimeServices`.
11
+
### `agents/`- Agent-level behavior
12
+
Agent imports, render configuration, method summarization, and summarization agents.
13
13
14
-
### `core_runtime/` — Task lifecycle
15
-
Task queuing and serialization, code caching (ONCE vs AGENT lifetime), execution, LLM client reuse, and implemented plan behavior.
14
+
### `atif/` - Agent Trace Interchange Format
15
+
ATIF schema validation, exporter state machines, event typing, nested traces, standalone entrypoints, and end-to-end CodeAct traces.
16
+
17
+
### `capability/` - Capability routing
18
+
Router repeated runs, class method replacement, scorer behavior, structured output scoring, and support agents/data under `capability/agents/` and `capability/data/`.
19
+
20
+
### `config/` - Configuration resolution
21
+
Execution, strategy, summarizer, blocked, and resolved configuration behavior.
Reusable helper modules for cross-module inheritance, OpenTelemetry assertions, and signature utilities. These are support files, not standalone test suites.
Nested generation, concurrent traces, hook failure traces, nested agent history, CodeAct structured output, archival behavior, journal fanout, import round-trips, nested bug fixtures under `integration/nested_bug/`, and fixture data under `integration/fixtures/`.
28
43
29
-
### `agents/` — Agent-level tests
30
-
Agent imports and summarization agent behavior.
44
+
### `onboarding/` - Model onboarding
45
+
Tests for evaluating model performance on framework capabilities (code generation, REPL behavior, validation retry, working context), with sample inputs under `onboarding/test_data/`. Used for model onboarding optimization. See `tests/onboarding/README.md`.
46
+
47
+
### `performance/` - Performance benchmarks
48
+
Client creation overhead.
31
49
32
-
### `capability/`— Capability routing
33
-
Router repeated runs and class method replacement.
50
+
### `provider_compat/`- Provider compatibility
51
+
Provider compatibility checks across model backends and API shapes.
Tests for evaluating model performance on framework capabilities (code generation, REPL behavior, validation retry, working context). Used for model onboarding optimization. See `tests/onboarding/README.md`.
0 commit comments