ROADMAP: 2026 5/6 Development Plan
This issue tracks the major feature development plan for ecs-agent. Items are organized by target release version and priority.
v0.1.1 — Built-in State Machine for Agent Gatekeeping
Status: Planned | Priority: High
Introduce a declarative state machine system for controlling agent lifecycle and access.
Motivation: Production deployments need explicit control over agent behavior, especially for autonomous or long-running agents.
v0.1.2 — Agent Script Syntax Sugar
Status: Planned | Priority: High
Simplify agent definition and orchestration with declarative syntax sugar.
Motivation: Lower the barrier to entry for new users while maintaining the full power of ECS composition.
v0.1.3 — Agent Capability Benchmark
Status: Planned | Priority: Medium
Standardized evaluation framework for measuring agent capabilities.
Motivation: Enable data-driven model selection and track framework improvements over time.
v0.1.4 — Code CLI Support
Status: Research | Priority: Medium
Integration with code-native CLI tools for agent-driven development.
Motivation: Enable agents to perform real software engineering tasks with the same tools developers use.
Release Cadence
| Version |
Target Date |
Focus |
| v0.1.1 |
May 2026 |
Production readiness |
| v0.1.2 |
May 2026 |
Developer experience |
| v0.2.0 |
June 2026 |
Evaluation & trust |
| v0.2.1 |
June 2026 |
Code-native agents |
Contributing
Interested in a specific feature? Comment below with:
- Use case description
- Proposed API/design
- Willingness to contribute implementation
We prioritize items with community demand and clear use cases.
ROADMAP: 2026 5/6 Development Plan
This issue tracks the major feature development plan for ecs-agent. Items are organized by target release version and priority.
v0.1.1 — Built-in State Machine for Agent Gatekeeping
Status: Planned | Priority: High
Introduce a declarative state machine system for controlling agent lifecycle and access.
State Machine Core
StateMachineComponentwith transition tablesAgent Gatekeeping
Observability Integration
Motivation: Production deployments need explicit control over agent behavior, especially for autonomous or long-running agents.
v0.1.2 — Agent Script Syntax Sugar
Status: Planned | Priority: High
Simplify agent definition and orchestration with declarative syntax sugar.
Agent DSL Enhancements
Script-Based Agent Definitions
@agentdecorator for Python functionsComposition Macros
+,|,>>)Motivation: Lower the barrier to entry for new users while maintaining the full power of ECS composition.
v0.1.3 — Agent Capability Benchmark
Status: Planned | Priority: Medium
Standardized evaluation framework for measuring agent capabilities.
Benchmark Suite
Benchmark Infrastructure
Leaderboard & Reporting
Motivation: Enable data-driven model selection and track framework improvements over time.
v0.1.4 — Code CLI Support
Status: Research | Priority: Medium
Integration with code-native CLI tools for agent-driven development.
CLI Adapter Layer
Kimi Code Integration (Tentative)
Generic Code Tooling
Motivation: Enable agents to perform real software engineering tasks with the same tools developers use.
Release Cadence
Contributing
Interested in a specific feature? Comment below with:
We prioritize items with community demand and clear use cases.