MCPcopy Create free account

hub / github.com/TinyAGI/fractals / functions

Functions65 in github.com/TinyAGI/fractals

↓ 19 callersFunctioncn
(...inputs: ClassValue[])
web/src/lib/utils.ts:4
↓ 5 callersFunctionrun
(command: string, args: string[], cwd: string)
src/workspace.ts:10
↓ 3 callersFunctionformatLineage
(lineage: string[], current: string)
src/lineage.ts:2
↓ 3 callersFunctionleaves
(task: Task)
src/orchestrator.ts:44
↓ 3 callersFunctionresolvePath
(p: string)
src/workspace.ts:6
↓ 2 callersFunctionbatchDepthFirst
(root: Task, allLeaves: Task[])
src/batch.ts:46
↓ 2 callersFunctionbuildTree
(description: string)
src/orchestrator.ts:39
↓ 2 callersFunctioncreateTask
(id: string, description: string, depth: number, lineage: string[])
src/orchestrator.ts:4
↓ 2 callersFunctionplan
(task: Task, maxDepth = 5)
src/orchestrator.ts:13
↓ 2 callersFunctionresolveBin
(name: string)
src/executor.ts:6
↓ 2 callersFunctionrunCommand
(command: string, args: string[], cwd: string)
src/executor.ts:17
↓ 1 callersFunctionbuildPrompt
(task: Task)
src/executor.ts:80
↓ 1 callersFunctionclassify
(task: string, lineage: string[])
src/llm.ts:17
↓ 1 callersFunctioncount
(t: typeof root)
src/index.ts:23
↓ 1 callersFunctioncountLeaves
(t: Task)
web/src/app/page.tsx:23
↓ 1 callersFunctioncountNodes
(t: Task)
web/src/app/page.tsx:20
↓ 1 callersFunctioncreateBatches
(root: Task, strategy: BatchStrategy)
src/batch.ts:33
↓ 1 callersFunctioncreateWorktree
(workspacePath: string, taskId: string)
src/workspace.ts:41
↓ 1 callersFunctiondecompose
(task: string, lineage: string[])
src/llm.ts:43
↓ 1 callersFunctiondecompose
(task: string, maxDepth: number)
web/src/lib/api.ts:30
↓ 1 callersFunctionexecuteTask
( task: Task, workspacePath: string, provider: ExecutorProvider = "claude" )
src/executor.ts:103
↓ 1 callersFunctiongetTree
()
web/src/lib/api.ts:57
↓ 1 callersFunctionhandleDecompose
()
web/src/app/page.tsx:60
↓ 1 callersFunctionhandleSetupWorkspace
()
web/src/app/page.tsx:74
↓ 1 callersFunctioninitWorkspace
(workspacePath: string)
src/workspace.ts:28
↓ 1 callersFunctioninitWorkspace
(path: string)
web/src/lib/api.ts:39
↓ 1 callersFunctionprintTree
(task: Task, prefix = "", isLast = true)
src/print.ts:3
↓ 1 callersFunctionpropagateStatus
(task: Task)
src/orchestrator.ts:66
↓ 1 callersFunctionstartExecution
(strategy?: string, executor?: string)
web/src/lib/api.ts:48
FunctionBadge
({ className, variant = "default", asChild = false, ...props }: React.ComponentProps<"span"> & Varia
web/src/components/ui/badge.tsx:29
FunctionButton
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentPro
web/src/components/ui/button.tsx:41
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/card.tsx:64
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/card.tsx:31
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
web/src/components/ui/collapsible.tsx:5
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
web/src/components/ui/collapsible.tsx:22
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
web/src/components/ui/collapsible.tsx:11
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
web/src/components/ui/dialog.tsx:10
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
web/src/components/ui/dialog.tsx:28
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: React.ComponentProps<typeof DialogPrimitiv
web/src/components/ui/dialog.tsx:50
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
web/src/components/ui/dialog.tsx:134
FunctionDialogFooter
({ className, showCloseButton = false, children, ...props }: React.ComponentProps<"div"> & { showClo
web/src/components/ui/dialog.tsx:94
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/dialog.tsx:84
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
web/src/components/ui/dialog.tsx:34
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
web/src/components/ui/dialog.tsx:22
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
web/src/components/ui/dialog.tsx:121
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
web/src/components/ui/dialog.tsx:16
FunctionHome
()
web/src/app/page.tsx:28
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
web/src/components/ui/input.tsx:5
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
web/src/app/layout.tsx:15
FunctionScrollArea
({ className, children, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>)
web/src/components/ui/scroll-area.tsx:8
FunctionScrollBar
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Scro
web/src/components/ui/scroll-area.tsx:31
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
web/src/components/ui/separator.tsx:8
FunctionTaskNode
({ task, depth, onViewResult }: { task: Task; depth: number; onViewResult: (task: Task) => void })
web/src/components/task-tree.tsx:33
FunctionTaskTree
({ tree }: { tree: Task })
web/src/components/task-tree.tsx:99
FunctionfindTask
(root: Task, id: string)
src/orchestrator.ts:50
FunctiongetSession
()
web/src/lib/api.ts:25
FunctioninvokeClaude
(message: string, cwd: string)
src/executor.ts:54
FunctioninvokeCodex
(message: string, cwd: string)
src/executor.ts:58
FunctionisSubtreeDone
(task: Task)
src/orchestrator.ts:60
FunctionremoveWorktree
(workspacePath: string, taskId: string)
src/workspace.ts:54