mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-22 15:16:07 +00:00
chore: remove unused file
This commit is contained in:
parent
554d998b16
commit
22e6413ff1
2 changed files with 0 additions and 12 deletions
|
|
@ -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';
|
||||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue