Skip to content

agent-core / Exports / IHookGroup

Interface: IHookGroup

A hook group — matcher + array of hook definitions

Table of contents

Properties

Properties

matcher

matcher: string

Regex pattern to match tool name (empty string = match all)

Defined in

packages/agent-core/src/hooks/types.ts:24


hooks

hooks: IHookDefinition[]

Defined in

packages/agent-core/src/hooks/types.ts:25

Released under the MIT License.