Skip to main content

UnifiedAgentEvent

@codebolt/agent


Interface: UnifiedAgentEvent

Defined in: packages/agent/src/unified/types/types.ts:261

Unified Agent Framework

This module provides a unified approach to agent development that combines:

  • Message modification using the processor pattern
  • Agent step execution with LLM integration
  • Response execution with tool handling and conversation management

The framework is designed to be modular, extensible, and easy to use.

Properties

PropertyTypeDefined in
context?Record<string, any>packages/agent/src/unified/types/types.ts:265
data?anypackages/agent/src/unified/types/types.ts:263
timestampstringpackages/agent/src/unified/types/types.ts:264
typeUnifiedAgentEventTypepackages/agent/src/unified/types/types.ts:262