AgentsKit Agent Validation
Validate copy-owned AI agent definitions against the AgentsKit Registry contribution contract directly in GitHub Actions.
Included
- validates one agent folder or a directory of agent folders
- checks required source, test, metadata, and README files
- verifies metadata IDs, packages, copied-file references, and supported categories
- rejects paths outside the caller workspace and Registry content-policy violations
- runs without credentials and does not send source code to an API
Usage
- uses: actions/checkout@v4
- uses: AgentsKit-io/agentskit-registry@v1
with:
path: agentsDocumentation and source: https://github.com/AgentsKit-io/agentskit-registry#validate-agents-in-github-actions