singularity-forge/src/resources/extensions/aws-auth/extension-manifest.json

12 lines
277 B
JSON
Raw Permalink Normal View History

2026-05-05 00:03:47 +02:00
{
"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"]
}
}