EnvironmentInitializeToAgentMessage

Abstract class representing an initialization message sent from the environment to an AI agent. This message serves as a starting point for initializing an agent's session or setting up its operational context. It is part of the communication flow between the environment and the agent.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The content of the initialization message, defining the details and parameters needed for the agent to be initialized. This includes agent-specific configurations or metadata.