chore: remove unused file

This commit is contained in:
_Kerman 2026-07-07 21:13:25 +08:00
parent 554d998b16
commit 22e6413ff1
2 changed files with 0 additions and 12 deletions

View file

@ -1,11 +0,0 @@
/**
* `llmRequester.asyncEventQueue` backward-compat re-export.
*
* The class definition now lives in `_base/asyncEventQueue.ts` so that
* App-scope code (e.g. the `Model` god-object's `request()`) can share the
* same push-based stream primitive. This file is kept for existing imports
* inside the Agent-scope llmRequester and will be removed with the Phase 5
* consolidation.
*/
export { AsyncEventQueue } from '#/_base/asyncEventQueue';

View file

@ -321,7 +321,6 @@ export * from '#/agent/fullCompaction/fullCompaction';
export * from '#/agent/fullCompaction/fullCompactionService';
export * from '#/agent/fullCompaction/compactionOps';
export * from '#/agent/fullCompaction/types';
export * from '#/agent/llmRequester/asyncEventQueue';
export * from '#/agent/llmRequester/llmRequester';
export * from '#/agent/llmRequester/llmRequesterService';
export * from '#/agent/llmRequester/retry';