mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-27 09:34:43 +00:00
feat: support plugin-contributed custom agents (#2365)
* feat: support plugin-contributed custom agents * fix: await plugin loading before agent catalog * fix: refresh plugin agents on v1 reload * test(agent-core-v2): add enabledSystemPrompts to the plugin service stub
This commit is contained in:
parent
1896d1a13a
commit
fa2c5ce18b
33 changed files with 641 additions and 33 deletions
|
|
@ -85,6 +85,7 @@ export const pluginManifestSchema = z.object({
|
|||
homepage: z.string().optional(),
|
||||
license: z.string().optional(),
|
||||
skills: z.array(z.string()).optional(),
|
||||
agents: z.array(z.string()).optional(),
|
||||
sessionStart: pluginSessionStartSchema.optional(),
|
||||
mcpServers: z.record(z.string(), mcpServerConfigSchema).optional(),
|
||||
hooks: z.array(hookDefSchema).optional(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue