You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+134Lines changed: 134 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,138 @@ This simplifies the deployment of containerised applications in the gds-idea tea
8
8
It is not designed to be used directly but it is a dependency in the [app templates repo](https://github.com/co-cddo/gds-idea-app-templates)
9
9
For instructions on usage please see the docs for gds-idea-app-templates.
10
10
11
+
## AgentCore
12
+
13
+
Deploys an [Amazon Bedrock AgentCore](https://docs.aws.amazon.com/bedrock/latest/userguide/agentcore.html) runtime with memory, permissions, and observability pre-configured. The built-in agent uses Strands Agent Framework.
14
+
15
+
### Quick start (zero-config)
16
+
17
+
Uses the built-in agent template with sensible defaults — no code to copy:
18
+
19
+
```python
20
+
from gds_idea_cdk_constructs.agent_core import AgentCore, AgentCoreProperties
0 commit comments