AgentToEnvironmentMessage

Represents a message sent from an agent to the environment. This is a base interface for all communication from agents to their respective environments. Each message under this interface is tied to a specific run identified by a universally unique identifier.

Inheritors

Properties

Link copied to clipboard
abstract val runId: String

A unique identifier for the session associated with the message. Each session is identified by a universally unique identifier (UUID) to ensure proper association and tracking of messages between the agent and its environment.