This workspace contains two repos for developing and testing the AgentCore CLI.
The terminal experience for creating, developing, and deploying AI agents to AgentCore. Node.js/TypeScript CLI built with Ink (React-based TUI).
AWS CDK L3 constructs for declaring and deploying AgentCore infrastructure. Used by agentcore-cli to vend CDK projects when users run agentcore create.
agentcore-cli is the main product. It vends CDK projects using constructs from agentcore-l3-cdk-constructs.
Run npm run bundle in agentcore-cli/ to create a tar distribution that includes the packaged agentcore-l3-cdk-constructs. You can then install it globally with npm install -g <path-to-tar> to test the CLI end-to-end.