Skip to content

Releases: MathAndMagic/bridge

v0.1.2

27 Mar 22:32
c5abcd3
Compare
Choose a tag to compare

The v0.1.2 release brings exciting new features:

  • 🖥️ Code Interpreter: This is a simple version for now, but we're planning more for the next update!
  • 📋 Task Planning: Now, agents can plan their tasks before they start working on them.
  • Lots of UI improvements to make things look and work better.

v0.1.1

23 Mar 02:22
93e10ac
Compare
Choose a tag to compare

The v0.1.1 release is here, bringing a host of bug fixes and enhancements!

Key updates include:

  • 🏁 Introduction of the TaskResult entity, designed to effectively manage diversity of task results
  • 🧠 Enhanced self-reflection capabilities for LLM outputs, significantly boosting quality of task solving.
  • 🎨 A variety of user interface improvements for a smoother experience.

v0.1.0

19 Mar 02:08
3c4a2db
Compare
Choose a tag to compare

🚀 It's time to lift off!

The v0.1.0 release is finally out with the following functionality:

  • ⚙️ Abilities library: Provide any Python function as a tool for the LLM.
  • 🤖 Agents library: Create agents by combining abilities with your clever prompt techniques.
  • 📬 Chats: Use your agents via a familiar chat interface.
  • Tasks: This is where the magic ✨ happens — plan your projects in tasks, assign them — just like in a regular task tracker. The only difference is that your tasks will be executed by AI agents!

We're really excited to start this journey and will deliver more incredible features soon!

P.S. Do not forget to install Docker on your machine (required) and pull the image (optional, to speed things up): docker pull python:3.12.


See the assets to download this version and install.