refactor: divide agent logic and gateway into different package (#90)

* feat: add @memoh/agent

* chore: use @memoh/agent in @memoh-gateway
This commit is contained in:
Acbox Liu
2026-02-22 02:06:47 +08:00
committed by GitHub
parent c591af14b0
commit e6d70b523e
38 changed files with 198 additions and 884 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import z from 'zod'
import { allActions } from './types'
import { allActions } from '@memoh/agent'
export const AgentSkillModel = z.object({
name: z.string().min(1, 'Skill name is required'),