Comma Agents
@comma-agents/debug

Debug

Debug logging hooks for agents and flows.

@comma-agents/debug

The debug package provides opt-in logging hooks that attach to agents and flows, printing detailed lifecycle information to the console.

DebugOptions

Options for debugAgent and debugFlow.

Prop

Type

Functions

debugAgent(agent, options?)

Attaches debug logging hooks to an agent.

debugFlow(flow, options?)

Attaches debug logging hooks to a flow agent.

On this page