This repository connects the official Hermes Agent CLI to Tutti through the standard Agent Client Protocol (ACP). The signed package is declarative: it contains metadata, profiles, localized copy, and passive images, but no executable extension code.
- PyPI requirement:
hermes-agent[acp]==0.18.2 - Discovery:
hermes --version - ACP launch:
hermes acp - Managed install: isolated
uv tool installunder the Target runtime root
The signed composer profile maps Hermes dont_ask to Tutti full-access and
declares automatic approval only for that semantic tier. The daemon rejects
automatic approval on less permissive tiers.
pnpm install --frozen-lockfile
pnpm check
pnpm package:tutti-agentRelease publication uses Ed25519 signatures, immutable version objects, and
the shared Tutti Agent Extension CDN. The production private key is stored only
as the TUTTI_AGENT_EXTENSION_SIGNING_PRIVATE_KEY repository secret.
Hermes Agent remains an upstream project; this repository owns only Tutti's declarative integration metadata and release pipeline.