Skip to content

Releases: polterguy/magic

Meta data for slots

11 May 13:01

Choose a tag to compare

The really new thing for this release is that all slots exposes meta data, inputs, outputs, and a friendly description, that can be automatically traversed, and consumed for whatever reasons you have.

Support for "upload only" file attachments

08 May 19:20

Choose a tag to compare

To avoid paying inference for upload invocations

Better creation of AI functions

08 May 15:17

Choose a tag to compare

v22.9.8

Update Version.cs

Bug fixes in some 2/3 AI functions related to code-gen

08 May 13:49

Choose a tag to compare

Minor timeout issue for Hyperlambda gen workflow

08 May 06:44

Choose a tag to compare

Workflow for "tool-gen"

08 May 05:47

Choose a tag to compare

v22.9.5

Update Version.cs

Cancellation tokens support

06 May 07:36

Choose a tag to compare

To stop "long lasting job"

Hyperlambda "immediate" mode

05 May 18:02

Choose a tag to compare

Plus several other prompt compression techniques to reduce costs.

Better dream prompt

05 May 11:29

Choose a tag to compare

v22.9.2

Update Version.cs

Context compression ++

05 May 05:23

Choose a tag to compare

This release focuses a lot on cost reductions, and implements "dreaming" among other things, which is rearranging context memory during memory pressure. This probably slashes down your consecutive input tokens by 95% or something, reducing memory pressure, merging rules, removing conflicts, and gets rid of irrelevant text.

It works by as the context reaches 80% of its max amount of messages a "dream prompt" is executed to clean up the context. Inspired by Anthropic's CC leak some 2 months ago.