For the complete documentation index, see llms.txt. This page is also available as Markdown.

Release History

All the major information about BoxLang AI Releases

Versioning Schema

BoxLang AI is maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered in the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)

  • New additions without breaking backward compatibility bump the minor (and resets the patch)

  • Bug fixes and misc changes bump the patch

Version 2

A dramatic update to our initial release in order to support:

  • Agents

  • Autonomous Agents

  • AI Pipelines

  • Memory

  • RAG

  • Structured Output

  • So much more..

Version 1

Our initial release of BoxLang AI

Last updated