Releases: callstackincubator/fabrice-ai
Releases · callstackincubator/fabrice-ai
v0.5.0
Changelog:
0.5.0 (2024-12-17)
Bug Fixes
- __dirname should not be used in ES Module (#104) (5886455)
- bring back body (a5b47d1)
- incorrect location for unzipping examples (3a252c1)
- last reference to RequiredOptionals removed (#129) (e999bac)
- merge error fixed (bb1e7a4)
- removed body after openrouter merge (1cd5cd6)
- supervisor not producing desired output (#121) (86a0a95)
- update method signature: (ce5b31a)
Features
- add knowledge to agent (#108) (ab5f609), closes #105
- add open router integration (#131) (2dc5e30)
- ask for OpenAI key when setting up new project (#115) (edbb142)
- create-fabrice-ai: downloading latest release (#116) (2a3e7cc), closes #105
- improve abstraction for external providers (#123) (30d5297), closes #114
- prepare architecture for parallelism and add helpers (#111) (85abe0b)
v0.4.4
v0.4.0
v0.3.0
v0.2.0
Initial release
Changelog:
0.1.0 (2024-12-10)
Bug Fixes
- agent selection (#24) (6dc2e00)
- change from assistant to user (#70) (a6d24d0)
- incorrect iteration number (#66) (36a072b)
- mime-type was fixed to jpeg (#75) (e6ae07f)
- missing agent context, feat: leaner fs example (#58) (2e3b81e)
- remove extra package (85862e7)
- vision tool instructions (#62) (dfcf392)
Features
- a step towards async exec + memory persistence (#10) (203bdae)
- abstract model and remove context (#16) (0c38b45)
- add
id
to workflow state (#30) (55f1393) - add few more features (8be45d3)
- add provider to each function (#25) (9217c83)
- add very rough wikipedia example (d415faf)
- agent refactor (#14) (591c077)
- create agent, tool primitives and update example (e917b7e)
- create helpers for agent and workflow (#12) (5a79bf0)
- create server-side teamwork and organize utilities (#55) (80cb5a9)
- documentation (#27) (9f6cca9)
- finalize query refactor (#33) (6abee0b)
- implement pretty logger (#46) (1b48dff), closes #4
- implement server with background jobs and resume when all answers are provided (#49) (eb67943), closes #2 #9
- improve recurency and teamwork interface (#21) (42eee0c)
- initial commit (499c915)
- initial fs tools and example (#56) (688ef76)
- initial server example implementation (#36) (1f147fa)
- make agents more efficient by handling simple tasks at one go (#37) (52c6da1)
- memory layer + stepping execution (#15) (ab24438)
- new example (news) and two tools - web search and currentDate (#43) (5f7d85b), closes #19
- provide messages to tools (#26) (4378a18)
- rag tool + example (#57) (e757dc1), closes #56
- readme (#32) (4bed99e)
- refactor main flow to state machine (#44) (32b5806)
- visionTool + example (ecommerce product descriptions) (#20) (42f39b3)