Skip to content

Releases: HlinorAI/hlinor-agent-registry

Hlinor Agent Registry v0.4.0

Choose a tag to compare

@hlinor-systems hlinor-systems released this 23 Jul 10:41

[0.4.0] - 2026-07-23

Added

  • Explicit registry.yaml manifests and the compile CLI 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

  • PolicyChecker now loads only compiled JSON bundles and no longer scans directories at runtime (critical security hardening).
  • LangChain integrations now accept a compiled bundle_path for governed tool execution.

Hlinor Agent Registry v0.3.1

Choose a tag to compare

@hlinor-systems hlinor-systems released this 22 Jul 17:58

What's New

  • ✅ Added capability registration with validate-capability-registration CLI command
  • ✅ Added LangChain integration (GovernedTool adapter)
  • ✅ 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.yaml

Hlinor Agent Registry v0.3.0

Choose a tag to compare

@hlinor-systems hlinor-systems released this 03 Jul 19:45

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

Choose a tag to compare

@hlinor-systems hlinor-systems released this 25 Jun 06:18

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

Pre-release

Choose a tag to compare

@hlinor-systems hlinor-systems released this 19 Jun 10:26
70e3c19

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.