mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
feat: SDK integration and various improvements
- Refactor core modules for better SDK integration - Improve skill manager with better caching and loading - Update dashboard routes for plugin and tools management - Fix and enhance computer skill synchronization - Various bug fixes and test improvements
This commit is contained in:
@@ -111,7 +111,7 @@ async def test_internal_stage_uses_effective_runner_streaming_flag():
|
||||
),
|
||||
):
|
||||
yielded = []
|
||||
async for item in stage.process(event, provider_wake_prefix=""):
|
||||
async for item in stage.process(event):
|
||||
yielded.append(item)
|
||||
|
||||
assert yielded == [None]
|
||||
|
||||
Reference in New Issue
Block a user