Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading