Skip to content

0.8.0

Choose a tag to compare

@asterixcapri asterixcapri released this 10 Sep 21:33
· 17 commits to 0.8.x since this release

Reusable, presentation-independent modules for applications built with Neuron AI 3.

  • Persist, list, resume and delete user-owned Sessions that can be installed directly as Agent chat history.
  • Store Session metadata and filter Session listings by exact metadata values.
  • Dispatch commands through an application-supplied Adapter with admission and completion phases.
  • Provide Clear, Resume, Help and Leave commands, plus command kits for grouping commands.
  • Describe deferred choices with SelectionRequest and SelectionOption, allowing a later invocation to complete the interaction.
  • Record submitted input and provide optional recall navigation.
  • Persist named configurations and provide interchangeable in-memory and JSON-file storage.
  • Include backend examples that demonstrate command flows without an HTTP server or model requests.

Requires PHP 8.4.1+ and Neuron AI ^3.0. The Host Application controls presentation, Agent execution and streaming.

The command contracts at this tag use CommandArguments, SelectionRequest and say(). Later releases revise those interfaces and configuration storage; consult their upgrade notes when moving forward.

Source at 0.8.0