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
↓ 175 callers
Method
log
(level: LogLevel, message: string, context?: Record<string, any>)
coding-agent/src/monitoring/logger.ts:67
↓ 126 callers
Method
get
(key: string)
coding-agent/src/context/cache.ts:32
↓ 92 callers
Method
error
(message: string, context?: Record<string, any>)
coding-agent/src/monitoring/logger.ts:63
↓ 66 callers
Method
set
(key: string, data: T)
coding-agent/src/context/cache.ts:19
↓ 58 callers
Method
register
(provider: LLMProvider)
coding-agent/src/llm/provider.ts:61
↓ 51 callers
Method
create
(agentId: string, parentId?: string)
coding-agent/src/core/session.ts:104
↓ 46 callers
Method
handle
(error: Error, context?: Record<string, any>)
coding-agent/src/errors/error-handler.ts:48
↓ 44 callers
Method
has
(key: string)
coding-agent/src/context/cache.ts:47
↓ 39 callers
Method
delete
(key: string)
coding-agent/src/context/cache.ts:60
↓ 22 callers
Method
emit
(event, data)
src/main/orchestrator.js:119
↓ 21 callers
Function
loadKanbanState
()
src/main/index.js:1571
↓ 19 callers
Method
entries
()
coding-agent/src/context/shared-store.ts:86
↓ 19 callers
Method
execute
(args: any, context: ToolContext)
coding-agent/src/tools/tool-registry.ts:21
↓ 19 callers
Method
registerFactory
(type: string, factory: (config: AgentConfig) => BaseAgent)
coding-agent/src/core/agent-registry.ts:36
↓ 18 callers
Function
stripAnsiAndControl
(text)
src/main/index.js:1323
↓ 17 callers
Method
estimateTokens
(text: string)
coding-agent/src/llm/token-counter.ts:62
↓ 17 callers
Method
publish
(event: EventType, data: any, metadata?: { sessionId?: string; agentId?: string })
coding-agent/src/core/message-bus.ts:47
↓ 17 callers
Method
setWorkspace
(workspacePath)
src/main/swarmManager.js:30
↓ 17 callers
Method
streamText
(params: StreamParams)
coding-agent/src/llm/provider.ts:53
↓ 16 callers
Method
info
(message: string, context?: Record<string, any>)
coding-agent/src/monitoring/logger.ts:55
↓ 16 callers
Method
load
(configPath?: string)
coding-agent/src/config/loader.ts:10
↓ 16 callers
Method
warn
(message: string, context?: Record<string, any>)
coding-agent/src/monitoring/logger.ts:59
↓ 15 callers
Function
formatScalar
(value: unknown)
coding-agent/src/agent/tool-activity.ts:21
↓ 14 callers
Method
clear
()
coding-agent/src/context/cache.ts:64
↓ 14 callers
Method
process
(message: string)
coding-agent/tests/unit/base-agent.test.ts:37
↓ 14 callers
Method
timing
(name: string, value: number, tags?: Record<string, string>)
coding-agent/src/monitoring/metrics.ts:25
↓ 13 callers
Method
get
(id: string)
coding-agent/src/core/session.ts:122
↓ 12 callers
Function
fn
()
coding-agent/tests/unit/retry.test.ts:18
↓ 12 callers
Method
getStats
()
coding-agent/src/context/cache.ts:85
↓ 12 callers
Method
increment
(name: string, value: number = 1, tags?: Record<string, string>)
coding-agent/src/monitoring/metrics.ts:34
↓ 11 callers
Function
saveKanbanState
(state)
src/main/index.js:1575
↓ 10 callers
Function
clone
(value)
src/main/index.js:1555
↓ 10 callers
Method
close
()
coding-agent/src/context/indexer.ts:236
↓ 10 callers
Method
executeTask
(agentId: string, task: string, onFirstText?: () => void)
coding-agent/src/core/orchestrator.ts:47
↓ 10 callers
Method
getAll
()
coding-agent/src/core/session.ts:190
↓ 10 callers
Method
keys
()
coding-agent/src/context/shared-store.ts:82
↓ 10 callers
Method
loadFromConfig
(config: any)
coding-agent/src/llm/provider.ts:120
↓ 10 callers
Method
subscribe
(event: EventType, handler: EventHandler)
coding-agent/src/core/message-bus.ts:30
↓ 9 callers
Function
log
(...args)
src/main/index.js:61
↓ 9 callers
Function
normalizeScheduledTask
(task = {})
src/main/kanbanSchedule.js:34
↓ 9 callers
Method
readFile
(path: string)
coding-agent/src/context/manager.ts:217
↓ 8 callers
Method
addMessage
(id: string, message: Message)
coding-agent/src/core/session.ts:156
↓ 8 callers
Method
detectProvider
(model: string)
coding-agent/src/llm/provider.ts:69
↓ 8 callers
Method
dispose
()
coding-agent/src/tools/mcp-tools.ts:27
↓ 8 callers
Function
emitCliTimelineEvent
(event: CliTimelineEvent)
coding-agent/src/cli/timeline-events.ts:29
↓ 8 callers
Function
handleSplit
(axis = 'vertical', direction)
src/renderer/components/mux/MuxTerminalView.jsx:139
↓ 8 callers
Method
initialize
()
coding-agent/src/core/orchestrator.ts:22
↓ 8 callers
Method
setStatus
(id: string, status: AgentStatus)
coding-agent/src/core/agent-registry.ts:76
↓ 8 callers
Function
truncate
(text: string, maxLength = MAX_PREVIEW_LENGTH)
coding-agent/src/agent/tool-activity.ts:13
↓ 7 callers
Function
clone
(value)
src/main/swarmManager.js:6
↓ 7 callers
Function
cloneGraphData
(value)
src/renderer/App.jsx:47
↓ 7 callers
Function
emitKanbanStateUpdate
(state)
src/main/index.js:1565
↓ 7 callers
Method
get
(id: string)
coding-agent/src/tools/tool-registry.ts:31
↓ 7 callers
Method
get
(name: string)
coding-agent/src/llm/provider.ts:65
↓ 7 callers
Method
getKey
(name: string, tags?: Record<string, string>)
coding-agent/src/monitoring/metrics.ts:122
↓ 7 callers
Function
normalizeMuxCliType
(cliType)
src/renderer/components/mux/templateConfig.mjs:8
↓ 7 callers
Method
resolveModelAlias
(model: string)
coding-agent/src/config/loader.ts:83
↓ 7 callers
Function
send
(msg)
src/main/mcp-bridge.js:30
↓ 7 callers
Function
toIsoString
(value, fallback = null)
src/main/kanbanSchedule.js:8
↓ 6 callers
Function
calculateBackoff
( attempt: number, initialDelay: number = 1000, maxDelay: number = 10000, multiplier: number = 2 )
coding-agent/src/errors/retry.ts:126
↓ 6 callers
Function
clearScheduledKanbanTimer
(scheduleId)
src/main/index.js:1645
↓ 6 callers
Function
computeNextScheduledRunAt
(task = {}, options = {})
src/main/kanbanSchedule.js:69
↓ 6 callers
Method
count
(text: string, model: string = 'gpt-4')
coding-agent/src/llm/token-counter.ts:6
↓ 6 callers
Method
current
()
coding-agent/src/core/session.ts:126
↓ 6 callers
Function
executeWithFallback
( provider: LLMProvider, resolvedModel: string, fn: (provider: LLMProvider) => Promise<T> )
coding-agent/src/agent/provider-utils.ts:108
↓ 6 callers
Method
getFallbackChain
()
coding-agent/src/config/loader.ts:88
↓ 6 callers
Method
loadSwarmMemory
(id)
src/main/swarmManager.js:192
↓ 6 callers
Method
loadTemplates
()
src/main/templateManager.js:31
↓ 6 callers
Function
markKanbanTaskBarrierAgentCompleted
(barrier, agentId)
src/main/kanbanTaskBarrier.js:19
↓ 6 callers
Method
search
(query: string, options: { limit?: number } = {})
coding-agent/src/context/indexer.ts:142
↓ 6 callers
Function
selectProvider
( model: string, explicitProvider?: string )
coding-agent/src/agent/provider-utils.ts:27
↓ 6 callers
Function
summarizeToolCall
(toolName: string, args: Record<string, unknown>)
coding-agent/src/agent/tool-activity.ts:139
↓ 6 callers
Function
summarizeToolResult
(result: unknown)
coding-agent/src/agent/tool-activity.ts:165
↓ 5 callers
Function
appendKanbanTaskAgentTimelineEvent
(agentId, event)
src/main/index.js:2051
↓ 5 callers
Function
clone
(value)
src/main/kanbanManager.js:12
↓ 5 callers
Function
createMockChild
(toolNames: string[])
coding-agent/tests/unit/mcp-tools.test.ts:28
↓ 5 callers
Method
delete
(key: string)
coding-agent/src/context/shared-store.ts:74
↓ 5 callers
Method
emit
(event, data)
src/main/claudeManager.js:24
↓ 5 callers
Function
emitKanbanTaskUpdate
(task)
src/main/index.js:1559
↓ 5 callers
Method
enqueue
(agentId, task)
src/main/swarmBridgeDispatchQueue.js:8
↓ 5 callers
Function
extractCliTimelineEvents
(text)
src/main/kanbanTimeline.js:21
↓ 5 callers
Function
formatAgentLogLabel
(agentId, logPrefix = '[PTY]')
src/main/index.js:57
↓ 5 callers
Function
formatBridgePromptForTerminal
(message)
src/main/bridgePrompt.js:25
↓ 5 callers
Function
formatTime
(value)
src/renderer/components/kanban/KanbanWorkspace.jsx:24
↓ 5 callers
Method
get
(key: string)
coding-agent/src/context/shared-store.ts:35
↓ 5 callers
Method
getFile
(path: string)
coding-agent/src/context/database.ts:96
↓ 5 callers
Method
getForAgent
(_agentId: string, allowedTools: string[])
coding-agent/src/tools/tool-registry.ts:35
↓ 5 callers
Function
getRuntimeLayoutSignature
(runtimeLayout)
src/renderer/components/mux/muxLayout.mjs:97
↓ 5 callers
Method
getStatus
(id: string)
coding-agent/src/core/agent-registry.ts:72
↓ 5 callers
Function
getTerminalInputAction
({ ptyAlive, restartOnExit = true, canSpawn = true, data, shouldIgnoreInput, })
src/renderer/components/terminalSessionBehavior.mjs:1
↓ 5 callers
Method
persist
()
coding-agent/src/core/session.ts:220
↓ 5 callers
Function
resolveKanbanTaskFinalResponse
({ run, preferredResponse })
src/main/kanbanTaskFinalResponse.js:46
↓ 5 callers
Function
resolveSwarmIdForAgent
(agentId)
src/main/index.js:290
↓ 5 callers
Function
resolveWorkspacePath
(workingDirectory: string, requestedPath: string)
coding-agent/src/tools/file-tools.ts:10
↓ 5 callers
Method
saveSwarm
(swarm)
src/main/swarmManager.js:166
↓ 5 callers
Method
sendToAgent
(agentId, userMessage, fromAgentId = null)
src/main/orchestrator.js:191
↓ 5 callers
Function
serializeRuntimeLayout
(terminals)
src/renderer/components/mux/muxLayout.mjs:101
↓ 5 callers
Method
shutdown
()
coding-agent/src/core/orchestrator.ts:123
↓ 5 callers
Method
start
(rootPath: string)
coding-agent/src/context/watcher.ts:14
↓ 5 callers
Method
syncAgents
(agentConfigs, options = {})
src/main/orchestrator.js:26
next →
1–100 of 727, ranked by callers