AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
index.ts
根目录
/
project
/
aitoearn-web
/
src
/
store
/
agent
/
handlers
/
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