engine
orchestrator
marvin.engine.orchestrator
Constants
T
Classes
Orchestrator
Methods:
-
end_turn
-
get_all_tasks
Get all tasks, optionally filtered by status.
Filters:
- incomplete: tasks that are not yet complete
- ready: tasks that are ready to be run
-
get_current
Get the current orchestrator from context.
-
handle_event
-
run
-
run_once
-
start_turn
SystemPrompt
Functions
get_current_orchestrator
Get the currently active orchestrator from context.
Returns: The current Orchestrator instance or None if no orchestrator is active.
Parent Module: engine