Welcome to Agento

Changelog

What we shipped, when we shipped it, and what broke. We log releases here so customers can verify the platform actually moves.

Kernel v0.3: Temporal workflow engine, Skill Registry, RBAC audit layer

  • release
  • infrastructure
  • governance

Highlights

  • Replaced the in-memory v0.2 task queue with Temporal Cloud (self-hosted Temporal Server v1.24+ supported from v0.3.1).
  • Shipped the versioned Skill Registry with Draft → Staging → Production promotion and per-workflow version pinning.
  • Structured JSON audit events with sink integrations: Datadog (GA), CloudWatch (GA), Splunk (beta), and generic webhook.
  • RBAC permissions now enforced at three levels: platform, organisation, and per-workflow.

Breaking changes & known limits

  • Breaking: agento.task decorator removed; replace with @workflow.defn + @activity.defn.
  • Breaking: in-memory skill cache removed; all skills must be registered in the Skill Registry.
  • Known limitation: Splunk audit sink is in beta, not recommended for production compliance use cases until v0.3.1.

Read the engineering writeup