Changelog
All notable changes to DevTeam Orchestrator are documented here.
v1.0.0 (2026-02-20)
General Availability Release
Highlights
- Production-ready AI agent orchestration platform
- Full SDK, CLI, and REST API
- Template system with 10 pre-built industry templates
- Human-in-the-Loop approval workflows
- Multi-model routing across 100+ models
- Distributed worker architecture with Temporal
Features
-
SDK (
devteam-sdkv1.0.0)DevTeamClientwith full TypeScript support- Task creation, monitoring, cancellation, and batch operations
- Plan (DAG) creation and execution with dependency resolution
- Fan-out parallel execution with configurable concurrency and aggregation
- HITL approval, rejection, and escalation management
- Template browsing, deployment, and custom template creation
- WebSocket real-time event subscriptions
- Automatic retry with exponential backoff
- Structured error types with request IDs
-
CLI (
devteam-orchestrator-cliv1.0.0)devteam run-- Execute single tasks from the command linedevteam plan-- Create, execute, and monitor DAG workflowsdevteam templates-- Browse, deploy, and manage templatesdevteam approvals-- Manage HITL approval queuedevteam config-- Multi-profile configuration managementdevteam doctor-- System diagnostics- Shell completions for Bash, Zsh, and Fish
- JSON, text, and table output formats
-
REST API
- Complete CRUD for tasks, plans, templates, and HITL
- JWT authentication with RBAC (admin, operator, viewer, worker roles)
- API key management with scoped permissions
- Cursor-based pagination on all list endpoints
- Webhook callbacks for task completion
- Prometheus metrics at
/metrics - Health check endpoints for all subsystems
-
Template System
- 10 pre-built templates across legal, finance, and DevOps
- JSON Schema-based input validation
- YAML and JSON template definitions
- Semantic versioning for templates
- Template validation CLI command
-
Human-in-the-Loop
- Confidence scoring with configurable thresholds
- Multi-channel notifications (dashboard, email, Slack, webhook)
- Escalation chains with timeout-based reassignment
- Approval with inline editing (modified output)
- Rejection with retry and enhanced prompt
- Full audit trail for compliance
-
Infrastructure
- Temporal-based workflow orchestration
- PostgreSQL for persistent state
- Weaviate integration for RAG
- Docker Compose deployment
- Kubernetes Helm chart
- Worker auto-registration and health monitoring
- Queue-based task routing with capability matching
v0.9.0-beta (2026-02-10)
Public Beta
- Initial beta release for early adopters
- Core task and plan functionality
- Basic HITL support
- 5 template prototypes (legal only)
- SDK and CLI beta packages
- Known limitations:
- WebSocket reconnection not fully reliable
- Fan-out limited to 10 concurrent tasks
- Template versioning not yet implemented
v0.5.0-alpha (2026-01-15)
Internal Alpha
- Proof of concept with Temporal integration
- Single-node worker support
- REST API prototype
- Basic task creation and execution
- PostgreSQL schema v1
Roadmap
v1.1.0 (Planned: March 2026)
- Streaming responses -- Stream model output in real time via WebSocket
- Prompt management -- Version-controlled prompt library with A/B testing
- Cost dashboards -- Per-team and per-project cost tracking and budgets
- Slack bot -- Approve/reject HITL tasks directly from Slack
v1.2.0 (Planned: April 2026)
- Plugin system -- Custom tool and data source plugins for agent steps
- Scheduled workflows -- Cron-based recurring plan execution
- Multi-tenant -- Organization-level isolation and billing
- SSO/SAML -- Enterprise authentication integration
v2.0.0 (Planned: Q3 2026)
- Agent memory -- Persistent context across task executions
- Fine-tuning integration -- Use fine-tuned models in templates
- Marketplace -- Public template and plugin marketplace
- On-premise deployment -- Air-gapped installation support