Problem Statement
I love everything about Strands! except I think it would be very beneficial to add async support to ConversationManager. I currently have several use cases that prevent me from fully adopting strands because I need to call an asynchronous coroutine within the apply_management method. Is this on the roadmap at all?
Proposed Solution
maybe like an aapply_management method the event loop calls?
Use Case
- Injecting External State from Async Sources
- Tooling and Middleware That Depends on Async I/O
Alternatives Solutions
No response
Additional Context
No response
Problem Statement
I love everything about Strands! except I think it would be very beneficial to add async support to ConversationManager. I currently have several use cases that prevent me from fully adopting strands because I need to call an asynchronous coroutine within the apply_management method. Is this on the roadmap at all?
Proposed Solution
maybe like an aapply_management method the event loop calls?
Use Case
Alternatives Solutions
No response
Additional Context
No response