Hermes Agent에 대한 4가지 거버넌스 레이어를 가진 Python 패키지 hermes-stack 소개.
hermes-stack은 Hermes Agent 호출을 감싸는 파이썬 하네스입니다. 이 패키지는 예산 제한, 아웃바운드 HTTP 요청 차단, 실행 내역 기록 및 JSON 출력 검증의 4가지 거버넌스 레이어를 사용합니다. 각 레이어는 실패 시 안전하게 종료되며, 전체 구조는 하나의 HermesAgent로 묶여 있습니다. 데모 및 테스트도 제공되어 사용자가 기능을 쉽게 확인할 수 있습니다.
Introduction to hermes-stack, a Python package with 4 governance layers for the Hermes Agent.
hermes-stack is a Python harness that wraps a Hermes Agent call with four governance layers: a budget cap, egress allowlist, audit trace, and structured output check. Each layer fails closed, ensuring safety when problems arise. It simplifies using the Hermes Agent by bundling functionality into a single HermesAgent. A demo and tests are included for users to easily verify the features.