mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
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:
+1
-1
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user