v0.2.10
·
1 commit
to release/v0.2.10
since this release
Supervisor & Multi-Agent Orchestration
- Supervisor SDK — Run multiple CUGA agents. A supervisor coordinates sub-agents over the A2A protocol so you can build multi-agent workflows without custom orchestration.
- YAML configuration — Define supervisor workflows and sub-agent configs in YAML. No code changes needed to add or adjust agents.
- SDK support — Use
CugaAgent.invoke_supervisor()to run multi-agent flows from Python with a single call.
Manage Experience & Deployment
- Manage mode — Default experience with a single UI for tools, policies, and configuration.
- Carbon Chat integration — Chat interface for interacting with the agent.
- Manage dashboard — Configure MCP tools, policies, and apps from the UI.
- Helm charts — Deploy CUGA on Kubernetes with Helm (Docker Desktop, minikube, kind, GKE, EKS, AKS).
- PostgreSQL + pgvector — Optional production storage for policies and embeddings.
- Manual release workflow — GitHub Action for version bumps and releases with auto-generated notes.
Memory & Storage
- Memory HTTP backend refactor — Improved memory service architecture.
- Policy storage — Local and production backends with PostgreSQL support.
- Filesystem sync for policies — Policies synced to the filesystem for version control and portability.
SDK & API
- Tool call tracking —
InvokeResultreturn type for tool call metadata. - Multi-turn by thread ID — Correct conversation threading in the SDK.
- Output formatter SDK — Policy output formatter integration in the SDK.
- Forced apps — Pin specific apps for the agent via configuration.
Improvements & Fixes
- LangChain 1.0 — Upgrade to LangChain 1.0.
- Security — Dependency updates (e.g. axios CVE-2026-25639).
- Windows — UTF-8 encoding fixes in
read_yaml_file(). - Crypto fallback — More robust crypto handling.
- Demo UX — Opens with
?mode=advanced, improved first-time CRM demo. - Policy DB reset — Fixed policy database reset behavior.
DevOps & CI
- Deploy image workflow — Build and push UBI-based Docker images to IBM Cloud Container Registry.
- Test workflow — Removed parallel tests from GitHub Actions.
Full Changelog: v0.2.9...release/v0.2.10