@@ -30,21 +30,22 @@ agentcore create --name MyProject --no-agent
3030agentcore create --name MyProject --defaults --dry-run
3131```
3232
33- | Flag | Description |
34- | ---------------------- | ------------------------------------------------------------- |
35- | ` --name <name> ` | Project name (alphanumeric, max 23 chars) |
36- | ` --defaults ` | Use defaults (Python, Strands, Bedrock, no memory) |
37- | ` --no-agent ` | Skip agent creation |
38- | ` --language <lang> ` | ` Python ` or ` TypeScript ` |
39- | ` --framework <fw> ` | ` Strands ` , ` LangChain_LangGraph ` , ` GoogleADK ` , ` OpenAIAgents ` |
40- | ` --model-provider <p> ` | ` Bedrock ` , ` Anthropic ` , ` OpenAI ` , ` Gemini ` |
41- | ` --api-key <key> ` | API key for non-Bedrock providers |
42- | ` --memory <opt> ` | ` none ` , ` shortTerm ` , ` longAndShortTerm ` |
43- | ` --output-dir <dir> ` | Output directory |
44- | ` --skip-git ` | Skip git initialization |
45- | ` --skip-python-setup ` | Skip venv setup |
46- | ` --dry-run ` | Preview without creating |
47- | ` --json ` | JSON output |
33+ | Flag | Description |
34+ | ---------------------- | -------------------------------------------------------------------------------- |
35+ | ` --name <name> ` | Project name (alphanumeric, max 23 chars) |
36+ | ` --defaults ` | Use defaults (Python, Strands, Bedrock, no memory) |
37+ | ` --no-agent ` | Skip agent creation |
38+ | ` --language <lang> ` | ` Python ` or ` TypeScript ` |
39+ | ` --framework <fw> ` | ` Strands ` , ` LangChain_LangGraph ` , ` GoogleADK ` , ` OpenAIAgents ` |
40+ | ` --model-provider <p> ` | ` Bedrock ` , ` Anthropic ` , ` OpenAI ` , ` Gemini ` |
41+ | ` --build <type> ` | ` CodeZip ` (default) or ` Container ` (see [ Container Builds] ( container-builds.md ) ) |
42+ | ` --api-key <key> ` | API key for non-Bedrock providers |
43+ | ` --memory <opt> ` | ` none ` , ` shortTerm ` , ` longAndShortTerm ` |
44+ | ` --output-dir <dir> ` | Output directory |
45+ | ` --skip-git ` | Skip git initialization |
46+ | ` --skip-python-setup ` | Skip venv setup |
47+ | ` --dry-run ` | Preview without creating |
48+ | ` --json ` | JSON output |
4849
4950### deploy
5051
@@ -117,18 +118,19 @@ agentcore add agent \
117118 --model-provider Bedrock
118119```
119120
120- | Flag | Description |
121- | ------------------------ | ------------------------------------- |
122- | ` --name <name> ` | Agent name |
123- | ` --type <type> ` | ` create ` (default) or ` byo ` |
124- | ` --language <lang> ` | ` Python ` , ` TypeScript ` , ` Other ` (BYO) |
125- | ` --framework <fw> ` | Agent framework |
126- | ` --model-provider <p> ` | Model provider |
127- | ` --api-key <key> ` | API key for non-Bedrock |
128- | ` --memory <opt> ` | Memory option (create only) |
129- | ` --code-location <path> ` | Code path (BYO only) |
130- | ` --entrypoint <file> ` | Entry file (BYO only) |
131- | ` --json ` | JSON output |
121+ | Flag | Description |
122+ | ------------------------ | -------------------------------------------------------------------------------- |
123+ | ` --name <name> ` | Agent name |
124+ | ` --type <type> ` | ` create ` (default) or ` byo ` |
125+ | ` --build <type> ` | ` CodeZip ` (default) or ` Container ` (see [ Container Builds] ( container-builds.md ) ) |
126+ | ` --language <lang> ` | ` Python ` , ` TypeScript ` , ` Other ` (BYO) |
127+ | ` --framework <fw> ` | Agent framework |
128+ | ` --model-provider <p> ` | Model provider |
129+ | ` --api-key <key> ` | API key for non-Bedrock |
130+ | ` --memory <opt> ` | Memory option (create only) |
131+ | ` --code-location <path> ` | Code path (BYO only) |
132+ | ` --entrypoint <file> ` | Entry file (BYO only) |
133+ | ` --json ` | JSON output |
132134
133135### add memory
134136
0 commit comments