Skip to content

Releases: lion-agi/lionagi

v0.1.0 rewrite

10 Apr 04:41
2f6c132
Compare
Choose a tag to compare

Added:

  • InstructionMapExecutor: a multi-headed graph executor for agent @Alina-Luo

  • Signal, Mailbox for intra-node communications

  • work and Worker classes

  • Tree and TreeNode, representing a tree structured graph

  • Transfer for mails in transit

  • relations pydantic dataclass to keep track of all edges of a node

Modified

  • re-write base

  • renamed core.schema to core.generic

  • renamed core.structure to core.graph

  • renamed core.prompt to core.form

  • modified Node hierarchy to use pydantic where we can

  • depreciated DataNode, CommunicatableNode, BaseRelateableNode, all are consolidated into Node

  • renamed Relationship to Edge

  • Modified Edge management logic. Now, there can be multiple edges between two nodes, differentiated by condition and label

  • Changed Edge management to Node level, now any Node can relate with any other Node

  • changed Edge creation and delete system to node.relate(node, ...), unrelate(node, ...)

  • depreciated add_edge in StructureExecutor, changed to relate_nodes

  • moved field_validator to libs.ln_validate

  • renamed PromptTemplate to Form

  • renamed Edge direction from in/out to pointed_by/points_to

What's Changed

Full Changelog: v0.0.316...v0.1.0

v0.0.316 plan

30 Mar 22:32
3db720a
Compare
Choose a tag to compare

Added:

direct.plan,
chain of thoughts,
chain of react

What's Changed

Full Changelog: v0.0.315...v0.0.316

v0.0.315 load/chunk

30 Mar 17:11
38c7073
Compare
Choose a tag to compare

Added:

Reintroduced loading and chunking data using llama_index and langchain. @Alina-Luo

  • load
  • chunk

What's Changed

Full Changelog: v0.0.314...v0.0.315

v0.0.314 react

29 Mar 20:54
5914863
Compare
Choose a tag to compare

Added:

direct.react : single step reason + action

What's Changed

Full Changelog: v0.0.313...v0.0.314

v0.0.313

28 Mar 14:12
94a5c8c
Compare
Choose a tag to compare

Fixed:

Agent and structure. @Alina-Luo

v0.0.312

27 Mar 21:25
37858ad
Compare
Choose a tag to compare

fixed:

prompt template

Added:

field level category choosing

What's Changed

Full Changelog: v0.0.311...v0.0.312

v0.0.311 vote

26 Mar 19:24
510c513
Compare
Choose a tag to compare

Added:

direct.vote

191551711470045_ pic

What's Changed

Full Changelog: v0.0.310...v0.0.311

v0.0.310 Prompt Template

24 Mar 22:46
7c9af6d
Compare
Choose a tag to compare

Similar to DSPy signature, LionAGI prompt template is a Pydantic based structured way of interacting with LLM.

image

v0.0.308

22 Mar 14:42
3d36d3b
Compare
Choose a tag to compare

Fixed:

A problem with pydantic

What's Changed

Full Changelog: v0.0.307...v0.0.308

v0.0.307 agent

22 Mar 00:27
1cb7a60
Compare
Choose a tag to compare

Added:

  • Graph based Agent system that can invoke tools and other actions, read more in notebooks. @Alina-Luo

What's Changed

Full Changelog: v0.0.306...v0.0.307