|
| 1 | +# Roadmap |
| 2 | + |
| 3 | +This document outlines the development roadmap for agentkit and its companion modules. |
| 4 | + |
| 5 | +## Completed (v0.2.0) |
| 6 | + |
| 7 | +- [x] IaC configuration package (`platforms/agentcore/iac/`) |
| 8 | +- [x] AWS CDK constructs ([agentkit-aws-cdk](https://github.com/agentplexus/agentkit-aws-cdk)) |
| 9 | +- [x] Pulumi components ([agentkit-aws-pulumi](https://github.com/agentplexus/agentkit-aws-pulumi)) |
| 10 | +- [x] Pure CloudFormation generation |
| 11 | +- [x] AWS deployment guide documentation |
| 12 | + |
| 13 | +## In Progress |
| 14 | + |
| 15 | +- [ ] Terraform modules ([agentkit-terraform](https://github.com/agentplexus/agentkit-terraform)) |
| 16 | + |
| 17 | +## Planned |
| 18 | + |
| 19 | +### Deployment Targets |
| 20 | + |
| 21 | +- [ ] ECS/Fargate support |
| 22 | +- [ ] Extended Helm chart library for Kubernetes |
| 23 | + |
| 24 | +### Runtime Features |
| 25 | + |
| 26 | +- [ ] Streaming response support |
| 27 | +- [ ] Additional LLM provider adapters |
| 28 | +- [ ] Enhanced observability integrations |
| 29 | + |
| 30 | +### Multi-Cloud |
| 31 | + |
| 32 | +- [ ] GCP Pulumi components (agentkit-gcp-pulumi) |
| 33 | +- [ ] Azure Pulumi components (agentkit-azure-pulumi) |
| 34 | +- [ ] GCP Terraform modules |
| 35 | +- [ ] Azure Terraform modules |
| 36 | + |
| 37 | +## Module Overview |
| 38 | + |
| 39 | +| Module | Status | Purpose | |
| 40 | +|--------|--------|---------| |
| 41 | +| [agentkit](https://github.com/agentplexus/agentkit) | GA | Core library, shared IaC config, CloudFormation | |
| 42 | +| [agentkit-aws-cdk](https://github.com/agentplexus/agentkit-aws-cdk) | GA | AWS CDK constructs | |
| 43 | +| [agentkit-aws-pulumi](https://github.com/agentplexus/agentkit-aws-pulumi) | GA | AWS Pulumi components | |
| 44 | +| [agentkit-terraform](https://github.com/agentplexus/agentkit-terraform) | Planned | Terraform modules (AWS/GCP/Azure) | |
| 45 | + |
| 46 | +## Contributing |
| 47 | + |
| 48 | +Contributions are welcome! If you're interested in working on any roadmap item: |
| 49 | + |
| 50 | +1. Check existing issues for related discussions |
| 51 | +2. Open an issue to discuss your approach |
| 52 | +3. Submit a pull request |
| 53 | + |
| 54 | +## Versioning |
| 55 | + |
| 56 | +- **v0.1.0** - Initial release with AgentCore runtime support |
| 57 | +- **v0.2.0** - IaC support (CDK, Pulumi, CloudFormation) |
| 58 | +- **v0.3.0** - Terraform modules (planned) |
| 59 | +- **v0.4.0** - ECS/Fargate support (planned) |
0 commit comments