muxi 0.20260220.0
muxi: ^0.20260220.0 copied to clipboard
MUXI Dart SDK - Manage AI agent formations and interact with their runtime APIs
Changelog #
All notable changes to this project will be documented in this file.
0.20260211.1 #
Added #
modeparameter inFormationConfigfor draft/live URL routingmode="live"(default): Uses/api/{id}/v1prefixmode="draft": Uses/draft/{id}/v1prefix for local development withmuxi up
- SDK version update notifications (via
X-Muxi-SDK-Latestresponse header)- Notifies when newer SDK version available (max once per 12 hours)
- Disable with
MUXI_SDK_VERSION_NOTIFICATION=0
- Console telemetry support via internal
_appparameter - Example code in
example/directory