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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,21 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: tangle-network/agent-sdk
ref: 36b8e3ecc57e9a62130eb2b0fdc1c3b5be01b338 # @tangle-network/agent-interface@0.43.1
ref: 36a60d83e6eceb7d6e53cb67fb0936bda1cd1374 # @tangle-network/agent-interface@0.46.1
path: .cohort/agent-sdk
persist-credentials: false

- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: tangle-network/agent-eval
ref: cd4c3195fec79c79976ce2fbe43f307107544798 # v0.144.4
ref: 73f473aea35a073719bdba04edbea29c1e7e3976 # v0.144.6
path: .cohort/agent-eval
persist-credentials: false

- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: tangle-network/agent-knowledge
ref: b5c82eb9a508b13a32e14353a867c197cda517b8 # v7.0.11
ref: f3fbb2bc231ad45d654c0d90ea8a74f2825c58ba # v7.1.2
path: .cohort/agent-knowledge
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,23 +135,23 @@ jobs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: tangle-network/agent-sdk
ref: 36b8e3ecc57e9a62130eb2b0fdc1c3b5be01b338 # @tangle-network/agent-interface@0.43.1
ref: 36a60d83e6eceb7d6e53cb67fb0936bda1cd1374 # @tangle-network/agent-interface@0.46.1
path: .cohort/agent-sdk
persist-credentials: false

- name: Check out exact Eval release
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: tangle-network/agent-eval
ref: cd4c3195fec79c79976ce2fbe43f307107544798 # v0.144.4
ref: 73f473aea35a073719bdba04edbea29c1e7e3976 # v0.144.6
path: .cohort/agent-eval
persist-credentials: false

- name: Check out exact Knowledge release
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: tangle-network/agent-knowledge
ref: b5c82eb9a508b13a32e14353a867c197cda517b8 # v7.0.11
ref: f3fbb2bc231ad45d654c0d90ea8a74f2825c58ba # v7.1.2
path: .cohort/agent-knowledge
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions docs/api/primitive-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Primitive catalog — the never-stale anti-reinvention inventory

> **GENERATED** from `@tangle-network/agent-runtime@0.130.0` and `@tangle-network/agent-eval@0.144.4` by `scripts/gen-primitive-catalog.mjs`. Do NOT hand-edit — run `pnpm run docs:api`. This is the mechanical companion to the JUDGMENT in `canonical-api.md` (§2 decision table + §1.5 AgentProfile law): that doc says WHICH primitive to reach for and what NOT to build; this catalog proves WHAT exists. Per-symbol signatures + `file:line` live in the per-module pages under `docs/api/`.
> **GENERATED** from `@tangle-network/agent-runtime@0.130.0` and `@tangle-network/agent-eval@0.144.6` by `scripts/gen-primitive-catalog.mjs`. Do NOT hand-edit — run `pnpm run docs:api`. This is the mechanical companion to the JUDGMENT in `canonical-api.md` (§2 decision table + §1.5 AgentProfile law): that doc says WHICH primitive to reach for and what NOT to build; this catalog proves WHAT exists. Per-symbol signatures + `file:line` live in the per-module pages under `docs/api/`.

## 1. agent-runtime — own public surface

Expand Down Expand Up @@ -275,7 +275,7 @@ Import from `@tangle-network/agent-runtime/agent` — 48 exports.
| `unimplementedAgentRun` | function | Stub for agents whose `runtime.act` is not yet wired to the substrate's |
| `validateProfileMaterialization` | function | Return every changed profile axis that the selected run path would drop. |
| `validateSurfaces` | function | Validate an `AgentSurfaces` map on disk — missing paths fail loud at `defineAgent` time instead of silently skipping self-improvement edits. |
| `AGENT_PROFILE_MATERIALIZATION_AXES` | const | The 29 canonical AgentProfile leaves that can affect one execution. |
| `AGENT_PROFILE_MATERIALIZATION_AXES` | const | The 30 canonical AgentProfile leaves that can affect one execution. |
| `controlProfileMaterialization` | const | Materialization contract for a raw process path that carries only control/identity fields. |
| `fullProfileMaterialization` | const | Materialization contract for a run path that executes every canonical AgentProfile leaf. |
| `promptControlProfileMaterialization` | const | Materialization contract for an injected inference function whose surrounding driver still |
Expand Down
3 changes: 3 additions & 0 deletions examples/coding-benchmark/profiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ const harnessModel: Record<BackendType, string> = {
'cli-base': process.env.CLI_BASE_MODEL ?? 'openai/gpt-4.1-2025-04-14',
// unreached by this example, but BackendType is a closed union — name them all
'kimi-code': 'moonshot/kimi-k2-2025-07-11',
// `prime` joined the canonical harness enum in interface 0.45; BackendType is a closed union,
// so the table names it even though this example never routes there.
prime: 'openai/gpt-5-codex-2025-09-15',
amp: 'anthropic/claude-sonnet-4-5-2025-09-29',
'factory-droids': 'anthropic/claude-sonnet-4-5-2025-09-29',
pi: 'openai/gpt-4.1-2025-04-14',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@
"license": "MIT",
"packageManager": "pnpm@11.17.0",
"peerDependencies": {
"@tangle-network/agent-eval": ">=0.144.4 <0.145.0",
"@tangle-network/agent-interface": ">=0.43.1 <0.44.0",
"@tangle-network/sandbox": ">=0.19.1 <0.20.0"
"@tangle-network/agent-eval": ">=0.144.6 <0.145.0",
"@tangle-network/agent-interface": ">=0.46.1 <0.47.0",
"@tangle-network/sandbox": ">=0.19.3 <0.20.0"
},
"peerDependenciesMeta": {
"@tangle-network/sandbox": {
Expand Down
115 changes: 66 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ allowBuilds:

catalog:
'@arethetypeswrong/cli': 0.18.5
'@tangle-network/agent-core': 0.5.0
'@tangle-network/agent-core': 0.5.4
'@types/node': 26.1.1
'@tangle-network/agent-eval': 0.144.4
'@tangle-network/agent-interface': 0.43.1
'@tangle-network/agent-knowledge': 7.0.11
'@tangle-network/agent-profile-materialize': 0.10.2
'@tangle-network/agent-eval': 0.144.6
'@tangle-network/agent-interface': 0.46.1
'@tangle-network/agent-knowledge': 7.1.2
'@tangle-network/agent-profile-materialize': 0.12.0
'@tangle-network/agent-trace-contract': ^1.0.2
'@tangle-network/sandbox': 0.19.1
'@tangle-network/sandbox': 0.19.3
publint: 0.3.22
tsdown: 0.22.14
tsx: 4.23.1
Expand Down
Loading
Loading