MCPcopy Create free account
hub / github.com/Noumena-Network/code / getMagicDocsAgent

Function getMagicDocsAgent

src/services/MagicDocs/magicDocs.ts:100–110  ·  view source on GitHub ↗

* Create Magic Docs agent definition

()

Source from the content-addressed store, hash-verified

98 * Create Magic Docs agent definition
99 */
100function getMagicDocsAgent(): BuiltInAgentDefinition {
101 return {
102 agentType: 'magic-docs',
103 whenToUse: 'Update Magic Docs',
104 tools: [FILE_EDIT_TOOL_NAME], // Only allow Edit
105 model: 'inherit',
106 source: 'built-in',
107 baseDir: 'built-in',
108 getSystemPrompt: () => '', // Will use override systemPrompt
109 }
110}
111
112export const _getMagicDocsAgentForTest = getMagicDocsAgent
113

Callers 1

updateMagicDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected