Skip to content

1.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bsorrentino bsorrentino released this 02 Aug 09:29
· 299 commits to main since this release

v1.0-beta1 (2024-08-02)

Documentation

Refactor

  • rename core module from langgraph4j-jdk8 to langgraph4j--core-jdk8 (ccf6282e9ab9d5e)

ALM

Continuous Integration

v1.0-20240729 (2024-07-29)

Bug Fixes

Documentation

Refactor

ALM

v1.0-20240723 (2024-07-23)

Features

  • frontend add zoom support on graph view (c6d7fab152c1edb)

    • switch to vanilla webcomponent t betetr control mermaid rendering
    • add d3 zoom support
    • remember zoom trasformation between rendering
  • experiment using d3 zoom on svg (44be1a1f52f6d20)

  • server-jetty set dark theme by default (c4a06ec88e12332)

  • server-jetty add adaptiveRAG test (050c628f45e369a)

Bug Fixes

  • core generation graph (df75b6db12a659f)

    check printConditionalEdge on declareConditionalStart()

Documentation

Refactor

ALM

v1.0-20240719 (2024-07-19)

Features

Bug Fixes

  • mermaid loading diagram error (5ccef4548baa66f)

    avoid use of (deprecated) mermaidAPI

Documentation

Refactor

resolve #9

work on #9

ALM

v1.0-20240621 (2024-06-21)

Features

  • core add support of Mermaid diagram-as-node syntax generation (a0fd5a95a4d0493)

    resolve #5

  • core add support for contidional entrypoint in getGraph() method (1a81fe399211a62)

Documentation

Refactor

  • update project layout (4cbd5c042052c32)

  • adaptive-rag make opening Chroma Store lazy (6892438d158e6dd)

    resolve #5

  • core support of multiple diagram-as-node syntax generation (9af787d3b85d03f)

    make diagram as code generation through an abstract class

work on #5

ALM

  • adaptive-rag add exec tasks (985275c10292bfe)
    • upsert: Populate Chroma Vector store
  • chroma: start Chroma Server
  • app: start demo app

v1.0-20240619 (2024-06-19)

Features

Bug Fixes

Documentation

Refactor

ALM

v1.0-20240610 (2024-06-10)

Documentation

Refactor

Continuous Integration

v1.0-20240520 (2024-05-20)

Features

Documentation

Refactor

v1.0-20240516 (2024-05-16)

Features

Documentation

v1.0-20240514 (2024-05-14)

Features

  • agent-jdk8 finalize image_to_diagram_with_correction graph implementation (bc1ef69d21c7f98)

  • agent-jdk8 implementing ImageToDiagram auto correction process (e6e89e63bd2156a)

    1. evaluate generated diagram
    2. catch errors
    3. submit errors to Agent Review
    4. Generate new diagram
    5. got to (1)
  • add image to diagram use case (0d7d09f1ba1e49b)

Documentation

Refactor

  • AppendableValue a readonly interface
  • Create internal AppendableValueRW to update state

jdk17 and above

ALM

v1.0-20240329 (2024-03-29)

Features

Bug Fixes

Documentation

Refactor

jdk17 and above

jdk17 and above

add module for demo
starting implements Agent class

ALM