WSO2 Agent Manager v1.0.0-rc2
Pre-release馃殌 Highlights
Unified Deployment & Lifecycle Management
Deploy and run AI agents on Kubernetes at scale, support internal and external agents, and manage versions and configurations from a single control plane
Full Observability & Auto-Instrumentation
Capture traces, metrics, and logs with zero code changes using OpenTelemetry-based auto-instrumentation for complete visibility into agent behavior.
Enterprise Governance & Security
Enforce policies, manage access controls, isolate execution environments with native sandboxing, and provision dedicated agent identities with role-based access controls.
Continuous Evaluation
Assess agent quality using built-in evaluators across multiple dimensions鈥攁ccuracy, safety, reasoning, tool usage, and performance.
Helm Charts
oci://ghcr.io/wso2/wso2-agent-manager:1.0.0-rc2oci://ghcr.io/wso2/wso2-amp-observability-extension:1.0.0-rc2oci://ghcr.io/wso2/wso2-amp-platform-resources-extension:1.0.0-rc2oci://ghcr.io/wso2/wso2-amp-thunder-extension:1.0.0-rc2oci://ghcr.io/wso2/wso2-amp-evaluation-extension:1.0.0-rc2oci://ghcr.io/wso2/wso2-amp-api-platform-gateway-extension:1.0.0-rc2
CLI (amctl)
Prebuilt amctl binaries (Linux, macOS, Windows) and checksums.txt are attached to this release.
Install bundle
wso2-agent-manager-1.0.0-rc2.tar.gz bundles both the VM and quick-start installers. bootstrap.sh and start.sh are also attached standalone as the one-command entry points:
# VM install
curl -fsSL https://github.com/wso2/agent-manager/releases/download/amp/v1.0.0-rc2/bootstrap.sh | sudo bash -s -- simple --host <PUBLIC_IP> --version 1.0.0-rc2
# Quick-start (local dev container)
curl -fsSL https://github.com/wso2/agent-manager/releases/download/amp/v1.0.0-rc2/start.sh -o start.sh && chmod +x start.sh && ./start.sh