#269 Fix asyncio.run() conflict in LLM tool during replay simulation

closed high Created 2025-12-06 02:12 · Updated 2025-12-06 02:15

Description

Edit
The tools.llm.call tool uses asyncio.run() which fails with 'asyncio.run() cannot be called from a running event loop' when called during workflow replay simulation. Fixed by detecting running event loop and using ThreadPoolExecutor as fallback.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...