Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buct2012dbl/Dorchestrator
/ functions
Functions
727 in github.com/buct2012dbl/Dorchestrator
⨍
Functions
727
◇
Types & classes
144
Function
sendToAgent
(targetId: string, message: string)
coding-agent/src/agent/base-agent.ts:52
Method
setLevel
(level: LogLevel)
coding-agent/src/monitoring/logger.ts:129
Method
setWorkspace
(workspacePath)
src/main/templateManager.js:12
Method
setWorkspace
(workspacePath)
src/main/sharedAgentManager.js:30
Method
setWorkspace
(workspacePath)
src/main/kanbanManager.js:65
Method
setWorkspace
(workspacePath)
src/main/graphConfigManager.js:10
Method
spawnClaude
(agentId, agentConfig)
src/main/claudeManager.js:30
Function
spawnSubagent
(type: string, task: string)
coding-agent/src/agent/base-agent.ts:65
Method
streamText
(params: StreamParams)
coding-agent/src/llm/openai.ts:21
Method
streamText
(params: StreamParams)
coding-agent/src/llm/ollama.ts:23
Method
streamText
(params: StreamParams)
coding-agent/src/llm/generic-provider.ts:40
Method
streamText
(params: StreamParams)
coding-agent/src/llm/anthropic-compatible-provider.ts:41
Method
streamText
(params: StreamParams)
coding-agent/src/llm/anthropic.ts:99
Method
subscribe
(key: string, callback: (entry: SharedContextEntry) => void)
coding-agent/src/context/shared-store.ts:98
Function
syncAgents
(agents, options)
tests/main/ptyLifecycle.test.cjs:14
Function
syncEdges
(edges)
tests/main/ptyLifecycle.test.cjs:15
Function
trace
(name?: string)
coding-agent/src/monitoring/tracer.ts:104
Function
traceAsync
( name: string, fn: (span: Span) => Promise<T>, traceId?: string, parentId?: string )
coding-agent/src/monitoring/tracer.ts:134
Method
transaction
(fn: () => T)
coding-agent/src/context/database.ts:242
Method
traverse
(fileId: number, currentDepth: number)
coding-agent/src/context/indexer.ts:168
Method
tryGetCurrent
()
coding-agent/src/core/session.ts:134
Function
withErrorHandling
( fn: T, context?: Record<string, any> )
coding-agent/src/errors/error-handler.ts:79
Function
withErrorHandlingSync
( fn: T, context?: Record<string, any> )
coding-agent/src/errors/error-handler.ts:94
Function
withRetry
(options?: Partial<RetryOptions>)
coding-agent/src/errors/retry.ts:96
Function
write
(payload: string, callback?: (error?: Error | null) => void)
coding-agent/tests/unit/mcp-tools.test.ts:35
Function
writeSecureAuthSettings
(nextSettings, authToken, baseURL, { safeStorage })
src/main/secureAuthSettings.js:16
Method
writeToAgent
(agentId, input)
src/main/claudeManager.js:106
← previous
701–727 of 727, ranked by callers