返回 AiToEarn
index.ts
1 /**
2 * Agent Store - 处理器模块
3 *
4 * 导出 Action 处理器和注册表
5 */
6
7 // Action 处理器
8 export { ActionRegistry } from './action.handlers'
9 export type { IActionHandler } from './action.handlers'
10
10 lines TYPESCRIPT