MCPcopy Create free account

hub / github.com/buct2012dbl/Dorchestrator / functions

Functions727 in github.com/buct2012dbl/Dorchestrator

FunctionsendToAgent
(targetId: string, message: string)
coding-agent/src/agent/base-agent.ts:52
MethodsetLevel
(level: LogLevel)
coding-agent/src/monitoring/logger.ts:129
MethodsetWorkspace
(workspacePath)
src/main/templateManager.js:12
MethodsetWorkspace
(workspacePath)
src/main/sharedAgentManager.js:30
MethodsetWorkspace
(workspacePath)
src/main/kanbanManager.js:65
MethodsetWorkspace
(workspacePath)
src/main/graphConfigManager.js:10
MethodspawnClaude
(agentId, agentConfig)
src/main/claudeManager.js:30
FunctionspawnSubagent
(type: string, task: string)
coding-agent/src/agent/base-agent.ts:65
MethodstreamText
(params: StreamParams)
coding-agent/src/llm/openai.ts:21
MethodstreamText
(params: StreamParams)
coding-agent/src/llm/ollama.ts:23
MethodstreamText
(params: StreamParams)
coding-agent/src/llm/generic-provider.ts:40
MethodstreamText
(params: StreamParams)
coding-agent/src/llm/anthropic-compatible-provider.ts:41
MethodstreamText
(params: StreamParams)
coding-agent/src/llm/anthropic.ts:99
Methodsubscribe
(key: string, callback: (entry: SharedContextEntry) => void)
coding-agent/src/context/shared-store.ts:98
FunctionsyncAgents
(agents, options)
tests/main/ptyLifecycle.test.cjs:14
FunctionsyncEdges
(edges)
tests/main/ptyLifecycle.test.cjs:15
Functiontrace
(name?: string)
coding-agent/src/monitoring/tracer.ts:104
FunctiontraceAsync
( name: string, fn: (span: Span) => Promise<T>, traceId?: string, parentId?: string )
coding-agent/src/monitoring/tracer.ts:134
Methodtransaction
(fn: () => T)
coding-agent/src/context/database.ts:242
Methodtraverse
(fileId: number, currentDepth: number)
coding-agent/src/context/indexer.ts:168
MethodtryGetCurrent
()
coding-agent/src/core/session.ts:134
FunctionwithErrorHandling
( fn: T, context?: Record<string, any> )
coding-agent/src/errors/error-handler.ts:79
FunctionwithErrorHandlingSync
( fn: T, context?: Record<string, any> )
coding-agent/src/errors/error-handler.ts:94
FunctionwithRetry
(options?: Partial<RetryOptions>)
coding-agent/src/errors/retry.ts:96
Functionwrite
(payload: string, callback?: (error?: Error | null) => void)
coding-agent/tests/unit/mcp-tools.test.ts:35
FunctionwriteSecureAuthSettings
(nextSettings, authToken, baseURL, { safeStorage })
src/main/secureAuthSettings.js:16
MethodwriteToAgent
(agentId, input)
src/main/claudeManager.js:106
← previous701–727 of 727, ranked by callers