UnifiedAgentEvent
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
| Property | Type | Defined in |
|---|---|---|
context? | Record<string, any> | packages/agent/src/unified/types/types.ts:265 |
data? | any | packages/agent/src/unified/types/types.ts:263 |
timestamp | string | packages/agent/src/unified/types/types.ts:264 |
type | UnifiedAgentEventType | packages/agent/src/unified/types/types.ts:262 |