diff --git a/package.json b/package.json index fa0e15e..67d971b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tangle-network/agent-eval", - "version": "0.30.0", + "version": "0.30.1", "description": "Substrate for self-improving agents: traces, verifiable rewards, preferences, GEPA / reflective mutation, auto-research, replay, sequential anytime-valid stats, and release gates.", "homepage": "https://github.com/tangle-network/agent-eval#readme", "repository": { diff --git a/src/index.ts b/src/index.ts index f9b4ad3..2aef2da 100644 --- a/src/index.ts +++ b/src/index.ts @@ -275,6 +275,11 @@ export { weightedMean, wilcoxonSignedRank, } from './statistics' +// ── Trace analyst surface (Ax RLM over OTLP-JSONL) ─────────────────── +// Direct re-export of the trace-analyst submodule so consumers don't have +// to reach into subpaths. Used by agent canonical evals via the +// `autoresearch` block (analyzeTraces + OtlpFileTraceStore). +export * from './trace-analyst' export type { ArtifactCheck, ArtifactResult,