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:
LIghtJUNction
2026-03-22 23:38:27 +08:00
parent 95430ee6f8
commit a3fbfd3540
27 changed files with 135 additions and 139 deletions

View File

@@ -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]