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
Method
countTokens
(text: string, _model: string)
coding-agent/src/llm/ollama.ts:56
Method
countTokens
(text: string, _model: string)
coding-agent/src/llm/generic-provider.ts:178
Method
countTokens
(text: string, _model: string)
coding-agent/src/llm/anthropic-compatible-provider.ts:85
Method
countTokens
(text: string, _model: string)
coding-agent/src/llm/anthropic.ts:160
Method
create
(config: AgentConfig)
coding-agent/src/core/agent-registry.ts:40
Function
decryptString
(buffer)
tests/main/secureAuthSettings.test.cjs:17
Method
delete
(id: string)
coding-agent/src/core/agent-registry.ts:83
Method
deleteFile
(path: string)
coding-agent/src/context/database.ts:106
Function
dispose
()
coding-agent/src/tools/mcp-tools.ts:263
Function
encryptString
(value)
tests/main/secureAuthSettings.test.cjs:14
Function
execute
( args: { command: string; timeout?: number }, context: ToolContext )
coding-agent/src/tools/bash-tool.ts:24
Function
execute
(args: { file_path: string }, context: ToolContext)
coding-agent/src/tools/file-tools.ts:35
Function
execute
( args: { agent_id: string; message: string }, context: ToolContext )
coding-agent/src/tools/agent-tools.ts:23
Function
execute
( args: { key: string; value: string; ttl?: number }, context: ToolContext )
coding-agent/src/tools/shared-context-tools.ts:25
Function
execute
(args: any, _context: ToolContext)
coding-agent/src/tools/mcp-tools.ts:202
Function
execute
( args: { query: string; limit?: number }, context: ToolContext )
coding-agent/src/tools/context-tools.ts:22
Method
execute
(toolId: string, args: any, context: ToolContext)
coding-agent/src/tools/tool-registry.ts:41
Method
execute
(tasks: Task<T>[])
coding-agent/src/core/executor.ts:27
Function
executeToolCall
(toolId: string, args: any)
coding-agent/src/agent/base-agent.ts:18
Function
finalMessage
()
tests/main/orchestrator.test.cjs:16
Method
findRelevant
(query: string, limit: number)
coding-agent/src/context/indexer.ts:156
Function
generateId
(existingIds)
tests/renderer/agentActions.test.mjs:10
Method
getAll
()
coding-agent/src/tools/tool-registry.ts:60
Method
getAll
()
coding-agent/src/llm/provider.ts:158
Method
getAll
()
coding-agent/src/core/agent-registry.ts:87
Method
getAllFiles
()
coding-agent/src/context/database.ts:111
Method
getAllMetrics
()
coding-agent/src/monitoring/metrics.ts:82
Method
getAllSpans
()
coding-agent/src/monitoring/tracer.ts:68
Method
getCapabilities
(model: string)
coding-agent/src/llm/openai.ts:75
Method
getCapabilities
(model: string)
coding-agent/src/llm/ollama.ts:61
Method
getCapabilities
(model: string)
coding-agent/src/llm/generic-provider.ts:183
Method
getCapabilities
(_model: string)
coding-agent/src/llm/anthropic-compatible-provider.ts:90
Method
getCapabilities
(model: string)
coding-agent/src/llm/anthropic.ts:165
Method
getDependencies
(fileId: number)
coding-agent/src/context/database.ts:181
Method
getEntry
(key: string)
coding-agent/src/context/shared-store.ts:48
Method
getFileSymbols
(filePath: string)
coding-agent/src/context/indexer.ts:209
Method
getLevel
()
coding-agent/src/monitoring/logger.ts:133
Function
getPersistedSwarmMemoryPrompt
(agentId)
src/main/index.js:302
Method
getReverseDependencies
(filePath: string)
coding-agent/src/context/indexer.ts:186
Method
getReverseDependencies
(fileId: number)
coding-agent/src/context/database.ts:186
Function
getSharedContext
()
coding-agent/src/agent/base-agent.ts:78
Method
getSpan
(spanId: string)
coding-agent/src/monitoring/tracer.ts:60
Method
getStats
()
coding-agent/src/core/orchestrator.ts:113
Method
getStats
()
coding-agent/src/core/executor.ts:81
Method
getStats
()
coding-agent/src/core/agent-registry.ts:103
Method
getStats
()
coding-agent/src/core/session.ts:202
Method
getStats
()
coding-agent/src/context/shared-store.ts:138
Method
getStats
()
coding-agent/src/context/indexer.ts:226
Method
getStats
()
coding-agent/src/context/database.ts:217
Method
getStats
()
coding-agent/src/monitoring/rate-limiter.ts:84
Method
getTokenCount
()
coding-agent/src/context/manager.ts:332
Function
getTools
()
coding-agent/src/agent/base-agent.ts:48
Method
getTraceTree
(traceId: string)
coding-agent/src/monitoring/tracer.ts:78
Method
getUsage
(key: string)
coding-agent/src/monitoring/rate-limiter.ts:72
Method
handleAsync
(error: Error, context?: Record<string, any>)
coding-agent/src/errors/error-handler.ts:59
Function
handleConfirmReset
()
src/renderer/components/mux/MuxTerminalView.jsx:200
Function
handleCreateTask
(e)
src/renderer/components/kanban/KanbanWorkspace.jsx:234
Function
handleDeleteTemplate
(id)
src/renderer/components/mux/MuxWorkspace.jsx:147
Function
handleEditTemplate
()
src/renderer/components/mux/MuxWorkspace.jsx:170
Method
handleError
(err)
src/main/whisperManager.js:199
Function
handleKeyDown
(e)
src/renderer/App.jsx:272
Function
handleKeyDown
(e)
src/renderer/components/VoiceAssistant.jsx:306
Function
handleKeyDown
(event)
src/renderer/components/mux/MuxTerminalView.jsx:83
Function
handleMarkDone
()
src/renderer/components/kanban/KanbanWorkspace.jsx:316
Function
handleMouseMove
(e)
src/renderer/components/kanban/KanbanWorkspace.jsx:361
Function
handleMouseUp
()
src/renderer/components/kanban/KanbanWorkspace.jsx:379
Function
handleNewTemplate
()
src/renderer/components/mux/MuxWorkspace.jsx:165
Function
handleOpenNewScheduleEditor
()
src/renderer/components/kanban/KanbanWorkspace.jsx:259
Function
handlePersistRuntimeLayout
(templateId, runtimeLayout)
src/renderer/components/mux/MuxWorkspace.jsx:98
Function
handleReply
()
src/renderer/components/kanban/KanbanWorkspace.jsx:310
Function
handleResetRuntimeLayout
(templateId)
src/renderer/components/mux/MuxWorkspace.jsx:115
Function
handleSave
()
src/renderer/components/mux/TemplateEditorModal.jsx:57
Function
handleSave
()
src/renderer/components/swarm/AgentConfigPanel.jsx:49
Function
handleSaveTemplate
(template)
src/renderer/components/mux/MuxWorkspace.jsx:74
Function
handleSelectTemplate
(id)
src/renderer/components/mux/MuxWorkspace.jsx:135
Function
handleSubmitScheduledTask
(e)
src/renderer/components/kanban/KanbanWorkspace.jsx:273
Method
hasConfig
()
src/main/graphConfigManager.js:82
Function
hasScheduledCommandOutput
(run)
src/renderer/components/kanban/KanbanWorkspace.jsx:75
Method
hashKey
(data: string)
coding-agent/src/context/cache.ts:93
Function
installWhisper
()
src/renderer/components/VoiceAssistant.jsx:48
Function
isEncryptionAvailable
()
tests/main/secureAuthSettings.test.cjs:11
Function
kill
()
tests/main/ptyLifecycle.test.cjs:78
Method
killAll
()
src/main/claudeManager.js:123
Method
listModels
()
coding-agent/src/llm/ollama.ts:77
Function
listener
(event, data)
src/main/preload.js:19
Function
measureAsync
( name: string, fn: () => Promise<T>, tags?: Record<string, string> )
coding-agent/src/monitoring/metrics.ts:145
Function
measureSync
( name: string, fn: () => T, tags?: Record<string, string> )
coding-agent/src/monitoring/metrics.ts:162
Function
normalizeRun
(run = {})
src/main/kanbanManager.js:31
Function
normalizeScheduleLog
(log = {})
src/main/kanbanSchedule.js:19
Function
normalizeTerminalConfig
(terminal)
src/renderer/components/mux/TemplateEditorModal.jsx:31
Function
on
(event: string, handler: (chunk: string) => void)
coding-agent/tests/unit/mcp-tools.test.ts:68
Method
provide
(session: Session, fn: () => T)
coding-agent/src/core/session.ts:138
Function
readSecureAuthSettings
(savedSettings, { safeStorage, log } = {})
src/main/secureAuthSettings.js:30
Method
register
(tool: Tool)
coding-agent/src/tools/tool-registry.ts:27
Method
reset
(key: string)
coding-agent/src/monitoring/rate-limiter.ts:76
Method
resetAll
()
coding-agent/src/monitoring/rate-limiter.ts:80
Method
resetMetric
(name: string, tags?: Record<string, string>)
coding-agent/src/monitoring/metrics.ts:115
Function
retryAsync
( fn: () => Promise<T>, options?: Partial<RetryOptions> )
coding-agent/src/errors/retry.ts:117
Function
saveGraphConfig
(agents, edges)
tests/main/ptyLifecycle.test.cjs:19
Method
search
(pattern: string)
coding-agent/src/context/shared-store.ts:133
← previous
next →
601–700 of 727, ranked by callers