Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Scrapybara/scrapybara-cookbook
/ functions
Functions
53 in github.com/Scrapybara/scrapybara-cookbook
⨍
Functions
53
◇
Types & classes
14
↓ 19 callers
Function
cn
(...inputs: ClassValue[])
computer-use-playground/src/lib/utils.ts:4
↓ 2 callers
Function
filterImages
( messages: Scrapybara.Message[], imagesToKeep: number )
computer-use-playground/src/lib/utils.ts:12
↓ 2 callers
Method
handle_step
(self, step, instance: Optional[BaseInstance] = None)
wide-research/src/main.py:32
↓ 1 callers
Method
capyfy
(url: string)
copycapy/src/index.ts:115
↓ 1 callers
Method
cleanup
(self)
dungeon-crawler/src/main.py:62
↓ 1 callers
Method
extract_companies
(self, max_companies: int)
wide-research/src/main.py:39
↓ 1 callers
Method
find_contact_info
(self, companies: List[Company], max_workers: int = 5)
wide-research/src/main.py:95
↓ 1 callers
Function
formatTime
(seconds: number)
computer-use-playground/src/components/instance-frame.tsx:46
↓ 1 callers
Function
format_computer_action
(action: str, args: Dict[str, Any])
scrapybara-cli/src/agent.py:9
↓ 1 callers
Function
getInstance
({ apiKey, instanceId, }: { apiKey: string; instanceId: string; })
computer-use-playground/src/server/actions.ts:73
↓ 1 callers
Function
handleApiKeySubmit
(e: React.FormEvent)
computer-use-playground/src/app/page.tsx:69
↓ 1 callers
Function
handleSubmit
(e: React.FormEvent)
computer-use-playground/src/app/page.tsx:89
↓ 1 callers
Method
initialize
(self)
dungeon-crawler/src/main.py:29
↓ 1 callers
Function
main
()
dungeon-crawler/src/main.py:67
↓ 1 callers
Function
main
()
wide-research/src/main.py:139
↓ 1 callers
Method
play_game
(self)
dungeon-crawler/src/main.py:48
↓ 1 callers
Method
process_company_batch
(self, companies: List[Company], max_workers: int)
wide-research/src/main.py:86
↓ 1 callers
Function
run_agent
(client: Scrapybara, model: Model, instance: BaseInstance, messages: List[Message])
scrapybara-cli/src/agent.py:55
↓ 1 callers
Function
run_conversation
(instance_type: str, scrapybara: Scrapybara, model_name: str)
scrapybara-cli/src/main.py:56
↓ 1 callers
Method
save_contact_info
Save the collected contact information to a markdown file with timestamp.
wide-research/src/main.py:110
↓ 1 callers
Method
scrapePageData
(page: Page)
copycapy/src/index.ts:29
↓ 1 callers
Function
scrollToBottom
()
computer-use-playground/src/components/messages.tsx:12
↓ 1 callers
Function
startInstance
({ apiKey, instanceType, authStateId, }: { apiKey: string; instanceType: "ubuntu" | "browser"; aut
computer-use-playground/src/server/actions.ts:5
↓ 1 callers
Function
stopInstance
({ apiKey, instanceId, }: { apiKey: string; instanceId: string; })
computer-use-playground/src/server/actions.ts:48
Function
Button
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
computer-use-playground/src/components/ui/button.tsx:38
Function
Chat
()
computer-use-playground/src/app/page.tsx:45
Function
ChatWelcome
({ apiKey, setInput }: ChatWelcomeProps)
computer-use-playground/src/components/chat-welcome.tsx:37
Function
InstanceFrame
({ instanceId, streamUrl, isStarting, isStopping, selectedInstanceType, handleStop, }: InstanceFra
computer-use-playground/src/components/instance-frame.tsx:18
Function
Loader
({ className, variant = "primary" }: LoaderProps)
computer-use-playground/src/components/loader.tsx:11
Function
Message
({ message, isLastMessage = false }: MessageProps)
computer-use-playground/src/components/message.tsx:14
Function
Messages
({ messages }: MessagesProps)
computer-use-playground/src/components/messages.tsx:9
Function
POST
(req: Request)
computer-use-playground/src/app/api/chat/route.ts:20
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
computer-use-playground/src/app/layout.tsx:40
Function
Select
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
computer-use-playground/src/components/ui/select.tsx:9
Function
SelectContent
({ className, children, position = "popper", ...props }: React.ComponentProps<typeof SelectPrimitive.C
computer-use-playground/src/components/ui/select.tsx:53
Function
SelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
computer-use-playground/src/components/ui/select.tsx:15
Function
SelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
computer-use-playground/src/components/ui/select.tsx:101
Function
SelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
computer-use-playground/src/components/ui/select.tsx:88
Function
SelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
computer-use-playground/src/components/ui/select.tsx:156
Function
SelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
computer-use-playground/src/components/ui/select.tsx:138
Function
SelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
computer-use-playground/src/components/ui/select.tsx:125
Function
SelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
computer-use-playground/src/components/ui/select.tsx:27
Function
SelectValue
({ ...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
Method
constructor
(model: Scrapybara.Model, apiKey?: string)
copycapy/src/index.ts:21
Method
find_company_contact_info
(self, company: Company)
wide-research/src/main.py:58
Function
handleResetApiKey
()
computer-use-playground/src/app/page.tsx:82
Function
handleStop
()
computer-use-playground/src/app/page.tsx:231
Function
handle_step
(step)
scrapybara-cli/src/agent.py:44
Method
handle_step
(self, step)
dungeon-crawler/src/main.py:42
Function
main
Run the CLI-based computer agent, powered by Scrapybara and Anthropic!
scrapybara-cli/src/main.py:19
Function
start
(controller)
computer-use-playground/src/app/api/chat/route.ts:34