Quickstart
Create a minimal AgentBOM document with the required fields:
{
"bomFormat": "AgentBOM",
"specVersion": "1.0",
"metadata": {
"agent": {
"name": "My Agent",
"version": "1.0.0"
}
}
}Save as agentbom.json, then validate it in the verifier or with the CLI:
npx @agentbom/verify agentbom.jsonNext steps
- Add models, tools, and data access as your agent composition grows.
- Read the field reference for semantics.
- See Verifying for CI integration.