MCPcopy Create free account

hub / github.com/Scrapybara/scrapybara-cookbook / functions

Functions53 in github.com/Scrapybara/scrapybara-cookbook

↓ 19 callersFunctioncn
(...inputs: ClassValue[])
computer-use-playground/src/lib/utils.ts:4
↓ 2 callersFunctionfilterImages
( messages: Scrapybara.Message[], imagesToKeep: number )
computer-use-playground/src/lib/utils.ts:12
↓ 2 callersMethodhandle_step
(self, step, instance: Optional[BaseInstance] = None)
wide-research/src/main.py:32
↓ 1 callersMethodcapyfy
(url: string)
copycapy/src/index.ts:115
↓ 1 callersMethodcleanup
(self)
dungeon-crawler/src/main.py:62
↓ 1 callersMethodextract_companies
(self, max_companies: int)
wide-research/src/main.py:39
↓ 1 callersMethodfind_contact_info
(self, companies: List[Company], max_workers: int = 5)
wide-research/src/main.py:95
↓ 1 callersFunctionformatTime
(seconds: number)
computer-use-playground/src/components/instance-frame.tsx:46
↓ 1 callersFunctionformat_computer_action
(action: str, args: Dict[str, Any])
scrapybara-cli/src/agent.py:9
↓ 1 callersFunctiongetInstance
({ apiKey, instanceId, }: { apiKey: string; instanceId: string; })
computer-use-playground/src/server/actions.ts:73
↓ 1 callersFunctionhandleApiKeySubmit
(e: React.FormEvent)
computer-use-playground/src/app/page.tsx:69
↓ 1 callersFunctionhandleSubmit
(e: React.FormEvent)
computer-use-playground/src/app/page.tsx:89
↓ 1 callersMethodinitialize
(self)
dungeon-crawler/src/main.py:29
↓ 1 callersFunctionmain
()
dungeon-crawler/src/main.py:67
↓ 1 callersFunctionmain
()
wide-research/src/main.py:139
↓ 1 callersMethodplay_game
(self)
dungeon-crawler/src/main.py:48
↓ 1 callersMethodprocess_company_batch
(self, companies: List[Company], max_workers: int)
wide-research/src/main.py:86
↓ 1 callersFunctionrun_agent
(client: Scrapybara, model: Model, instance: BaseInstance, messages: List[Message])
scrapybara-cli/src/agent.py:55
↓ 1 callersFunctionrun_conversation
(instance_type: str, scrapybara: Scrapybara, model_name: str)
scrapybara-cli/src/main.py:56
↓ 1 callersMethodsave_contact_info
Save the collected contact information to a markdown file with timestamp.
wide-research/src/main.py:110
↓ 1 callersMethodscrapePageData
(page: Page)
copycapy/src/index.ts:29
↓ 1 callersFunctionscrollToBottom
()
computer-use-playground/src/components/messages.tsx:12
↓ 1 callersFunctionstartInstance
({ apiKey, instanceType, authStateId, }: { apiKey: string; instanceType: "ubuntu" | "browser"; aut
computer-use-playground/src/server/actions.ts:5
↓ 1 callersFunctionstopInstance
({ apiKey, instanceId, }: { apiKey: string; instanceId: string; })
computer-use-playground/src/server/actions.ts:48
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
computer-use-playground/src/components/ui/button.tsx:38
FunctionChat
()
computer-use-playground/src/app/page.tsx:45
FunctionChatWelcome
({ apiKey, setInput }: ChatWelcomeProps)
computer-use-playground/src/components/chat-welcome.tsx:37
FunctionInstanceFrame
({ instanceId, streamUrl, isStarting, isStopping, selectedInstanceType, handleStop, }: InstanceFra
computer-use-playground/src/components/instance-frame.tsx:18
FunctionLoader
({ className, variant = "primary" }: LoaderProps)
computer-use-playground/src/components/loader.tsx:11
FunctionMessage
({ message, isLastMessage = false }: MessageProps)
computer-use-playground/src/components/message.tsx:14
FunctionMessages
({ messages }: MessagesProps)
computer-use-playground/src/components/messages.tsx:9
FunctionPOST
(req: Request)
computer-use-playground/src/app/api/chat/route.ts:20
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
computer-use-playground/src/app/layout.tsx:40
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
computer-use-playground/src/components/ui/select.tsx:9
FunctionSelectContent
({ className, children, position = "popper", ...props }: React.ComponentProps<typeof SelectPrimitive.C
computer-use-playground/src/components/ui/select.tsx:53
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
computer-use-playground/src/components/ui/select.tsx:15
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
computer-use-playground/src/components/ui/select.tsx:101
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
computer-use-playground/src/components/ui/select.tsx:88
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
computer-use-playground/src/components/ui/select.tsx:156
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
computer-use-playground/src/components/ui/select.tsx:138
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
computer-use-playground/src/components/ui/select.tsx:125
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
computer-use-playground/src/components/ui/select.tsx:27
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
computer-use-playground/src/components/ui/select.tsx:21
Method__init__
(self, model: Model, scrapybara_api_key: Optional[str] = None)
dungeon-crawler/src/main.py:23
Method__init__
(self, scrapybara_api_key: Optional[str] = None)
wide-research/src/main.py:27
Methodconstructor
(model: Scrapybara.Model, apiKey?: string)
copycapy/src/index.ts:21
Methodfind_company_contact_info
(self, company: Company)
wide-research/src/main.py:58
FunctionhandleResetApiKey
()
computer-use-playground/src/app/page.tsx:82
FunctionhandleStop
()
computer-use-playground/src/app/page.tsx:231
Functionhandle_step
(step)
scrapybara-cli/src/agent.py:44
Methodhandle_step
(self, step)
dungeon-crawler/src/main.py:42
Functionmain
Run the CLI-based computer agent, powered by Scrapybara and Anthropic!
scrapybara-cli/src/main.py:19
Functionstart
(controller)
computer-use-playground/src/app/api/chat/route.ts:34