-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Summary
Add support for async adapters to handle agents that use async/await.
Tasks
- Create
AsyncBaseAdapterwithasync def execute(). - Update
run_suite()to detect and await async adapters. - Add example async adapter in docs/templates.
- Ensure backwards compatibility with sync adapters.
Acceptance criteria
- Async adapters work with
asyncio.run()or event loop. - Mixed sync/async scenarios in same suite work.
- Tests cover async execution path.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed