Skip to content

Releases: Zld1994/agentManager

v0.1.0 — Phase 1 Prototype

01 Jun 03:21

Choose a tag to compare

Pre-release

agentManager v0.1.0 — Phase 1 Prototype

First public release of the agentManager orchestration control plane.

What's Included

  • DAG Engine — In-memory task dependency graph with cycle detection and topological sort
  • State Machine — Full task lifecycle with emergency HITL transitions
  • Event Bus — Pub/sub with wildcard subscriptions and workflow-scoped filtering
  • Scheduler — Priority-based scheduling with conflict detection and backoff retries
  • FastAPI REST API — 7 endpoints for task CRUD, health, and status
  • Observability — Structured JSON logging, Prometheus metrics, opt-in OpenTelemetry tracing, audit events
  • Durable Backends — Opt-in PostgreSQL state, Redis Streams events, S3 checkpoints, pluggable vector memory
  • Memory System — Three-layer design (session / project / engineering) with pluggable backends
  • Defect Repair — Classifier + repair pipeline + strategies
  • Recovery Engine — Error classification and recovery context
  • Docker Sandbox — Worker guard and sandbox execution
  • 66 unit tests — 100% passing

Not Production-Ready

This is a prototype. Phase 2–4 work (full CRUD, real L1–L4 repair, sandbox hardening, security audit) is still in progress. See the Development Roadmap in the README for details.

Full Changelog: https://github.com/Zld1994/agentManager/commits/v0.1.0