Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x0funky/TermHive
/ functions
Functions
428 in github.com/0x0funky/TermHive
⨍
Functions
428
◇
Types & classes
101
Method
constructor
(private readonly url: string = DAEMON_URL)
src/daemon/client.ts:45
Method
constructor
(private readonly emit: (ev: BrainEvent) => void)
src/daemon/orchestrator.ts:165
Function
createAgent
(projectId: string, data: { name: string; cli: string; cwd?: string; role?: string; flags?: Agent['flags'] })
client/src/api.ts:30
Function
createAgent
(projectId: string, name: string, cli: Agent['cli'], cwd: string, role?: string, flags?: Agent['flags'])
src/storage.ts:114
Function
createContent
(projectId: string, data: { filename: string; content?: string; createdBy?: string })
client/src/api.ts:46
Function
createContent
(projectId: string, filename: string, content: string, _createdBy: string)
src/storage.ts:209
Function
createProject
(data: { name: string; cwd: string; description?: string })
client/src/api.ts:18
Function
createProject
(name: string, cwd: string, description?: string)
src/storage.ts:62
Function
deleteAgent
(projectId: string, agentId: string)
client/src/api.ts:32
Function
deleteAgent
(projectId: string, agentId: string)
src/storage.ts:142
Function
deleteContent
(projectId: string, filename: string)
client/src/api.ts:50
Function
deleteContent
(projectId: string, filename: string)
src/storage.ts:246
Function
deleteProject
(id: string, removeData?: boolean)
client/src/api.ts:22
Function
deleteProject
(projectId: string, removeData?: boolean)
src/storage.ts:85
Function
getAgent
(projectId: string, agentId: string)
src/storage.ts:109
Function
getAgentPreview
(agentId: string)
src/pty-manager.ts:489
Function
getAgentPreview
(agentId: string)
src/daemon/codex-agents.ts:694
Function
getAgentPreview
(agentId: string)
src/daemon/runtime.ts:66
Function
getAgentPreviews
(projectId: string)
client/src/api.ts:28
Function
getContent
(projectId: string, filename: string)
client/src/api.ts:44
Function
getContent
(projectId: string, filename: string)
src/storage.ts:192
Function
getEvents
(projectId?: string)
src/activity.ts:29
Function
getItems
(agentId: string)
src/daemon/codex-agents.ts:682
Function
getRunningAgentIds
()
src/pty-manager.ts:519
Function
getRunningAgentIds
()
src/daemon/codex-agents.ts:710
Function
getRunningAgentIds
()
src/daemon/runtime.ts:74
Function
getUsage
()
src/usage.ts:117
Function
getWikiFile
(projectId: string, filename: string)
client/src/api.ts:60
Function
getWikiFile
(projectId: string, filename: string)
src/storage.ts:515
Function
getWikiStatus
(projectId: string)
client/src/api.ts:54
Function
handleCreateAgent
(data: { name: string; cli: string; cwd?: string; role?: string; flags?: Agent['flags'] })
client/src/App.tsx:301
Function
handleCreateProject
(data: { name: string; cwd: string; description?: string })
client/src/App.tsx:294
Function
handleDelete
()
client/src/components/SharedContent.tsx:226
Function
handleDeleteAgent
(agent: Agent)
client/src/App.tsx:320
Function
handleDeleteProject
()
client/src/App.tsx:327
Function
handleFocusIn
()
client/src/components/Terminal.tsx:161
Function
handleInit
()
client/src/components/ProjectWiki.tsx:99
Function
handleMouseDown
()
client/src/components/Terminal.tsx:162
Function
handleNew
()
client/src/components/SharedContent.tsx:218
Function
handleNotification
(method: string, raw: Record<string, unknown>)
src/daemon/codex-agents.ts:314
Function
handlePaste
(ev: ClipboardEvent)
client/src/components/Terminal.tsx:174
Function
handleRestartAgent
(agent: Agent)
client/src/App.tsx:316
Function
handleResult
(e: SpeechResultEvent)
client/src/hooks/useWakeWord.ts:53
Function
handleSelectAgent
(projectId: string, agentId: string)
client/src/App.tsx:288
Function
handleSelectProject
(id: string)
client/src/App.tsx:283
Function
handleSend
()
client/src/components/MessagesPanel.tsx:95
Function
handleStartAgent
(agent: Agent)
client/src/App.tsx:308
Function
handleStopAgent
(agent: Agent)
client/src/App.tsx:312
Function
handleSubmit
(e: React.FormEvent)
client/src/components/CreateAgentModal.tsx:22
Function
handleSubmit
(e: React.FormEvent)
client/src/components/CreateProjectModal.tsx:13
Function
handler
(msg: MessageEvent)
client/src/components/ActivityFeed.tsx:95
Function
handler
(ev: MessageEvent)
client/src/components/CommandPanel.tsx:117
Function
handler
(event: MessageEvent)
client/src/components/Terminal.tsx:139
Function
handler
(ev: MessageEvent)
client/src/components/MessagesPanel.tsx:64
Function
handler
(ev: MessageEvent)
client/src/components/CodexAgentView.tsx:67
Function
initRects
()
client/src/components/AgentGrid.tsx:589
Function
initializeWiki
(projectId: string)
client/src/api.ts:56
Function
injectMessage
(targetAgentId: string, fromName: string, message: string)
src/pty-manager.ts:435
Function
injectMessage
(agentId: string, fromName: string, message: string)
src/daemon/codex-agents.ts:615
Function
injectMessage
(agentId: string, fromName: string, message: string)
src/daemon/runtime.ts:38
Function
isAgentRunning
(agentId: string)
src/pty-manager.ts:515
Function
isAgentRunning
(agentId: string)
src/daemon/codex-agents.ts:706
Function
isAgentRunning
(agentId: string)
src/daemon/runtime.ts:70
Function
isWikiInitialized
(projectId: string)
src/storage.ts:348
Function
listAgents
(projectId: string)
client/src/api.ts:26
Function
listAgents
(projectId: string)
src/storage.ts:104
Function
listCodexModels
()
src/daemon/runtime.ts:99
Function
listContent
(projectId: string)
client/src/api.ts:42
Function
listContent
(projectId: string)
src/storage.ts:154
Function
listModels
()
src/daemon/codex-agents.ts:567
Function
listProjects
()
client/src/api.ts:17
Function
listProjects
()
src/storage.ts:37
Function
listWikiFiles
(projectId: string)
client/src/api.ts:58
Function
listWikiFiles
(projectId: string)
src/storage.ts:482
Function
loadConfig
()
src/voice/config.ts:44
Function
move
(ev: MouseEvent)
client/src/App.tsx:96
Function
move
(ev: MouseEvent)
client/src/components/AgentGrid.tsx:236
Function
newCodexThread
(agentId: string)
src/daemon/runtime.ts:94
Function
newConversation
()
client/src/components/CommandPanel.tsx:182
Function
newThread
(agentId: string)
src/daemon/codex-agents.ts:537
Function
onAgentStatus
Status callback handed to pty-manager — 'running' on spawn, 'stopped' on exit.
src/daemon/daemon.ts:103
Function
onDown
(e: MouseEvent)
client/src/components/NotificationCenter.tsx:33
Function
onHook
(id: string, event: string)
src/daemon/hive.ts:154
Function
onKey
(e: KeyboardEvent)
client/src/App.tsx:248
Function
onKey
(e: React.KeyboardEvent)
client/src/components/CommandPalette.tsx:83
Function
onKey
(e: React.KeyboardEvent)
client/src/components/CommandPanel.tsx:197
Function
onMouseDown
(e: React.MouseEvent)
client/src/components/AgentGrid.tsx:234
Function
onRatioCh
(path: ('a' | 'b')[], ratio: number)
client/src/components/AgentGrid.tsx:535
Function
onResizeDown
(e: React.MouseEvent)
client/src/components/AgentGrid.tsx:423
Function
onSidebarResizeDown
(e: React.MouseEvent)
client/src/App.tsx:92
Function
removeOutputListener
(agentId: string, listener: (data: string) => void)
src/pty-manager.ts:483
Function
reorder
(from: number, to: number)
client/src/components/AgentGrid.tsx:818
Function
resizeAgent
(agentId: string, cols: number, rows: number)
src/pty-manager.ts:468
Function
resizeAgent
(_agentId: string, _cols: number, _rows: number)
src/daemon/codex-agents.ts:677
Function
resizeAgent
(agentId: string, cols: number, rows: number)
src/daemon/runtime.ts:44
Function
restartAgent
(projectId: string, agentId: string)
client/src/api.ts:38
Function
save
()
client/src/components/SettingsModal.tsx:142
Function
saveConfig
(cfg: VoiceConfig)
src/voice/config.ts:57
Function
sendCodexTurn
(agentId: string, text: string, model?: string, effort?: string)
src/daemon/runtime.ts:89
Function
sendTurn
(agentId: string, text: string, model?: string, effort?: string)
src/daemon/codex-agents.ts:529
← previous
next →
301–400 of 428, ranked by callers