Skip to content

Releases: proactive-agent/langgraphics

Release v0.1.0-beta.3

03 Mar 22:36
cc49c61

Choose a tag to compare

What's Changed

  • Implement modes for the inspect panel (GH-7)
  • Fix graph traversing for multi-branch DAGs (GH-8)
  • Update image sources in README for dark/light modes (GH-9)
  • Implement tracking for spent tokens, cost, and latency (GH-10)
  • Add unit tests for metrics and a tool-call edge case (GH-12, GH-14)
  • Create a workflow for updating models' metadata (GH-11, GH-13)
  • Auto-update the models' metadata using the new workflow (GH-16)
  • Add an inspect section for showing the state of the node at each step (GH-17)

Thanks

Changelog: v0.1.0-beta.2...v0.1.0-beta.3

Release v0.1.0-beta.2

21 Feb 23:49
b3fbed6

Choose a tag to compare

What's Changed

  • Refactor tracer - integrate built-in tracing mechanism (GH-2)
  • Implement comprehensive formatter using LangSmith utils (GH-4)
  • Complete the inspector panel for input and output blocks (GH-4)
  • Refactor minor issues and add tests (GH-5)

Changelog: v0.1.0-beta.1...v0.1.0-beta.2

Release v0.1.0-beta.1

18 Feb 14:20
b814da0

Choose a tag to compare

What's Changed

  • Added Python backend support for node classification, state serialization, and callback-based sub-step tracking (GH-1)
  • Added comprehensive test coverage for node classification and depth map computation algorithms (GH-1)
  • Implemented React-based trace inspector UI with tree visualization and detail panels (GH-1)
  • Implement transfer of theme and direction parameters through URL params

Changelog: v0.1.0-beta...v0.1.0-beta.1

Release v0.1.0-beta

14 Feb 14:04
bbd7593

Choose a tag to compare

What's Changed

This is the first release, introducing live graph visualization for LangGraph agents with a single-line integration.

Changelog: v0.0.0...v0.1.0-beta