1.0-beta3
Pre-releasev1.0-beta3 (2024-09-03)
Features
-
serilaizer enhance the serialization api (06ed83d7c8ba6c8)
- add BaseSerializer
- add Custom Serializer support
-
notebook add persistence how-to using a java notebook (b89dbcfe05123b8)
-
persistence.ipynb add AiMessage Serializer (363600c0b629d42)
-
serializer add custom serializer support (f958f0c03e5b9c8)
-
persistence.ipynb add workflow execution (c4bf0819b3f65a2)
-
persistence refine Graph definition (f09aeb6a0b583b4)
-
add support of java notebook based on 'rapaio-jupyter-kernel' (41ab46694adf90e)
-
add factory methods to create custom Channel (8abb17312f788fb)
Bug Fixes
- CompiledGraph when asNode is provided next node is evaluated keeping in consideration edges (d3595cb41ec9f64)
work on #14
Documentation
-
site update documentation (254f64f7bfb41a1)
- persistence howto
-
update links (0d7b1df3766efe4)
work on #12
-
update links (a5af831f480b016)
work on #12
-
update links (2a1f1b8ca779832)
work on #12
-
update links (45eb6850811a164)
-
update links (7245d150fed8c1d)
-
update links (6c77da53ac2fdc7)
-
update links (4449fb4148d5a90)
-
update (b82abebd61df183)
-
update (ea080158b19a91d)
-
add javadoc task on site generation (c236773dbef7752)
work on #12
-
add Conceptual Guides (33ba7527b9d2c79)
work on #12
-
update readme (1a087fca04acfc6)
-
update changeme (04f1ff7a00254f3)
-
update changeme (d8bdbcb7309dde5)
-
update changeme (160d7093b6123ec)
Refactor
-
TryConsumer add log (526f296c70bc587)
-
remove unused import (eeb00a08078449c)
-
add @@FunctionalInterface annotation (e37621cf6bdbef0)
ALM
- bump version 1.0-beta3 (d7fbde9e3a6f8d5)
v1.0-20240828 (2024-08-28)
Features
-
add support for 'interruptBeforereak' and 'interruptAfter' (3083d9d95d05393)
-
MemorySaver add rw lock to memory saver (a00054b2169e348)
-
CompiledGraph expose state Management (183a0ceb7069f1f)
- getState
- getStateHistory
- updateState
- update streaming processing to support graph resume
work on #14
-
StateSnapshot add support StateSnaphot object (cc86564cc2f2759)
work on #14
-
RunnableConfig add checkpointId and nextNode properties (509d7ebd50eef7a)
-
Checkpoint store the nextNodeId (6e1ca60de4572af)
work on #14
-
BaseCheckpointSaver add support for ThreadId (05c293faa56cfad)
work on #20
-
add MapSerializer (1407b41f8d412eb)
Documentation
-
update changeme (2a47f9f0edca129)
-
update changeme (5e3259ec27d6aca)
-
update changeme (8d965e7b07df3fd)
Refactor
-
rename getCheckpointSaver() to checkpointSaver() because it returns an Optional (fd072d239a0e7f8)
-
make TryConsumer public (2447a2380ffcc40)
-
make TryConsumer public (3f92e4c7c3b8243)
-
CompiledGraph refine state management (c2a8e876dbc0342)
work on #14
-
StateSnapshot delegate next to checkpoint (8199a0d7a039192)
work on #14
-
Checkpoint move from AgentState to Map<K,V> (fb742ac09bdf0db)
-
AgentState add updateState utility methods (af0bd50092583e2)
-
rename InvokeConfig to RunnableConfig (40a910f32dd882c)
work on #20
-
rename InvokeConfig to RunnableConfig (fe9ff015241ef0d)
work on #20
ALM
-
move to next developer version (5a7fa556b33613c)
-
add changelog update shell (cc44dfea071d6f7)