Skip to content

Releases: lion-agi/lionagi

v0.0.208

13 Feb 23:56
70d8b31
Compare
Choose a tag to compare

Added:

  • Async Ollama service
  • More lions is all you need

What's Changed

Full Changelog: v0.0.207...v0.0.208

v0.0.207 ReAct

11 Feb 22:05
09af9fb
Compare
Choose a tag to compare

Added:

  • ReAct (reason-action promoting)
  • Parallel Asynchronous tool usage
  • notebooks on ReAct

What's Changed

Full Changelog: v0.0.206...v0.0.207

v0.0.206

07 Feb 22:26
8788de6
Compare
Choose a tag to compare

Added:

  • Async parallel function calls
  • services: ollama, transformers, mlx_lm, Litellm

What's Changed

Full Changelog: v0.0.205...v0.0.206

v0.0.205

06 Feb 13:38
3f1538b
Compare
Choose a tag to compare

Fixed

  • bugs

Full Changelog: v0.0.204...v0.0.205

v0.0.204

06 Feb 02:43
33c6529
Compare
Choose a tag to compare

Added:

  • Transformers Service, supports any conversational task pipeline
  • Enhanced intra-branch communication
  • various bugs fixed including async call handlers and decorators

What's Changed

New Contributors

Full Changelog: v0.0.203...v0.0.204

v0.0.203

26 Jan 22:21
9691a51
Compare
Choose a tag to compare

bug fixed

What's Changed

Full Changelog: v0.0.202...v0.0.203

v0.0.202

25 Jan 23:21
03cd715
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.201...v0.0.202

v0.0.201

18 Jan 22:35
4edbf38
Compare
Choose a tag to compare

added:

  • parallel branch operations

v0.0.200

18 Jan 19:12
0cb6ef1
Compare
Choose a tag to compare

Added:

  • Branch
  • Instruction Set (chain/graph-of-thoughts)
  • Graph
  • Encryption
  • function handling decorators
  • nested data structure handling

What's Changed

Full Changelog: v0.0.116...v0.0.200

v0.0.116

10 Jan 19:29
e4951ae
Compare
Choose a tag to compare

Fixed

  • fixed rate limit not replenishing

What's Changed

  • Must use the BaseAPIRateLimiter.create factory method to use the ratelimiter. by @adamjhn in #215

New Contributors

Full Changelog: v0.0.115...v0.0.116