Skip to content

Commit 6459979

Browse files
docs: Generate llm.txt via mkdocs-llmstxt (#213)
Co-authored-by: primomu <[email protected]>
1 parent f48ae5e commit 6459979

File tree

6 files changed

+26
-893
lines changed

6 files changed

+26
-893
lines changed

documentation/docs/mcp/agentcore_runtime_deployment.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,9 @@
3737
Refer to https://aws.github.io/bedrock-agentcore-starter-toolkit/api-reference/cli.html
3838
1. Install cli with 'pip install bedrock-agentcore-starter-toolkit'
3939
2. **Configuration**: Use AgentCore CLI to configure your agent for deployment.
40-
'''
41-
agentcore configure --entrypoint converted_agentcore_file.py --non-interactive
42-
'''
40+
```agentcore configure --entrypoint converted_agentcore_file.py --non-interactive```
4341
3. **Deployment**: Launch your agent to AWS with automatic resource creation.
44-
'''
45-
agentcore launch
46-
'''
42+
```agentcore launch```
4743
4. **Invocation**: agentcore invoke '{"prompt": "Hello"}' Test your deployed agent using the CLI or API calls
4844

4945
#### Step 4: Troubleshooting & Enhancement

0 commit comments

Comments
 (0)