55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://schema.agentcore.aws.dev/v1/agentcore.json",
|
|
"name": "agentclaw",
|
|
"version": 1,
|
|
"managedBy": "CDK",
|
|
"tags": {
|
|
"agentcore:created-by": "agentcore-cli",
|
|
"agentcore:project-name": "agentclaw"
|
|
},
|
|
"runtimes": [
|
|
{
|
|
"name": "agent_claw_main",
|
|
"build": "CodeZip",
|
|
"entrypoint": "main.py",
|
|
"codeLocation": "app/agent_claw_main/",
|
|
"runtimeVersion": "PYTHON_3_14",
|
|
"networkMode": "PUBLIC",
|
|
"protocol": "HTTP"
|
|
}
|
|
],
|
|
"memories": [
|
|
{
|
|
"name": "AgentClawMemory",
|
|
"eventExpiryDuration": 30,
|
|
"strategies": [
|
|
{
|
|
"type": "SEMANTIC",
|
|
"namespaces": [
|
|
"/users/{actorId}/facts"
|
|
]
|
|
},
|
|
{
|
|
"type": "SUMMARIZATION",
|
|
"namespaces": [
|
|
"/summaries/{actorId}/{sessionId}"
|
|
]
|
|
},
|
|
{
|
|
"type": "USER_PREFERENCE",
|
|
"namespaces": [
|
|
"/users/{actorId}/preferences"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"credentials": [],
|
|
"evaluators": [],
|
|
"onlineEvalConfigs": [],
|
|
"agentCoreGateways": [],
|
|
"policyEngines": [],
|
|
"configBundles": [],
|
|
"abTests": [],
|
|
"httpGateways": []
|
|
} |