Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chmod777john/swarm-ide
/ functions
Functions
252 in github.com/chmod777john/swarm-ide
⨍
Functions
252
◇
Types & classes
20
↓ 1 callers
Function
getOpenRouterConfig
()
backend/src/runtime/agent-runtime.ts:295
↓ 1 callers
Function
getOpenRouterConfig
()
backend/app/api/glm/stream/route.ts:22
↓ 1 callers
Function
getProvider
(bodyProvider?: string)
backend/app/api/glm/stream/route.ts:8
↓ 1 callers
Function
getRequestLogDir
()
backend/src/runtime/agent-logger.ts:54
↓ 1 callers
Method
getSkill
(name: string)
backend/src/runtime/skill-loader.ts:271
↓ 1 callers
Method
getSkillsMetadataPrompt
()
backend/src/runtime/skill-loader.ts:242
↓ 1 callers
Function
getStreamLogDir
()
backend/src/runtime/agent-logger.ts:50
↓ 1 callers
Method
getToolDefinitions
()
backend/src/runtime/mcp.ts:151
↓ 1 callers
Function
handle
()
backend/src/runtime/upstash-realtime.ts:138
↓ 1 callers
Method
hasTool
(name: string)
backend/src/runtime/mcp.ts:147
↓ 1 callers
Function
historyAccent
(role?: string)
promo-video/src/demo/timeline.ts:243
↓ 1 callers
Method
interruptAll
(input?: { workspaceId?: UUID })
backend/src/runtime/agent-runtime.ts:1412
↓ 1 callers
Method
listAutoLoadSkills
()
backend/src/runtime/skill-loader.ts:266
↓ 1 callers
Method
listSkills
()
backend/src/runtime/skill-loader.ts:261
↓ 1 callers
Method
listTools
(client: Client)
backend/src/runtime/mcp.ts:226
↓ 1 callers
Method
load
()
backend/src/runtime/mcp.ts:184
↓ 1 callers
Function
loadSession
()
backend/app/graph/page.tsx:20
↓ 1 callers
Method
loop
()
backend/src/runtime/agent-runtime.ts:370
↓ 1 callers
Function
mapOpenRouterMessages
(history: HistoryMessage[])
backend/src/runtime/agent-runtime.ts:57
↓ 1 callers
Function
messagePulseAt
(time: number, start: number, end: number)
promo-video/src/DemoComposition.tsx:128
↓ 1 callers
Function
nodeStatusAt
(nodeId: string, time: number)
promo-video/src/DemoComposition.tsx:105
↓ 1 callers
Function
normalizeOpenRouterUrl
(value: string)
backend/src/runtime/agent-runtime.ts:287
↓ 1 callers
Function
normalizeOpenRouterUrl
(value: string)
backend/app/api/glm/stream/route.ts:14
↓ 1 callers
Function
normalizeToolSchema
(inputSchema?: Record<string, unknown>)
backend/src/runtime/mcp.ts:88
↓ 1 callers
Function
onCreate
()
backend/app/_components/create-workspace.tsx:17
↓ 1 callers
Function
onReset
()
backend/app/_components/clear-db.tsx:11
↓ 1 callers
Function
parseBoolean
(value: unknown)
backend/src/runtime/skill-loader.ts:39
↓ 1 callers
Function
parseFrontmatter
(text: string)
backend/src/runtime/skill-loader.ts:57
↓ 1 callers
Function
parseInlineList
(value: string)
backend/src/runtime/skill-loader.ts:46
↓ 1 callers
Function
parseStreamEntries
( entries: Array<[string, Array<string>]> | undefined, events: string[], onData: (evt: { id?: string; ev
backend/src/runtime/upstash-realtime.ts:48
↓ 1 callers
Function
persistAgentEvent
(agentId: string, evt: AgentEvent)
backend/src/runtime/event-bus.ts:114
↓ 1 callers
Function
persistUIEvent
(workspaceId: string, evt: UIEvent)
backend/src/runtime/ui-bus.ts:153
↓ 1 callers
Function
pickBest
(candidates: typeof rows)
backend/src/lib/storage.ts:149
↓ 1 callers
Function
pointAlongPath
( fromX: number, fromY: number, toX: number, toY: number, progress: number )
promo-video/src/DemoComposition.tsx:134
↓ 1 callers
Method
processGroupUnread
( groupId: UUID, unreadMessages: Array<{ id: UUID; senderId: UUID; content: string;
backend/src/runtime/agent-runtime.ts:424
↓ 1 callers
Function
processSkillPaths
(content: string, skillDir: string)
backend/src/runtime/skill-loader.ts:153
↓ 1 callers
Method
processUntilIdle
()
backend/src/runtime/agent-runtime.ts:395
↓ 1 callers
Method
push
(chunk: OpenAIChunk)
backend/src/lib/openai-stream.ts:43
↓ 1 callers
Method
registerTool
(serverName: string, tool: McpToolDef)
backend/src/runtime/mcp.ts:235
↓ 1 callers
Method
requestInterrupt
()
backend/src/runtime/agent-runtime.ts:358
↓ 1 callers
Function
resolveMcpConfigPath
()
backend/src/runtime/mcp.ts:57
↓ 1 callers
Function
sseWithId
(id: string | number | null | undefined, data: unknown)
backend/app/api/ui-stream/route.ts:9
↓ 1 callers
Function
sseWithId
(id: string | number | null | undefined, data: unknown)
backend/app/api/agents/[agentId]/context-stream/route.ts:7
↓ 1 callers
Method
start
()
backend/src/runtime/agent-runtime.ts:324
↓ 1 callers
Function
statusColor
(status?: string)
promo-video/src/DemoComposition.tsx:99
↓ 1 callers
Function
statusColor
(status?: AgentStatus)
backend/app/im/page.tsx:1237
↓ 1 callers
Function
stripReasoningFromMessages
( messages: Array<{ role: string; content: string; tool_calls?: unknown; reasoning_content?: string }> )
backend/app/api/glm/stream/route.ts:33
↓ 1 callers
Function
summarizeHistoryEntry
(entry: any, index: number)
promo-video/src/demo/timeline.ts:253
↓ 1 callers
Method
wakeAgentsForGroup
(groupId: UUID, senderId: UUID)
backend/src/runtime/agent-runtime.ts:1393
Function
AgentNode
({ agent, onClick, isSelected }: { agent: Agent, onClick: (e: any) => void, isSelected: boolean })
whitepaper-site/src/app/demo/page.tsx:56
Function
ClearDbButton
()
backend/app/_components/clear-db.tsx:7
Function
CreateWorkspace
()
backend/app/_components/create-workspace.tsx:12
Function
DemoComposition
()
promo-video/src/DemoComposition.tsx:19
Function
DemoPage
()
whitepaper-site/src/app/demo/page.tsx:194
Function
GET
(req: Request)
backend/app/api/groups/route.ts:5
Function
GET
( req: Request, { params }: { params: Promise<{ groupId: string }> } )
backend/app/api/groups/[groupId]/messages/route.ts:7
Function
GET
(req: Request)
backend/app/api/agent-graph/route.ts:10
Function
GET
(req: Request)
backend/app/api/ui-stream/route.ts:19
Function
GET
()
backend/app/api/workspaces/route.ts:5
Function
GET
( _req: Request, { params }: { params: Promise<{ workspaceId: string }> } )
backend/app/api/workspaces/[workspaceId]/defaults/route.ts:5
Function
GET
(req: Request)
backend/app/api/search/route.ts:7
Function
GET
(req: Request)
backend/app/api/debug/env/route.ts:26
Function
GET
()
backend/app/api/health/route.ts:3
Function
GET
(req: Request)
backend/app/api/agents/route.ts:7
Function
GET
( _req: Request, { params }: { params: Promise<{ agentId: string }> } )
backend/app/api/agents/[agentId]/route.ts:5
Function
GET
( req: Request, { params }: { params: Promise<{ agentId: string }> } )
backend/app/api/agents/[agentId]/context-stream/route.ts:17
Function
GET
()
backend/app/api/config/route.ts:5
Function
GraphPage
()
backend/app/graph/page.tsx:36
Function
GraphScene
()
promo-video/src/DemoComposition.tsx:344
Function
HomePage
()
backend/app/page.tsx:11
Function
IMHistoryList
({ entries, historyRole, historyAccent, summarizeHistoryEntry, }: IMHistoryListProps)
backend/app/im/IMHistoryList.tsx:12
Function
IMMessageList
({ messages, humanAgentId, agentRoleById, fmtTime, renderContent, cx, }: IMMessageListProps)
backend/app/im/IMMessageList.tsx:20
Function
IMPage
()
backend/app/im/page.tsx:185
Function
IMPageInner
()
backend/app/im/page.tsx:193
Function
IMShell
({ left, mid, right }: IMShellProps)
backend/app/im/IMShell.tsx:9
Function
LaserBeam
({ beam }: { beam: Beam })
whitepaper-site/src/app/demo/page.tsx:133
Function
MarkdownContent
({ content, className = "" }: { content: string; className?: string })
backend/app/im/page.tsx:104
Function
MobileWarning
({ t }: any)
whitepaper-site/src/app/[lang]/page.tsx:30
Function
POST
(req: Request)
backend/app/api/groups/route.ts:14
Function
POST
( req: Request, { params }: { params: Promise<{ groupId: string }> } )
backend/app/api/groups/[groupId]/messages/route.ts:27
Function
POST
(req: Request)
backend/app/api/workspaces/route.ts:21
Function
POST
(req: Request)
backend/app/api/glm/stream/route.ts:43
Function
POST
(req: Request)
backend/app/api/agents/route.ts:25
Function
POST
(req: Request)
backend/app/api/agents/interrupt-all/route.ts:6
Function
POST
()
backend/app/api/admin/init-db/route.ts:5
Function
POST
()
backend/app/api/admin/reset/route.ts:7
Function
POST
()
backend/app/api/admin/clear-realtime/route.ts:5
Function
POST
()
backend/app/api/admin/clear-db/route.ts:5
Function
Panel
({ title, children })
promo-video/src/DemoComposition.tsx:602
Function
RemotionRoot
()
promo-video/src/Root.tsx:5
Function
RootLayout
({ children }: { children: React.ReactNode })
backend/app/layout.tsx:3
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
whitepaper-site/src/app/layout.tsx:20
Function
Section
({ title, children, icon: Icon, stacked = false }: any)
whitepaper-site/src/app/[lang]/page.tsx:11
Function
TestPage
()
backend/app/test/page.tsx:45
Function
WhitepaperHome
()
whitepaper-site/src/app/[lang]/page.tsx:183
Function
WorkspacesList
({ workspaces }: { workspaces: Array<{ id: string; name: string; createdAt: string }> })
backend/app/page.tsx:78
Function
addGroupMembers
(input: { groupId: UUID; userIds: UUID[] })
backend/src/lib/storage.ts:593
Function
api
(path: string)
backend/app/graph/page.tsx:30
Function
channel
(name: string)
backend/src/runtime/upstash-realtime.ts:98
Method
constructor
(private readonly maxBuffer = DEFAULT_MAX_BUFFER)
backend/src/runtime/event-bus.ts:57
← previous
next →
101–200 of 252, ranked by callers