microsoft / TaskWeaver

A code-first agent framework for seamlessly planning and executing data analytics tasks.
https://microsoft.github.io/TaskWeaver/
MIT License
5.37k stars 690 forks source link

Async MLM #436

Closed sundar-sarvam closed 2 weeks ago

sundar-sarvam commented 1 month ago

Async llm

liqul commented 1 month ago

Not on our backlog due to limited bandwidth. A workaround is to wrap TaskWeaver as an async module which would cause some performance loss. However, the current situation is that the bottleneck are usually the LLM callings, not because of the way of implementation (sync or async). That's why we lower the priority of adding another path of async calls to LLM in our project.