MCPcopy Create free account

hub / github.com/chmod777john/swarm-ide / functions

Functions252 in github.com/chmod777john/swarm-ide

Methodconstructor
( private readonly agentId: UUID, private readonly bus: AgentEventBus, private readonly ensureRunn
backend/src/runtime/agent-runtime.ts:317
Methodconstructor
(private readonly skillsDir: string)
backend/src/runtime/skill-loader.ts:192
Methodconstructor
(private readonly maxBuffer = DEFAULT_MAX_BUFFER)
backend/src/runtime/ui-bus.ts:98
FunctioncreateAgent
(input: { workspaceId: UUID; role: string; parentId?: UUID | null; llmHistory?: string; gu
backend/src/lib/storage.ts:220
FunctioncreateGroup
(input: { workspaceId: UUID; memberIds: UUID[]; name?: string })
backend/src/lib/storage.ts:626
FunctioncreateSubAgentWithP2P
(input: { workspaceId: UUID; creatorId: UUID; role: string; guidance?: string; })
backend/src/lib/storage.ts:512
FunctioncreateWorkspaceWithDefaults
(input: { name: string })
backend/src/lib/storage.ts:287
Functionemit
(event: string, payload: unknown)
backend/src/runtime/upstash-realtime.ts:101
MethodemitToolDone
(ok: boolean)
backend/src/runtime/agent-runtime.ts:611
FunctionensureWorkspaceDefaults
(input: { workspaceId: UUID })
backend/src/lib/storage.ts:378
FunctionfindLatestExactGroupId
(input: { workspaceId: UUID; memberIds: UUID[] })
backend/src/lib/storage.ts:665
FunctionfindLatestExactP2PGroupId
(input: { workspaceId: UUID; memberA: UUID; memberB: UUID; preferredName?: string | null; })
backend/src/lib/storage.ts:66
FunctiongetAgent
(input: { agentId: UUID })
backend/src/lib/storage.ts:916
FunctiongetAgentRole
(input: { agentId: UUID })
backend/src/lib/storage.ts:927
FunctiongetDefaultHumanAgentId
(input: { workspaceId: UUID })
backend/src/lib/storage.ts:282
FunctiongetGroupWorkspaceId
(input: { groupId: UUID })
backend/src/lib/storage.ts:823
MethodgetLatestId
(agentId: string)
backend/src/runtime/event-bus.ts:106
MethodgetSince
(agentId: string, afterId: number)
backend/src/runtime/event-bus.ts:101
MethodgetSince
(workspaceId: string, afterId: number)
backend/src/runtime/ui-bus.ts:136
FunctionlistAgents
( input?: { workspaceId?: UUID } )
backend/src/lib/storage.ts:898
FunctionlistAgentsMeta
( input: { workspaceId: UUID } )
backend/src/lib/storage.ts:264
FunctionlistGroupMemberIds
(input: { groupId: UUID })
backend/src/lib/storage.ts:889
FunctionlistGroups
(input: { workspaceId?: UUID; agentId?: UUID })
backend/src/lib/storage.ts:1011
FunctionlistMessages
(input: { groupId: UUID })
backend/src/lib/storage.ts:690
FunctionlistRecentWorkspaceMessages
(input: { workspaceId: UUID; limit?: number })
backend/src/lib/storage.ts:1151
FunctionlistUnreadByGroup
(input: { agentId: UUID })
backend/src/lib/storage.ts:955
FunctionlistWorkspaces
()
backend/src/lib/storage.ts:210
FunctionmarkGroupRead
(input: { groupId: UUID; readerId: UUID })
backend/src/lib/storage.ts:834
FunctionmarkGroupReadToMessage
(input: { groupId: UUID; readerId: UUID; messageId: UUID })
backend/src/lib/storage.ts:865
FunctionmergeDuplicateExactP2PGroups
(input: { workspaceId: UUID; memberA: UUID; memberB: UUID; preferredName?: string | null; })
backend/src/lib/storage.ts:117
Functionmiddleware
(request: NextRequest)
whitepaper-site/src/middleware.ts:7
FunctiononMove
(e: PointerEvent | MouseEvent)
backend/app/im/page.tsx:1282
FunctiononTouchMove
(e: TouchEvent)
backend/app/im/page.tsx:1289
FunctiononUp
()
backend/app/im/page.tsx:1298
FunctiononWheel
(e: WheelEvent)
backend/app/im/page.tsx:1053
FunctiononWheel
(e: WheelEvent)
whitepaper-site/src/app/demo/page.tsx:229
Functionreset
()
whitepaper-site/src/app/demo/page.tsx:359
FunctionresetConfigCache
()
backend/src/lib/config.ts:31
FunctionroleColor
(role?: string)
backend/app/im/page.tsx:1228
FunctionsendDirectMessage
(input: { workspaceId: UUID; fromId: UUID; toId: UUID; observerHumanId?: UUID | null; cont
backend/src/lib/storage.ts:745
FunctionsendKeepalive
()
backend/app/api/ui-stream/route.ts:28
FunctionsendKeepalive
()
backend/app/api/agents/[agentId]/context-stream/route.ts:32
FunctionsendMessage
(input: { groupId: UUID; senderId: UUID; content: string; contentType: string; })
backend/src/lib/storage.ts:707
FunctionsetAgentHistory
(input: { agentId: UUID; llmHistory: string; workspaceId?: UUID })
backend/src/lib/storage.ts:932
FunctionsetGroupContextTokens
(input: { groupId: UUID; tokens: number })
backend/src/lib/storage.ts:1130
Functionsse
(data: unknown)
backend/app/api/ui-stream/route.ts:5
Functionstart
(controller)
backend/app/api/ui-stream/route.ts:27
Functionstart
(controller)
backend/app/api/glm/stream/route.ts:100
Functionstart
(controller)
backend/app/api/agents/[agentId]/context-stream/route.ts:31
Functionsubscribe
(opts: RealtimeSubscribeOptions)
backend/src/runtime/upstash-realtime.ts:114
Methodsubscribe
(agentId: string, listener: Listener)
backend/src/runtime/event-bus.ts:93
FunctiontoggleLang
()
whitepaper-site/src/app/[lang]/page.tsx:191
← previous201–252 of 252, ranked by callers