ObserverStarted
autogen.beta.events.lifecycle.ObserverStarted #
Bases: BaseEvent
Emitted when an observer attaches to the actor's stream.
Source code in autogen/beta/events/base.py
created_at class-attribute instance-attribute #
to_dict #
from_dict classmethod #
Reconstruct an event from a serialized dictionary.
Filters input to only fields known by this class (via MRO Field descriptors), then constructs via cls(**filtered).