Skip to content

AgentLedger 1.3.5

Choose a tag to compare

@yaogdu yaogdu released this 07 Jun 10:22
· 7 commits to main since this release

AgentLedger 1.3.5

Inspector companion patch release.

Inspector is language-neutral and can consume AgentLedger evidence/runtime metadata produced by Python, Go, TypeScript, or Rust implementations when they follow the AgentLedger contract. The current packaged Inspector implementation is distributed through the Python/PyPI CLI.

Published packages

  • agentledger-runtime==1.3.5
  • agentledger-inspector==1.3.5

Changed

  • Added a read-only Inspector run index for browsing persisted runs before opening a single run.
  • Added chronological Event Stream view for single-run Inspector pages.
  • Changed Inspector, evidence, and time-travel HTML tables so JSON/details render as full-width rows instead of narrow final columns.
  • Added documentation screenshots for the run index and single-run timeline.

Not republished

  • Go, TypeScript, and Rust packages were not republished because the runtime-core contract and cross-language runtime semantics are unchanged.
  • Optional adapter packages were not republished because this release does not change adapter/provider behavior.

PyPI