agent-claw: automated task changes
This commit is contained in:
55
agentclaw/agentcore/agentcore.json
Normal file
55
agentclaw/agentcore/agentcore.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"$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": []
|
||||
}
|
||||
Reference in New Issue
Block a user