MCPcopy Create free account

hub / github.com/chrispyers/openkiwi / functions

Functions537 in github.com/chrispyers/openkiwi

↓ 1 callersMethoddeleteSession
(id: string)
src/session-manager.ts:123
↓ 1 callersMethoddeleteWorkflowState
(id: string)
src/services/workflow-service.ts:93
↓ 1 callersMethoddeliverToChannels
(agentId: string, agent: Agent, channels: HeartbeatChannel[], cleanContent: string, rawContent: string)
src/heartbeat-manager.ts:379
↓ 1 callersMethoddeliverToTelegram
(agentId: string, chatId: string, cleanContent: string, rawContent: string)
src/heartbeat-manager.ts:401
↓ 1 callersMethoddeliverToWebSocket
(agentId: string, cleanContent: string, rawContent: string)
src/heartbeat-manager.ts:430
↓ 1 callersMethoddeliverToWhatsApp
(agentId: string, jid: string, cleanContent: string, rawContent: string)
src/heartbeat-manager.ts:415
↓ 1 callersFunctiondetectOllamaCapabilities
* Detect model capabilities from Ollama's /api/show response. * * Priority: * 1. Native `capabilities` array returned by Ollama ≥ 0.6 (authoritat
src/llm-provider.ts:463
↓ 1 callersFunctionexecuteParallelSteps
( states: any[], agentId: string, defaultAgent: any, defaultProviderConfig: any, totalStep
src/services/workflow-executor.ts:514
↓ 1 callersMethodexecuteRun
( run: ProjectRun, projectPath: string, config: ProjectConfig, initiator: Proj
src/services/project-orchestrator.ts:311
↓ 1 callersFunctionexecuteSequentialSteps
( states: any[], agentId: string, providerConfig: any, totalSteps: number, onStepProgress?
src/services/workflow-executor.ts:451
↓ 1 callersFunctionextractBody
(content: string)
src/skill-manager.ts:115
↓ 1 callersFunctionextractMetadata
* Pull the title from the first H1 line, and the Confluence source URL * from the header block our confluence tool writes.
tools/qdrant/qdrant.ts:181
↓ 1 callersFunctionextractTitle
(text: string)
src/chat-handler.ts:536
↓ 1 callersFunctionfetchFileContent
(projectName: string, fileName: string)
ui/src/components/pages/ProjectsPage.tsx:163
↓ 1 callersFunctionfetchPublicConfig
(addr?: string)
ui/src/App.tsx:461
↓ 1 callersFunctionfetchStates
()
ui/src/components/Workflows/WorkflowBuilder.tsx:257
↓ 1 callersFunctionfetchWorkflows
()
ui/src/components/pages/WorkflowsPage.tsx:35
↓ 1 callersFunctionfindChromeExecutable
()
tools/chatgpt/authenticator/chatgpt_auth.ts:5
↓ 1 callersFunctionformatContextLength
(n: number)
ui/src/components/Provider.tsx:113
↓ 1 callersFunctionformatContextLength
(n: number)
ui/src/components/ModelsTable.tsx:74
↓ 1 callersFunctionformatDuration
(ms: number)
ui/src/components/code/ToolBlock.tsx:59
↓ 1 callersFunctiongetActiveView
()
ui/src/App.tsx:65
↓ 1 callersMethodgetAllAgentStates
()
src/agent-manager.ts:267
↓ 1 callersFunctiongetApiClient
()
tools/tests/google_tasks.integration.test.ts:37
↓ 1 callersFunctiongetAvailableStoreNames
()
tools/qdrant/qdrant.ts:47
↓ 1 callersFunctiongetBaseTransform
()
ui/src/components/Tooltip.jsx:55
↓ 1 callersFunctiongetClient
()
tools/google_calendar/google_calendar.ts:16
↓ 1 callersFunctiongetClient
()
tools/google_tasks/google_tasks.ts:16
↓ 1 callersFunctiongetClient
()
tools/google_gmail/google_gmail.ts:16
↓ 1 callersMethodgetDatabase
()
src/db/collab-db.ts:70
↓ 1 callersFunctiongetInitials
(name)
ui/src/components/AgentAvatar.jsx:1
↓ 1 callersFunctiongetLanguage
(name: string)
ui/src/components/pages/WorkspacePage.tsx:50
↓ 1 callersFunctiongetLanguage
(path: string)
ui/src/components/code/FileReadOutput.tsx:29
↓ 1 callersFunctiongetLlmConfig
* Resolve the LLM provider to use for synthesis. * Prefers the provider configured on the calling agent (via agentId in context) * so the report use
tools/report_writer/report_writer.ts:12
↓ 1 callersMethodgetLogs
(limit = 500)
src/logger.ts:87
↓ 1 callersFunctiongetMessageText
(msg: WAMessage)
src/WhatsApp.ts:16
↓ 1 callersFunctiongetOffsetTransform
()
ui/src/components/Tooltip.jsx:65
↓ 1 callersFunctiongetPool
(connectionString: string)
tools/postgres/postgres.ts:29
↓ 1 callersFunctiongetStatusForServer
(name: string)
ui/src/components/pages/MCPServersPage.tsx:146
↓ 1 callersFunctiongetThemeButtonClasses
()
ui/src/contexts/ThemeContext.tsx:74
↓ 1 callersFunctiongetToolDetails
(name: string, args: any)
src/agent-loop.ts:196
↓ 1 callersFunctiongetToolMeta
(name: string, args: any)
ui/src/components/code/ToolBlock.tsx:24
↓ 1 callersMethodgetToolReadme
(filename: string)
src/tool-manager.ts:192
↓ 1 callersMethodgetUserJids
()
src/whatsapp-manager.ts:270
↓ 1 callersFunctiongroupByFile
(matches: GrepMatch[])
ui/src/components/code/GrepOutput.tsx:26
↓ 1 callersFunctionhandleChangeRole
(agentId: string, newRole: string)
ui/src/components/pages/ProjectsPage.tsx:291
↓ 1 callersFunctionhandleCreateWorkflow
()
ui/src/components/pages/WorkflowsPage.tsx:72
↓ 1 callersFunctionhandleDelete
(name: string)
ui/src/components/pages/MCPServersPage.tsx:136
↓ 1 callersFunctionhandleDelete
(id: string)
ui/src/components/Workflows/WorkflowBuilder.tsx:326
↓ 1 callersFunctionhandleDeleteClick
(e: React.MouseEvent, index: number)
ui/src/components/ModelsTable.tsx:37
↓ 1 callersFunctionhandleEdit
(name: string, server: { command: string; args: string[] })
ui/src/components/pages/MCPServersPage.tsx:122
↓ 1 callersFunctionhandleRemoveAgent
(agentId: string)
ui/src/components/pages/ProjectsPage.tsx:285
↓ 1 callersFunctionhandleRemoveRole
(role: string)
ui/src/components/pages/ProjectsPage.tsx:310
↓ 1 callersFunctionhandleRenameWorkflow
()
ui/src/components/pages/WorkflowsPage.tsx:97
↓ 1 callersFunctionhandleStop
(e?: React.MouseEvent)
ui/src/App.tsx:1182
↓ 1 callersMethodinit
()
src/db/collab-db.ts:21
↓ 1 callersFunctioninitTelegramHandler
()
src/Telegram.ts:19
↓ 1 callersFunctioninitWhatsAppHandler
()
src/WhatsApp.ts:34
↓ 1 callersMethodinitialize
()
src/whatsapp-manager.ts:96
↓ 1 callersMethodinitialize
()
src/telegram-manager.ts:67
↓ 1 callersFunctioninjectCredentials
* Inject oauth2:<pat>@ credentials into a git clone URL. * * Handles three forms of the repo argument inside a clone command: * 1. Full HTTPS URL
tools/git/git.ts:19
↓ 1 callersFunctionisBannedIP
(ip: string)
tools/chromium/chromium.ts:7
↓ 1 callersFunctionisContextOverflowError
* Checks if an error indicates context window overflow.
src/agent-loop.ts:182
↓ 1 callersFunctionisParallelWorkflow
* Check whether ANY step in the workflow has an explicit depends_on value. * If none do, the workflow runs in legacy sequential mode for backward com
src/services/workflow-executor.ts:365
↓ 1 callersFunctionisPrivateIP
(ip: string)
tools/curl/curl.ts:7
↓ 1 callersFunctionlistModels
( providerConfig: LLMProviderConfig )
src/llm-provider.ts:515
↓ 1 callersMethodlistSessions
()
src/session-manager.ts:23
↓ 1 callersFunctionloadOrCreateEncryptionKey
()
src/config-manager.ts:9
↓ 1 callersMethodlogout
()
src/whatsapp-manager.ts:283
↓ 1 callersMethodmarkdownToTelegramHtml
* Converts Markdown formatting to Telegram-compatible HTML. * Handles code blocks, inline code, bold, italic, strikethrough, * links, headin
src/telegram-manager.ts:196
↓ 1 callersFunctionmigrateToSections
* Migrate a flat MEMORY.md (with inline category tags) into section-based format. * Returns the restructured content, or null if no migration is need
src/tools/memory_tools.ts:165
↓ 1 callersFunctionmockFetchError
(status: number, statusText: string, body?: string)
src/tests/unit/llm-provider.test.ts:37
↓ 1 callersFunctionnodeToStatePayload
(node: WorkflowNode)
ui/src/components/Workflows/WorkflowBuilder.tsx:39
↓ 1 callersFunctionparseEvaluationResult
(projectPath: string, sprint: number)
src/services/project-orchestrator.ts:253
↓ 1 callersFunctionparseFrontmatter
(content: string)
src/skill-manager.ts:102
↓ 1 callersFunctionparseFrontmatter
(content: string)
src/routes/skills.ts:93
↓ 1 callersFunctionparseFrontmatter
(content)
ui/src/components/pages/SettingsPage/Settings_Skills.jsx:13
↓ 1 callersFunctionparseGrepOutput
(raw: string)
ui/src/components/code/GrepOutput.tsx:14
↓ 1 callersFunctionparseMemorySections
* Parse a MEMORY.md file into sections. Returns a map of section header → entries, * plus a "preamble" key for content before any section header.
src/tools/memory_tools.ts:138
↓ 1 callersFunctionparseSprintCount
(projectPath: string)
src/services/project-orchestrator.ts:245
↓ 1 callersMethodprocessBuffer
* Process buffered stdout data, extracting complete JSON-RPC messages.
src/mcp-client.ts:317
↓ 1 callersFunctionprocessMessages
(rawMessages: any[])
ui/src/components/pages/CodePage.tsx:621
↓ 1 callersMethodprune
()
src/logger.ts:78
↓ 1 callersMethodreadFile
(relPath: string, from?: number, lines?: number)
src/memory/manager.ts:392
↓ 1 callersFunctionreadProjectConfig
(projectPath: string)
src/services/project-orchestrator.ts:54
↓ 1 callersFunctionrecurse
(dir: string)
tools/qdrant/qdrant.ts:164
↓ 1 callersMethodregisterBuiltInTools
()
src/tool-manager.ts:89
↓ 1 callersMethodregisterMCPTool
* Register an MCP tool with the ToolManager so agents can use it.
src/mcp-client.ts:196
↓ 1 callersFunctionremoveAnthropicConnection
(id: string, label: string)
ui/src/components/pages/SettingsPage/Settings_Connections.tsx:365
↓ 1 callersFunctionremoveGoogleAPIConnection
(id: string, label: string)
ui/src/components/pages/SettingsPage/Settings_Connections.tsx:486
↓ 1 callersFunctionremoveLMStudioConnection
(id: string, label: string)
ui/src/components/pages/SettingsPage/Settings_Connections.tsx:400
↓ 1 callersFunctionremoveLemonadeConnection
(id: string, label: string)
ui/src/components/pages/SettingsPage/Settings_Connections.tsx:435
↓ 1 callersFunctionremoveOllamaConnection
(id: string, label: string)
ui/src/components/pages/SettingsPage/Settings_Connections.tsx:572
↓ 1 callersFunctionremoveOpenAIConnection
(id: string, label: string)
ui/src/components/pages/SettingsPage/Settings_Connections.tsx:537
↓ 1 callersFunctionremoveOpenRouterConnection
(id: string, label: string)
ui/src/components/pages/SettingsPage/Settings_Connections.tsx:623
↓ 1 callersFunctionremoveRefreshToken
()
src/routes/auth.ts:32
↓ 1 callersFunctionrenderFileContent
()
ui/src/components/pages/WorkspacePage.tsx:234
↓ 1 callersFunctionresolveEmbeddingProvider
()
tools/qdrant/qdrant.ts:98
↓ 1 callersFunctionresolveLlmConfig
* Resolve LLM config for a specific agent, falling back to the given default provider.
src/services/workflow-executor.ts:315
↓ 1 callersFunctionresolvePhoneFromJid
* Resolves a JID to a phone number string, handling LID JIDs via baileys' mapping. * Returns the bare phone digits, or null if a LID cannot be resolv
src/whatsapp-manager.ts:43
← previousnext →201–300 of 537, ranked by callers