Skip to content

Releases: callstackincubator/fabrice-ai

v0.5.0

17 Dec 05:20
Compare
Choose a tag to compare

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

v0.4.4

11 Dec 14:56
Compare
Choose a tag to compare

Changelog:

0.4.4 (2024-12-11)

Bug Fixes

v0.4.0

10 Dec 19:16
Compare
Choose a tag to compare

Changelog:

0.4.0 (2024-12-10)

Bug Fixes

  • add missing file to cli (1fc0b2a)
  • missing gitignore in create app (e689459)
  • npx fixed (c268f7c)
  • wikipedia.ts added to create-fabrice-ai for surprise_trip.ts (efb1325)

Features

v0.3.0

10 Dec 18:40
Compare
Choose a tag to compare

This is technical release, to get CLI and other packages in check. For changelog, look at previous release.

v0.2.0

10 Dec 18:33
Compare
Choose a tag to compare

Changelog:

0.2.0 (2024-12-10)

Bug Fixes

Features

  • firecrawl + github trending (#76) (005cd65)
  • tools moved from example to @fabrice-ai/tools package (#79) (220339a)

Initial release

10 Dec 13:42
Compare
Choose a tag to compare

Changelog:

0.1.0 (2024-12-10)

Bug Fixes

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)