Releases: HlinorAI/hlinor-agent-registry
Releases · HlinorAI/hlinor-agent-registry
Release list
Hlinor Agent Registry v0.4.0
[0.4.0] - 2026-07-23
Added
- Explicit
registry.yamlmanifests and thecompileCLI command for deterministic policy bundles. - SHA-256 digests for source entries and authenticated compiled bundles.
- Runtime tests for path traversal protection, duplicate IDs, tamper detection, and unlisted files.
Changed
PolicyCheckernow loads only compiled JSON bundles and no longer scans directories at runtime (critical security hardening).- LangChain integrations now accept a compiled
bundle_pathfor governed tool execution.
Hlinor Agent Registry v0.3.1
What's New
- ✅ Added capability registration with
validate-capability-registrationCLI command - ✅ Added LangChain integration (
GovernedTooladapter) - ✅ Added lifecycle model (Prototyper → Builder → Sweeper → Grower → Maintainer)
- ✅ Added execution context, action preflight, and execution receipt schemas
- ✅ Added evidence claim binding and circuit breaker patterns
- ✅ CI matrix for Python 3.10–3.13
- ✅ 34 passing tests
Example
hlinor-registry validate-capability-registration examples/funding_intelligence.yamlHlinor Agent Registry v0.3.0
Adds registry entity validation commands and the production action boundary pattern.
Included:
- validate-agent
- validate-department
- validate-policy
- validate-skill
- validate-validator
- validate-runtime-example
- validate-production-action-boundary-example
- inspect
- production action boundary schema
- production action boundary documentation
- production action boundary example
Validation:
- 12 pytest tests passing
- CLI validation commands verified
- clean install smoke test expected from tag v0.3.0
Hlinor Agent Registry v0.2.0
Adds the first working implementation for Hlinor Agent Registry.
Includes:
- Python package structure
- CLI command:
hlinor-registry validate - YAML validation for agent definitions
- test coverage for example registry files
- GitHub Actions CI workflow
This release turns the project from a documentation-only specification into a working registry validation tool.
Hlinor Agent Registry v0.1.0 Draft
Initial public draft of the Hlinor Agent Registry.
Includes:
- registry structure
- agent schema
- department schema
- skill schema
- validator schema
- policy schema
- execution model
- approval model
- audit trail model
- example agent definition
This release is intended for discussion and specification development.