openhands.events.observation.agent
AgentStateChangedObservation Objects
@dataclass
class AgentStateChangedObservation(Observation)
This data class represents the result from delegating to another agent
AgentCondensationObservation Objects
@dataclass
class AgentCondensationObservation(Observation)
The output of a condensation action.
AgentThinkObservation Objects
@dataclass
class AgentThinkObservation(Observation)
The output of a think action.
In practice, this is a no-op, since it will just reply a static message to the agent acknowledging that the thought has been logged.