maestro/CHANGELOG.md
clade 7049a874f3 feat: initial public release (MAESTRO v0.1.0)
Open-source release of MAESTRO, an agent orchestration platform that runs
LLM-driven tasks through sandboxed tools, with a web UI. Apache-2.0.
See README.md and docs/ (getting-started, configuration, architecture).
2026-06-03 04:01:14 +00:00

914 B

Changelog

All notable changes to MAESTRO are documented here. The format is loosely based on Keep a Changelog, and the project aims to follow semantic versioning.

v0.1.0 — Initial public release (2026-06-02)

First open-source release of MAESTRO, an agent orchestration platform:

  • Runs tasks against any OpenAI-compatible LLM endpoint (Ollama, vLLM, …).
  • LLM-classified task routing into Pieces (YAML workflows) of movements.
  • Sandboxed tool runtime (Read/Write/Edit/Bash/Glob/Grep, Office, Web, Browser, Image, Data/SQLite, Knowledge/RAG, SSH, MCP, sub-tasks, and more).
  • Bash tool sandbox (bwrap-based filesystem/network/env isolation with a hardened fallback) and a declarative pre-baked Python toolchain.
  • Optional LLM Gateway (virtual keys, budgets, metrics), reflection-based learning, scheduled tasks, and a React web UI.
  • Apache-2.0 licensed.