Skip to content

Commit 22b67ee

Browse files
committed
style: fix prettier formatting in docs
1 parent 588de8b commit 22b67ee

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

docs/commands.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -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

docs/frameworks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ agentcore add agent \
9999

100100
### What gets imported
101101

102-
The import process fetches your Bedrock Agent's full configuration and translates it into framework-specific Python
103-
code that runs on AgentCore:
102+
The import process fetches your Bedrock Agent's full configuration and translates it into framework-specific Python code
103+
that runs on AgentCore:
104104

105105
- **Action groups** (function-schema and built-in) become `@tool` decorated functions
106106
- **Knowledge bases** become retrieval tool integrations

0 commit comments

Comments
 (0)