singularity-forge/src/resources/extensions/aws-auth/extension-manifest.json
2026-05-05 00:04:53 +02:00

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"]
}
}