mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 06:01:45 +00:00
feat(ui): add Agents dashboard
This commit is contained in:
@@ -427,6 +427,7 @@ export const AgentEntrySchema = z
|
||||
workspace: z.string().optional(),
|
||||
agentDir: z.string().optional(),
|
||||
model: AgentModelSchema.optional(),
|
||||
skills: z.array(z.string()).optional(),
|
||||
memorySearch: MemorySearchSchema,
|
||||
humanDelay: HumanDelaySchema.optional(),
|
||||
heartbeat: HeartbeatSchema,
|
||||
|
||||
Reference in New Issue
Block a user