Skip to content

Releases: tangle-network/agent-sdk

@tangle-network/agent-interface@0.31.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 22:37
df9d17f

Minor Changes

  • d8227eb: Add expiring apply/restore authorizations and typed idempotent activation outcomes.

@tangle-network/agent-core@0.4.19

Choose a tag to compare

@github-actions github-actions released this 17 Jul 22:37
df9d17f

Patch Changes

  • Updated dependencies [d8227eb]
    • @tangle-network/agent-interface@0.31.0

@tangle-network/agent-interface@0.30.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:01
6e2514a

Minor Changes

  • 4074c47: Reject unknown fields at every defined AgentProfile object boundary, make profile and candidate MCP definitions exact local, remote, or disabled configurations, align reasoning capabilities with the native CLI controls, and bind exact system-prompt replacement to candidate profile-plan identity.

@tangle-network/agent-interface@0.29.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 05:43
3a3c10a

Minor Changes

  • e1c362e: Add one immutable candidate experiment shared by evaluation and execution, with exact baseline and candidate bundles, benchmark tasks, repetitions, seeds, and Runtime receipts.

Patch Changes

  • a00d0a3: Build only before publishing so installed package artifacts can be repacked with lifecycle scripts enabled.

@tangle-network/agent-core@0.4.18

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:01
6e2514a

Patch Changes

  • Updated dependencies [4074c47]
    • @tangle-network/agent-interface@0.30.0

@tangle-network/agent-core@0.4.17

Choose a tag to compare

@github-actions github-actions released this 16 Jul 05:43
3a3c10a

Patch Changes

  • a00d0a3: Build only before publishing so installed package artifacts can be repacked with lifecycle scripts enabled.
  • Updated dependencies [e1c362e]
  • Updated dependencies [a00d0a3]
    • @tangle-network/agent-interface@0.29.0

@tangle-network/agent-interface@0.28.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 16:25
944ebf6

Minor Changes

  • f6dfea0: Collapse the unlaunched candidate, profile-diff, and improvement contracts to one canonical shape without schema version fields or frozen compatibility exports.

@tangle-network/agent-interface@0.27.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 07:02
410541d

Patch Changes

  • d6685fa: Declare the package side-effect-free so bundlers tree-shake unused modules (the deprecated candidate compat schemas in particular) out of application bundles.

@tangle-network/agent-interface@0.27.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 06:33
6ed3cc2

Patch Changes

  • 0103410: Restore the pre-unification candidate outcome and receipt exports as deprecated compatibility aliases so published consumers that still import the old names resolve at ESM import time. Shape-identical renames (profile-plan/benchmark-result material, settlement call and settlement material V2, and their schemas) re-export the current symbols; symbols whose shape changed (bundle/workspace-manifest/execution-plan/materialization-receipt/run-receipt V1, run-receipt V2, the run-receipt union, settlement material V1, and model usage) are re-declared under their frozen shapes. sameFixedSpend is re-exported.

@tangle-network/agent-interface@0.27.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 03:29
7287957

Minor Changes

  • f10a949: Add the durable plan submission host, typed plan continuation, plan stream record, and required execution outcome contract.