docs: structure model experience fields

This commit is contained in:
Tianyi Cui
2026-07-19 18:08:42 +08:00
parent bcc920369c
commit a278374e8f
92 changed files with 1334 additions and 512 deletions
+3 -1
View File
@@ -46,7 +46,9 @@ Constraints: `suite.ts` imports vitest, so the package entry is importable only
None, as this test-only harness records, normalizes, and compares ACP transcripts without changing the agent's assembled model request.
**KV Cache effect**: None; this package neither assembles nor sends a provider request.
#### KV Cache effect
None; this package neither assembles nor sends a provider request.
## Known Limitations and Deferred Work
@@ -22,7 +22,9 @@ Tests of injection failures, partial topology, service load order, or service te
None, as this test-only composition helper neither drives nor modifies model requests.
**KV Cache effect**: None; this package neither assembles nor sends a provider request.
#### KV Cache effect
None; this package neither assembles nor sends a provider request.
## Known Limitations and Deferred Work
+3 -1
View File
@@ -56,7 +56,9 @@ A seeded or forked session arrives with events already in its log because constr
None, as this observer only validates events and frozen requests and never rewrites prompts, schemas, messages, or streams.
**KV Cache effect**: None; this package neither assembles nor sends a provider request.
#### KV Cache effect
None; this package neither assembles nor sends a provider request.
## Known Limitations and Deferred Work
+3 -1
View File
@@ -56,7 +56,9 @@ Named `name` / `inject` / `Config` / `apply`, with **no default export**: the co
None, as this keyless test adapter sends no request to a provider model; it only replays recorded assistant chunks into the test loop.
**KV Cache effect**: None; this package neither assembles nor sends a provider request.
#### KV Cache effect
None; this package neither assembles nor sends a provider request.
## Known Limitations and Deferred Work
+3 -1
View File
@@ -10,7 +10,9 @@ This is support-tier test infrastructure, not product API.
None, as this test-only harness boots example processes and inspects their streams without changing an assembled model request.
**KV Cache effect**: None; this package neither assembles nor sends a provider request.
#### KV Cache effect
None; this package neither assembles nor sends a provider request.
## Known Limitations and Deferred Work