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
Method
constructor
( private readonly agentId: UUID, private readonly bus: AgentEventBus, private readonly ensureRunn
backend/src/runtime/agent-runtime.ts:317
Method
constructor
(private readonly skillsDir: string)
backend/src/runtime/skill-loader.ts:192
Method
constructor
(private readonly maxBuffer = DEFAULT_MAX_BUFFER)
backend/src/runtime/ui-bus.ts:98
Function
createAgent
(input: { workspaceId: UUID; role: string; parentId?: UUID | null; llmHistory?: string; gu
backend/src/lib/storage.ts:220
Function
createGroup
(input: { workspaceId: UUID; memberIds: UUID[]; name?: string })
backend/src/lib/storage.ts:626
Function
createSubAgentWithP2P
(input: { workspaceId: UUID; creatorId: UUID; role: string; guidance?: string; })
backend/src/lib/storage.ts:512
Function
createWorkspaceWithDefaults
(input: { name: string })
backend/src/lib/storage.ts:287
Function
emit
(event: string, payload: unknown)
backend/src/runtime/upstash-realtime.ts:101
Method
emitToolDone
(ok: boolean)
backend/src/runtime/agent-runtime.ts:611
Function
ensureWorkspaceDefaults
(input: { workspaceId: UUID })
backend/src/lib/storage.ts:378
Function
findLatestExactGroupId
(input: { workspaceId: UUID; memberIds: UUID[] })
backend/src/lib/storage.ts:665
Function
findLatestExactP2PGroupId
(input: { workspaceId: UUID; memberA: UUID; memberB: UUID; preferredName?: string | null; })
backend/src/lib/storage.ts:66
Function
getAgent
(input: { agentId: UUID })
backend/src/lib/storage.ts:916
Function
getAgentRole
(input: { agentId: UUID })
backend/src/lib/storage.ts:927
Function
getDefaultHumanAgentId
(input: { workspaceId: UUID })
backend/src/lib/storage.ts:282
Function
getGroupWorkspaceId
(input: { groupId: UUID })
backend/src/lib/storage.ts:823
Method
getLatestId
(agentId: string)
backend/src/runtime/event-bus.ts:106
Method
getSince
(agentId: string, afterId: number)
backend/src/runtime/event-bus.ts:101
Method
getSince
(workspaceId: string, afterId: number)
backend/src/runtime/ui-bus.ts:136
Function
listAgents
( input?: { workspaceId?: UUID } )
backend/src/lib/storage.ts:898
Function
listAgentsMeta
( input: { workspaceId: UUID } )
backend/src/lib/storage.ts:264
Function
listGroupMemberIds
(input: { groupId: UUID })
backend/src/lib/storage.ts:889
Function
listGroups
(input: { workspaceId?: UUID; agentId?: UUID })
backend/src/lib/storage.ts:1011
Function
listMessages
(input: { groupId: UUID })
backend/src/lib/storage.ts:690
Function
listRecentWorkspaceMessages
(input: { workspaceId: UUID; limit?: number })
backend/src/lib/storage.ts:1151
Function
listUnreadByGroup
(input: { agentId: UUID })
backend/src/lib/storage.ts:955
Function
listWorkspaces
()
backend/src/lib/storage.ts:210
Function
markGroupRead
(input: { groupId: UUID; readerId: UUID })
backend/src/lib/storage.ts:834
Function
markGroupReadToMessage
(input: { groupId: UUID; readerId: UUID; messageId: UUID })
backend/src/lib/storage.ts:865
Function
mergeDuplicateExactP2PGroups
(input: { workspaceId: UUID; memberA: UUID; memberB: UUID; preferredName?: string | null; })
backend/src/lib/storage.ts:117
Function
middleware
(request: NextRequest)
whitepaper-site/src/middleware.ts:7
Function
onMove
(e: PointerEvent | MouseEvent)
backend/app/im/page.tsx:1282
Function
onTouchMove
(e: TouchEvent)
backend/app/im/page.tsx:1289
Function
onUp
()
backend/app/im/page.tsx:1298
Function
onWheel
(e: WheelEvent)
backend/app/im/page.tsx:1053
Function
onWheel
(e: WheelEvent)
whitepaper-site/src/app/demo/page.tsx:229
Function
reset
()
whitepaper-site/src/app/demo/page.tsx:359
Function
resetConfigCache
()
backend/src/lib/config.ts:31
Function
roleColor
(role?: string)
backend/app/im/page.tsx:1228
Function
sendDirectMessage
(input: { workspaceId: UUID; fromId: UUID; toId: UUID; observerHumanId?: UUID | null; cont
backend/src/lib/storage.ts:745
Function
sendKeepalive
()
backend/app/api/ui-stream/route.ts:28
Function
sendKeepalive
()
backend/app/api/agents/[agentId]/context-stream/route.ts:32
Function
sendMessage
(input: { groupId: UUID; senderId: UUID; content: string; contentType: string; })
backend/src/lib/storage.ts:707
Function
setAgentHistory
(input: { agentId: UUID; llmHistory: string; workspaceId?: UUID })
backend/src/lib/storage.ts:932
Function
setGroupContextTokens
(input: { groupId: UUID; tokens: number })
backend/src/lib/storage.ts:1130
Function
sse
(data: unknown)
backend/app/api/ui-stream/route.ts:5
Function
start
(controller)
backend/app/api/ui-stream/route.ts:27
Function
start
(controller)
backend/app/api/glm/stream/route.ts:100
Function
start
(controller)
backend/app/api/agents/[agentId]/context-stream/route.ts:31
Function
subscribe
(opts: RealtimeSubscribeOptions)
backend/src/runtime/upstash-realtime.ts:114
Method
subscribe
(agentId: string, listener: Listener)
backend/src/runtime/event-bus.ts:93
Function
toggleLang
()
whitepaper-site/src/app/[lang]/page.tsx:191
← previous
201–252 of 252, ranked by callers