11 lines
277 B
JSON
11 lines
277 B
JSON
{
|
|
"id": "aws-auth",
|
|
"name": "AWS Auth Refresh",
|
|
"version": "1.0.0",
|
|
"description": "Refresh AWS credentials after Bedrock authentication failures and retry the turn",
|
|
"tier": "bundled",
|
|
"requires": { "platform": ">=2.29.0" },
|
|
"provides": {
|
|
"hooks": ["agent_end"]
|
|
}
|
|
}
|