Skip to content

v0.1.2 : Decoupled UI and Core, Improved Cross Platform Support

Choose a tag to compare

@StoneSteel27 StoneSteel27 released this 05 May 10:42
· 39 commits to main since this release

Things done in this Update:

  1. Automatiq Version is now at v0.1.2
  2. UI is completely de-coupled from the core with blinker, helping out any future adaptation to a better UI like Textual, or a website.
  3. Added Tests for ipython_sandbox such as timing benchmarks, execution, execution cancellation. Also re-implemented, sandbox with subprocess.Popen instead of subprocess.run
  4. Also added tests for Blinker events, basic scenario tests for agent, and tests for Core Schema used in Instructor modeled prompts
  5. Added CI for the added tests, as well as added badges for testing and liniting on ReadMe
  6. Added Infographics of the process in ReadMe