AgentToEnvironmentMessage

@Serializable
sealed interface AgentToEnvironmentMessage(source)

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 session identified by a universally unique identifier.

Inheritors

Properties

Link copied to clipboard
abstract val sessionUuid: Uuid

A unique identifier for the session associated with the message.