graflo.architecture.pipeline.runtime.actor.base¶
Base actor classes and shared context.
Actor
¶
Bases: ABC
Abstract base class for all actors in the system.
Source code in graflo/architecture/pipeline/runtime/actor/base.py
__call__(ctx, lindex, *nargs, **kwargs)
abstractmethod
¶
Execute the actor's main processing logic.
__str__()
¶
Get string representation of the actor.
Source code in graflo/architecture/pipeline/runtime/actor/base.py
count()
¶
fetch_actors(level, edges)
¶
Fetch actor information for tree representation.
fetch_important_items()
¶
finish_init(init_ctx)
¶
init_transforms(init_ctx)
¶
ActorConstants
¶
ActorInitContext
dataclass
¶
Typed initialization state shared across actor tree.