@@ -40,26 +40,26 @@ agentcore create \
4040 --memory none
4141```
4242
43- | Flag | Description |
44- | ---------------------- | -------------------------------------------------------------------------------- |
45- | ` --name <name> ` | Project name (alphanumeric, max 23 chars) |
46- | ` --defaults ` | Use defaults (Python, Strands, Bedrock, no memory) |
47- | ` --no-agent ` | Skip agent creation |
48- | ` --type <type> ` | ` create ` (default) or ` import ` |
49- | ` --language <lang> ` | ` Python ` or ` TypeScript ` |
50- | ` --framework <fw> ` | ` Strands ` , ` LangChain_LangGraph ` , ` GoogleADK ` , ` OpenAIAgents ` |
51- | ` --model-provider <p> ` | ` Bedrock ` , ` Anthropic ` , ` OpenAI ` , ` Gemini ` |
52- | ` --build <type> ` | ` CodeZip ` (default) or ` Container ` (see [ Container Builds] ( container-builds.md ) ) |
53- | ` --api-key <key> ` | API key for non-Bedrock providers |
54- | ` --memory <opt> ` | ` none ` , ` shortTerm ` , ` longAndShortTerm ` |
55- | ` --agent-id <id> ` | Bedrock Agent ID (import only) |
56- | ` --agent-alias-id <id> ` | Bedrock Agent Alias ID (import only) |
57- | ` --region <region> ` | AWS region for Bedrock Agent (import only) |
58- | ` --output-dir <dir> ` | Output directory |
59- | ` --skip-git ` | Skip git initialization |
60- | ` --skip-python-setup ` | Skip venv setup |
61- | ` --dry-run ` | Preview without creating |
62- | ` --json ` | JSON output |
43+ | Flag | Description |
44+ | ----------------------- | -------------------------------------------------------------------------------- |
45+ | ` --name <name> ` | Project name (alphanumeric, max 23 chars) |
46+ | ` --defaults ` | Use defaults (Python, Strands, Bedrock, no memory) |
47+ | ` --no-agent ` | Skip agent creation |
48+ | ` --type <type> ` | ` create ` (default) or ` import ` |
49+ | ` --language <lang> ` | ` Python ` or ` TypeScript ` |
50+ | ` --framework <fw> ` | ` Strands ` , ` LangChain_LangGraph ` , ` GoogleADK ` , ` OpenAIAgents ` |
51+ | ` --model-provider <p> ` | ` Bedrock ` , ` Anthropic ` , ` OpenAI ` , ` Gemini ` |
52+ | ` --build <type> ` | ` CodeZip ` (default) or ` Container ` (see [ Container Builds] ( container-builds.md ) ) |
53+ | ` --api-key <key> ` | API key for non-Bedrock providers |
54+ | ` --memory <opt> ` | ` none ` , ` shortTerm ` , ` longAndShortTerm ` |
55+ | ` --agent-id <id> ` | Bedrock Agent ID (import only) |
56+ | ` --agent-alias-id <id> ` | Bedrock Agent Alias ID (import only) |
57+ | ` --region <region> ` | AWS region for Bedrock Agent (import only) |
58+ | ` --output-dir <dir> ` | Output directory |
59+ | ` --skip-git ` | Skip git initialization |
60+ | ` --skip-python-setup ` | Skip venv setup |
61+ | ` --dry-run ` | Preview without creating |
62+ | ` --json ` | JSON output |
6363
6464### deploy
6565
0 commit comments