@@ -65,30 +65,30 @@ agentcore create \
6565 --memory none
6666```
6767
68- | Flag | Description |
69- | ------------------------- | -------------------------------------------------------------------------------------------------------------- |
70- | ` --name <name> ` | Project name (alphanumeric, starts with letter, max 23 chars) |
71- | ` --defaults ` | Use defaults (Python, Strands, Bedrock, no memory) |
72- | ` --no-agent ` | Skip agent creation |
73- | ` --type <type> ` | ` create ` (default) or ` import ` |
74- | ` --language <lang> ` | ` Python ` (default) |
75- | ` --framework <fw> ` | ` Strands ` , ` LangChain_LangGraph ` , ` GoogleADK ` , ` OpenAIAgents ` |
76- | ` --model-provider <p> ` | ` Bedrock ` , ` Anthropic ` , ` OpenAI ` , ` Gemini ` |
77- | ` --build <type> ` | ` CodeZip ` (default) or ` Container ` (see [ Container Builds] ( container-builds.md ) ) |
78- | ` --api-key <key> ` | API key for non-Bedrock providers |
79- | ` --memory <opt> ` | ` none ` , ` shortTerm ` , ` longAndShortTerm ` (see [ Memory Shorthand Mapping] ( memory.md#--memory-shorthand-mapping ) ) |
80- | ` --protocol <protocol> ` | ` HTTP ` (default), ` MCP ` , ` A2A ` |
81- | ` --network-mode <mode> ` | ` PUBLIC ` (default) or ` VPC ` |
82- | ` --subnets <ids> ` | Comma-separated subnet IDs (required for VPC mode) |
83- | ` --security-groups <ids> ` | Comma-separated security group IDs (required for VPC mode) |
84- | ` --agent-id <id> ` | Bedrock Agent ID (import only) |
85- | ` --agent-alias-id <id> ` | Bedrock Agent Alias ID (import only) |
86- | ` --region <region> ` | AWS region for Bedrock Agent (import only) |
87- | ` --output-dir <dir> ` | Output directory |
88- | ` --skip-git ` | Skip git initialization |
89- | ` --skip-python-setup ` | Skip venv setup |
90- | ` --dry-run ` | Preview without creating |
91- | ` --json ` | JSON output |
68+ | Flag | Description |
69+ | ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
70+ | ` --name <name> ` | Project name (alphanumeric, starts with letter, max 23 chars) |
71+ | ` --defaults ` | Use defaults (Python, Strands, Bedrock, no memory) |
72+ | ` --no-agent ` | Skip agent creation |
73+ | ` --type <type> ` | ` create ` (default) or ` import ` |
74+ | ` --language <lang> ` | ` Python ` (default) or ` TypeScript ` |
75+ | ` --framework <fw> ` | ` Strands ` , ` LangChain_LangGraph ` , ` GoogleADK ` , ` OpenAIAgents ` |
76+ | ` --model-provider <p> ` | ` Bedrock ` , ` Anthropic ` , ` OpenAI ` , ` Gemini ` |
77+ | ` --build <type> ` | ` CodeZip ` (default for Python ) or ` Container ` (default for TypeScript; see [ Container Builds] ( container-builds.md ) ) |
78+ | ` --api-key <key> ` | API key for non-Bedrock providers |
79+ | ` --memory <opt> ` | ` none ` , ` shortTerm ` , ` longAndShortTerm ` (see [ Memory Shorthand Mapping] ( memory.md#--memory-shorthand-mapping ) ) |
80+ | ` --protocol <protocol> ` | ` HTTP ` (default), ` MCP ` , ` A2A ` |
81+ | ` --network-mode <mode> ` | ` PUBLIC ` (default) or ` VPC ` |
82+ | ` --subnets <ids> ` | Comma-separated subnet IDs (required for VPC mode) |
83+ | ` --security-groups <ids> ` | Comma-separated security group IDs (required for VPC mode) |
84+ | ` --agent-id <id> ` | Bedrock Agent ID (import only) |
85+ | ` --agent-alias-id <id> ` | Bedrock Agent Alias ID (import only) |
86+ | ` --region <region> ` | AWS region for Bedrock Agent (import only) |
87+ | ` --output-dir <dir> ` | Output directory |
88+ | ` --skip-git ` | Skip git initialization |
89+ | ` --skip-python-setup ` | Skip venv setup |
90+ | ` --dry-run ` | Preview without creating |
91+ | ` --json ` | JSON output |
9292
9393### deploy
9494
@@ -197,8 +197,8 @@ agentcore add agent \
197197| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
198198| ` --name <name> ` | Agent name (alphanumeric + underscores, starts with letter, max 48 chars) |
199199| ` --type <type> ` | ` create ` (default), ` byo ` , or ` import ` |
200- | ` --build <type> ` | ` CodeZip ` (default) or ` Container ` (see [ Container Builds] ( container-builds.md ) ) |
201- | ` --language <lang> ` | ` Python ` (create); ` Python ` , ` TypeScript ` , ` Other ` (BYO) |
200+ | ` --build <type> ` | ` CodeZip ` (default for Python ) or ` Container ` (default for TypeScript; see [ Container Builds] ( container-builds.md ) ) |
201+ | ` --language <lang> ` | ` Python ` (default) or ` TypeScript ` ( create); ` Python ` , ` TypeScript ` , ` Other ` (BYO) |
202202| ` --framework <fw> ` | ` Strands ` , ` LangChain_LangGraph ` , ` GoogleADK ` , ` OpenAIAgents ` |
203203| ` --model-provider <p> ` | ` Bedrock ` , ` Anthropic ` , ` OpenAI ` , ` Gemini ` |
204204| ` --api-key <key> ` | API key for non-Bedrock providers |
0 commit comments