Files
moeka-project/services/minecraft/src/debug/index.ts
T
Rin ae297e8b06 refactor(minecraft): dead code cleanup
Strips saliency thresholds, window counters, signal generation, and route filtering from all perception event definitions and EventRegistry. Events now emit raw data directly via onRawEvent callback without conscious/reflex/debug routing or threshold-based filtering. Removes WindowCounter, SaliencySnapshot, and related timer/slot logic.
2026-02-18 11:14:45 +08:00

13 lines
251 B
TypeScript

// Re-export public API
export { DebugService } from './debug-service'
export { DebugServer } from './server'
export type {
BlackboardEvent,
ClientCommand,
DebugMessage,
LLMTraceEvent,
LogEvent,
QueueEvent,
ServerEvent,
} from './types'