MCPcopy Create free account

hub / github.com/0x0funky/TermHive / functions

Functions428 in github.com/0x0funky/TermHive

Methodconstructor
(private readonly url: string = DAEMON_URL)
src/daemon/client.ts:45
Methodconstructor
(private readonly emit: (ev: BrainEvent) => void)
src/daemon/orchestrator.ts:165
FunctioncreateAgent
(projectId: string, data: { name: string; cli: string; cwd?: string; role?: string; flags?: Agent['flags'] })
client/src/api.ts:30
FunctioncreateAgent
(projectId: string, name: string, cli: Agent['cli'], cwd: string, role?: string, flags?: Agent['flags'])
src/storage.ts:114
FunctioncreateContent
(projectId: string, data: { filename: string; content?: string; createdBy?: string })
client/src/api.ts:46
FunctioncreateContent
(projectId: string, filename: string, content: string, _createdBy: string)
src/storage.ts:209
FunctioncreateProject
(data: { name: string; cwd: string; description?: string })
client/src/api.ts:18
FunctioncreateProject
(name: string, cwd: string, description?: string)
src/storage.ts:62
FunctiondeleteAgent
(projectId: string, agentId: string)
client/src/api.ts:32
FunctiondeleteAgent
(projectId: string, agentId: string)
src/storage.ts:142
FunctiondeleteContent
(projectId: string, filename: string)
client/src/api.ts:50
FunctiondeleteContent
(projectId: string, filename: string)
src/storage.ts:246
FunctiondeleteProject
(id: string, removeData?: boolean)
client/src/api.ts:22
FunctiondeleteProject
(projectId: string, removeData?: boolean)
src/storage.ts:85
FunctiongetAgent
(projectId: string, agentId: string)
src/storage.ts:109
FunctiongetAgentPreview
(agentId: string)
src/pty-manager.ts:489
FunctiongetAgentPreview
(agentId: string)
src/daemon/codex-agents.ts:694
FunctiongetAgentPreview
(agentId: string)
src/daemon/runtime.ts:66
FunctiongetAgentPreviews
(projectId: string)
client/src/api.ts:28
FunctiongetContent
(projectId: string, filename: string)
client/src/api.ts:44
FunctiongetContent
(projectId: string, filename: string)
src/storage.ts:192
FunctiongetEvents
(projectId?: string)
src/activity.ts:29
FunctiongetItems
(agentId: string)
src/daemon/codex-agents.ts:682
FunctiongetRunningAgentIds
()
src/pty-manager.ts:519
FunctiongetRunningAgentIds
()
src/daemon/codex-agents.ts:710
FunctiongetRunningAgentIds
()
src/daemon/runtime.ts:74
FunctiongetUsage
()
src/usage.ts:117
FunctiongetWikiFile
(projectId: string, filename: string)
client/src/api.ts:60
FunctiongetWikiFile
(projectId: string, filename: string)
src/storage.ts:515
FunctiongetWikiStatus
(projectId: string)
client/src/api.ts:54
FunctionhandleCreateAgent
(data: { name: string; cli: string; cwd?: string; role?: string; flags?: Agent['flags'] })
client/src/App.tsx:301
FunctionhandleCreateProject
(data: { name: string; cwd: string; description?: string })
client/src/App.tsx:294
FunctionhandleDelete
()
client/src/components/SharedContent.tsx:226
FunctionhandleDeleteAgent
(agent: Agent)
client/src/App.tsx:320
FunctionhandleDeleteProject
()
client/src/App.tsx:327
FunctionhandleFocusIn
()
client/src/components/Terminal.tsx:161
FunctionhandleInit
()
client/src/components/ProjectWiki.tsx:99
FunctionhandleMouseDown
()
client/src/components/Terminal.tsx:162
FunctionhandleNew
()
client/src/components/SharedContent.tsx:218
FunctionhandleNotification
(method: string, raw: Record<string, unknown>)
src/daemon/codex-agents.ts:314
FunctionhandlePaste
(ev: ClipboardEvent)
client/src/components/Terminal.tsx:174
FunctionhandleRestartAgent
(agent: Agent)
client/src/App.tsx:316
FunctionhandleResult
(e: SpeechResultEvent)
client/src/hooks/useWakeWord.ts:53
FunctionhandleSelectAgent
(projectId: string, agentId: string)
client/src/App.tsx:288
FunctionhandleSelectProject
(id: string)
client/src/App.tsx:283
FunctionhandleSend
()
client/src/components/MessagesPanel.tsx:95
FunctionhandleStartAgent
(agent: Agent)
client/src/App.tsx:308
FunctionhandleStopAgent
(agent: Agent)
client/src/App.tsx:312
FunctionhandleSubmit
(e: React.FormEvent)
client/src/components/CreateAgentModal.tsx:22
FunctionhandleSubmit
(e: React.FormEvent)
client/src/components/CreateProjectModal.tsx:13
Functionhandler
(msg: MessageEvent)
client/src/components/ActivityFeed.tsx:95
Functionhandler
(ev: MessageEvent)
client/src/components/CommandPanel.tsx:117
Functionhandler
(event: MessageEvent)
client/src/components/Terminal.tsx:139
Functionhandler
(ev: MessageEvent)
client/src/components/MessagesPanel.tsx:64
Functionhandler
(ev: MessageEvent)
client/src/components/CodexAgentView.tsx:67
FunctioninitRects
()
client/src/components/AgentGrid.tsx:589
FunctioninitializeWiki
(projectId: string)
client/src/api.ts:56
FunctioninjectMessage
(targetAgentId: string, fromName: string, message: string)
src/pty-manager.ts:435
FunctioninjectMessage
(agentId: string, fromName: string, message: string)
src/daemon/codex-agents.ts:615
FunctioninjectMessage
(agentId: string, fromName: string, message: string)
src/daemon/runtime.ts:38
FunctionisAgentRunning
(agentId: string)
src/pty-manager.ts:515
FunctionisAgentRunning
(agentId: string)
src/daemon/codex-agents.ts:706
FunctionisAgentRunning
(agentId: string)
src/daemon/runtime.ts:70
FunctionisWikiInitialized
(projectId: string)
src/storage.ts:348
FunctionlistAgents
(projectId: string)
client/src/api.ts:26
FunctionlistAgents
(projectId: string)
src/storage.ts:104
FunctionlistCodexModels
()
src/daemon/runtime.ts:99
FunctionlistContent
(projectId: string)
client/src/api.ts:42
FunctionlistContent
(projectId: string)
src/storage.ts:154
FunctionlistModels
()
src/daemon/codex-agents.ts:567
FunctionlistProjects
()
client/src/api.ts:17
FunctionlistProjects
()
src/storage.ts:37
FunctionlistWikiFiles
(projectId: string)
client/src/api.ts:58
FunctionlistWikiFiles
(projectId: string)
src/storage.ts:482
FunctionloadConfig
()
src/voice/config.ts:44
Functionmove
(ev: MouseEvent)
client/src/App.tsx:96
Functionmove
(ev: MouseEvent)
client/src/components/AgentGrid.tsx:236
FunctionnewCodexThread
(agentId: string)
src/daemon/runtime.ts:94
FunctionnewConversation
()
client/src/components/CommandPanel.tsx:182
FunctionnewThread
(agentId: string)
src/daemon/codex-agents.ts:537
FunctiononAgentStatus
Status callback handed to pty-manager — 'running' on spawn, 'stopped' on exit.
src/daemon/daemon.ts:103
FunctiononDown
(e: MouseEvent)
client/src/components/NotificationCenter.tsx:33
FunctiononHook
(id: string, event: string)
src/daemon/hive.ts:154
FunctiononKey
(e: KeyboardEvent)
client/src/App.tsx:248
FunctiononKey
(e: React.KeyboardEvent)
client/src/components/CommandPalette.tsx:83
FunctiononKey
(e: React.KeyboardEvent)
client/src/components/CommandPanel.tsx:197
FunctiononMouseDown
(e: React.MouseEvent)
client/src/components/AgentGrid.tsx:234
FunctiononRatioCh
(path: ('a' | 'b')[], ratio: number)
client/src/components/AgentGrid.tsx:535
FunctiononResizeDown
(e: React.MouseEvent)
client/src/components/AgentGrid.tsx:423
FunctiononSidebarResizeDown
(e: React.MouseEvent)
client/src/App.tsx:92
FunctionremoveOutputListener
(agentId: string, listener: (data: string) => void)
src/pty-manager.ts:483
Functionreorder
(from: number, to: number)
client/src/components/AgentGrid.tsx:818
FunctionresizeAgent
(agentId: string, cols: number, rows: number)
src/pty-manager.ts:468
FunctionresizeAgent
(_agentId: string, _cols: number, _rows: number)
src/daemon/codex-agents.ts:677
FunctionresizeAgent
(agentId: string, cols: number, rows: number)
src/daemon/runtime.ts:44
FunctionrestartAgent
(projectId: string, agentId: string)
client/src/api.ts:38
Functionsave
()
client/src/components/SettingsModal.tsx:142
FunctionsaveConfig
(cfg: VoiceConfig)
src/voice/config.ts:57
FunctionsendCodexTurn
(agentId: string, text: string, model?: string, effort?: string)
src/daemon/runtime.ts:89
FunctionsendTurn
(agentId: string, text: string, model?: string, effort?: string)
src/daemon/codex-agents.ts:529
← previousnext →301–400 of 428, ranked by callers