Skip to content

Releases: nyvyn/autonomais

v2.0.2

15 Jun 14:07
Compare
Choose a tag to compare

2.0.2 (2024-06-15)

Bug Fixes

  • dependencies: upgraded to 0.23 (e272bb8)

v2.0.1

02 Jun 11:36
Compare
Choose a tag to compare

2.0.1 (2024-06-02)

Bug Fixes

  • upgrade langchain dependencies to 2.x (1fc679a)

v2.0.0

18 May 12:53
Compare
Choose a tag to compare

2.0.0 (2024-05-18)

Code Refactoring

  • graphrunner: now requires ChatModel, previously was BaseLanguageModel (cf19dc7)

BREAKING CHANGES

  • graphrunner: GraphRunner now requires a ChatModel passed, as opposed to a LanguageModel

v1.6.3

18 Apr 13:40
Compare
Choose a tag to compare

1.6.3 (2024-04-18)

Bug Fixes

  • GraphRunner: replace path param with config in fromWorkflow method (981fcda)

v1.6.2

17 Apr 23:23
Compare
Choose a tag to compare

1.6.2 (2024-04-17)

Bug Fixes

  • GraphRunner: update type of state.lastNode (ff667ca)

v1.6.1

17 Apr 17:26
Compare
Choose a tag to compare

1.6.1 (2024-04-17)

Bug Fixes

  • graphrunner: correctly managed state of graph (77dd8dd)

v1.6.0

17 Apr 17:04
Compare
Choose a tag to compare

1.6.0 (2024-04-17)

Features

  • GraphRunner: Allow workflow parsing and checkpoint saving (4881db2)

v1.5.2

13 Apr 17:58
Compare
Choose a tag to compare

1.5.2 (2024-04-13)

Bug Fixes

  • resolve issue with conditional nodes. Resolve multiline strings in yaml files (9ea99ab)

v1.5.1

13 Apr 17:24
Compare
Choose a tag to compare

1.5.1 (2024-04-13)

Bug Fixes

  • autonomais.ts: fixed yaml strings and incorrect import (74b3f4f)

v1.5.0

13 Apr 02:00
Compare
Choose a tag to compare

1.5.0 (2024-04-13)

Features

  • Integrate commitlint, enrich README, refine code and workflows (44e8ea7)