S3 Bucket Structure
Deployment ID Format
claude-agent:1.0.0@2b795103
- agent_type: Agent category
- version: Semantic version
- hash_prefix: First 8 chars of SHA256 (content-addressable)
On-Demand Deployment
When a coordinator receives an instance creation request for a deployment it doesn’t have locally:- Lazy deployment: Only download when an instance is requested
- Local caching: Already-deployed agents use the local copy
- Consistency: All coordinators deploy from the same S3 source
- Checksum verification: SHA256 integrity check on download