muxi 0.20260220.0 copy "muxi: ^0.20260220.0" to clipboard
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 #

  • mode parameter in FormationConfig for draft/live URL routing
    • mode="live" (default): Uses /api/{id}/v1 prefix
    • mode="draft": Uses /draft/{id}/v1 prefix for local development with muxi up
  • SDK version update notifications (via X-Muxi-SDK-Latest response header)
    • Notifies when newer SDK version available (max once per 12 hours)
    • Disable with MUXI_SDK_VERSION_NOTIFICATION=0
  • Console telemetry support via internal _app parameter
  • Example code in example/ directory

0.20260129.0 #

Added #

  • Initial release
  • ServerClient for managing formations via HMAC authentication
  • FormationClient for interacting with agent runtimes
  • Support for chat, threads, memories, and tools APIs
  • Webhook signature verification
0
likes
135
points
275
downloads

Publisher

unverified uploader

Weekly Downloads

MUXI Dart SDK - Manage AI agent formations and interact with their runtime APIs

Homepage
Repository (GitHub)
View/report issues

Topics

#ai #sdk #agents #api-client

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

crypto, http

More

Packages that depend on muxi