Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
5b7b6a5
fix(tb): E+C empty-gold scoring + unknown abstention finalize
datduyng Aug 9, 2026
debb8b4
style: apply prettier formatting and policy fixes
typeagent-bot[bot] Aug 9, 2026
846692f
fix(tb): align unknown raw schemaName; single runner export chain
datduyng Aug 9, 2026
66cd8fa
docs: regenerate README.AUTOGEN.md, command reference, and action bro…
typeagent-bot[bot] Aug 9, 2026
fb5ef30
feat(tb): eval runner outputs report + landing repo
datduyng Aug 10, 2026
1872b86
style: apply prettier formatting and policy fixes
typeagent-bot[bot] Aug 10, 2026
e1b4f2a
Merge remote-tracking branch 'origin/main' into _heal
typeagent-bot[bot] Aug 11, 2026
7b8f13b
Merge remote-tracking branch 'origin/main' into _heal
typeagent-bot[bot] Aug 12, 2026
254ac5e
docs: regenerate README.AUTOGEN.md, command reference, and action bro…
typeagent-bot[bot] Aug 12, 2026
adb2596
Merge remote-tracking branch 'origin/main' into _heal
typeagent-bot[bot] Aug 13, 2026
221d78a
docs: regenerate README.AUTOGEN.md, command reference, and action bro…
typeagent-bot[bot] Aug 13, 2026
f69cf2b
Merge remote-tracking branch 'origin/main' into _heal
typeagent-bot[bot] Aug 13, 2026
c7c3532
docs: regenerate README.AUTOGEN.md, command reference, and action bro…
typeagent-bot[bot] Aug 13, 2026
2df4e66
Merge remote-tracking branch 'origin/main' into _heal
typeagent-bot[bot] Aug 13, 2026
d4b3f23
docs: regenerate README.AUTOGEN.md, command reference, and action bro…
typeagent-bot[bot] Aug 13, 2026
c0de631
Merge remote-tracking branch 'origin/main' into _heal
typeagent-bot[bot] Aug 13, 2026
bd149e1
docs: regenerate README.AUTOGEN.md, command reference, and action bro…
typeagent-bot[bot] Aug 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions ts/packages/benchmarks/README.AUTOGEN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- AUTOGEN:DOCS:START -->

<!-- AUTOGEN:DOCS:HASH:sha256=d44d146be9d637f265637a8290e184cf5485c4152b0a25777e2866945e1874ee -->
<!-- AUTOGEN:DOCS:HASH:sha256=82b5cc5addbc8b811546ebe0bc7657342435a4e90ebcd2dee473d7b72a0c71e0 -->
<!-- AUTOGEN:DOCS:SOURCE: ./README.md (hand-written documentation; this file is the AI-generated companion) -->

# @typeagent/benchmarks — AI-generated documentation
Expand All @@ -29,6 +29,7 @@ TypeAgent translation bench: catalog, action-parameters grader, simple-action da
Workspace:

- [@typeagent/action-schema](../../packages/actionSchema/README.md)
- [@typeagent/agent-cache](../../packages/cache/README.md)
- [@typeagent/agent-sdk](../../packages/agentSdk/README.md)
- [@typeagent/aiclient](../../packages/aiclient/README.md)
- [agent-dispatcher](../../packages/dispatcher/dispatcher/README.md)
Expand All @@ -44,18 +45,18 @@ _None._

- [./src/index.ts](./src/index.ts)
- [./src/translationBench/index.ts](./src/translationBench/index.ts)
- [./src/translationBench/runner/index.ts](./src/translationBench/runner/index.ts)
- [./src/translationBench/synthesizer/catalogGenerator/index.ts](./src/translationBench/synthesizer/catalogGenerator/index.ts)
- [./src/translationBench/synthesizer/index.ts](./src/translationBench/synthesizer/index.ts)
- [./src/core/model-prices.generated.json](./src/core/model-prices.generated.json)
- [./src/core/paths.ts](./src/core/paths.ts)
- [./src/core/prices.ts](./src/core/prices.ts)
- [./src/core/rateLimiter.ts](./src/core/rateLimiter.ts)
- [./src/core/tokenEstimate.ts](./src/core/tokenEstimate.ts)
- [./src/core/types.ts](./src/core/types.ts)
- _…and 36 more under `./src/`._
- _…and 39 more under `./src/`._

---

_Auto-generated against commit `ced33869a1369ff7c998a3517bf17bc9739a05e5` on `2026-08-13T05:25:43.204Z` by `docs-generate.yml`. Links validated at that commit; the working tree may have drifted by up to 24h. Re-run `pnpm --filter @typeagent/benchmarks docs:verify-links` to spot-check._
_Auto-generated against commit `c0de631268e3d75f8aceb29986bce7f3342b19b9` on `2026-08-13T08:22:27.623Z` by `docs-generate.yml`. Links validated at that commit; the working tree may have drifted by up to 24h. Re-run `pnpm --filter @typeagent/benchmarks docs:verify-links` to spot-check._

<!-- AUTOGEN:DOCS:END -->
Loading
Loading