@meego-harness/manager-agent
v0.9.0
Published
Default autonomous manager agent runtime for meego-harness
Readme
@meego-harness/manager-agent
Manager support utilities for Meego Harness.
The gateway does not start an in-process manager-agent runtime. Active managers are promoted workers; this package only contains shared utilities used by gateway and worker-backed manager model calls.
Install
pnpm add @meego-harness/manager-agentMost users do not install this package directly. Configure managerAgent in a gateway workspace and let @meego-harness/gateway own process startup.
Programmatic Entry Points
import {
createWorkerManagerTextModelInvoker,
recommendHitlSyncConfig,
} from '@meego-harness/manager-agent'Common exports:
createWorkerManagerTextModelInvoker()for routing model calls through an LLM worker.createManagerToolRegistry()for local tool registration.recommendHitlSyncConfig()for structured HITL sync recommendation.
Runtime Boundary
- The gateway owns lifecycle and configuration.
manager-contractowns the decision schema.sdkowns applying harness commands and audited OpenAPI calls.prompt-registryowns prompts and decision text.- In-process manager-agent runtime and remote manager websocket clients are no longer part of the runtime path.
