Execution Engine Analysis
Analyzes the control flow substrate and concurrency model.
Process
- Identify async model — Native async, sync-with-wrappers, or hybrid
- Classify topology — DAG, FSM, or linear chain
- Catalog events — Callbacks, listeners, generators
- Map observability — Pre/post hooks, interception points
Concurrency Model Classification
Native Async
# Signature: async/await throughout
async def run(self):
result = await self.llm.a
[Description truncada. Veja o README completo no GitHub.]