MCPcopy Create free account

hub / github.com/anthropics/cwc-workshops / functions

Functions761 in github.com/anthropics/cwc-workshops

FunctionGET
(_req: Request, { params }: { params: Promise<{ id: string }> })
production-ready-agent/starter/app/api/session/[id]/threads/route.ts:7
FunctionGET
(_req: Request, { params }: { params: Promise<{ id: string }> })
production-ready-agent/starter/app/api/stream/[id]/route.ts:6
FunctionGET
( _req: Request, { params }: { params: Promise<{ id: string; threadId: string }> }, )
production-ready-agent/starter/app/api/stream/[id]/thread/[threadId]/route.ts:6
FunctionGET
(request: Request)
research-desk/solutions/src/app/api/desk/stream/route.ts:13
FunctionGET
(request: Request)
research-desk/src/app/api/desk/memory/route.ts:10
FunctionGET
()
research-desk/src/app/api/desk/chat/route.ts:24
FunctionGET
(request: Request)
research-desk/src/app/api/desk/scorecards/route.ts:46
FunctionGET
(request: Request)
research-desk/src/app/api/desk/events/route.ts:17
FunctionGET
(request: Request)
research-desk/src/app/api/desk/stream/route.ts:13
FunctionGET
()
research-desk/src/app/api/desk/dispatches/route.ts:11
FunctionGET
()
research-desk/src/app/api/desk/status/route.ts:24
FunctionGET
(request: Request)
research-desk/src/app/api/deployments/route.ts:17
FunctionGET
()
research-desk/src/app/api/health/route.ts:6
FunctionGET
(request: Request)
research-desk/src/app/api/deployment_runs/route.ts:10
FunctionHome
()
research-desk/src/app/page.tsx:25
FunctionKbd
({ children }: { children: React.ReactNode })
production-ready-agent/solution/components/ui.tsx:87
FunctionKbd
({ children }: { children: React.ReactNode })
production-ready-agent/starter/components/ui.tsx:87
FunctionKindToggle
({ value, onChange, }: { value: "message" | "outcome"; onChange: (v: "message" | "outcome") => void; }
production-ready-agent/solution/components/ChatPanel.tsx:321
FunctionKindToggle
({ value, onChange, }: { value: "message" | "outcome"; onChange: (v: "message" | "outcome") => void; }
production-ready-agent/starter/components/ChatPanel.tsx:321
FunctionMarkerLine
({ type, agent }: { type: string; agent?: string })
production-ready-agent/solution/components/ChatPanel.tsx:458
FunctionMarkerLine
({ type, agent }: { type: string; agent?: string })
production-ready-agent/starter/components/ChatPanel.tsx:458
FunctionMemoryPanel
({ provisioned }: { provisioned: boolean })
research-desk/src/components/MemoryPanel.tsx:23
FunctionMessage
({ from, agent, className, children, }: { from: Role; agent?: string; className?: string; chil
production-ready-agent/solution/components/ai/message.tsx:13
FunctionMessage
({ from, agent, className, children, }: { from: Role; agent?: string; className?: string; chil
production-ready-agent/starter/components/ai/message.tsx:13
FunctionMessageAvatar
({ name }: { name?: string })
production-ready-agent/solution/components/ai/message.tsx:111
FunctionMessageAvatar
({ name }: { name?: string })
production-ready-agent/starter/components/ai/message.tsx:111
FunctionMessageContent
({ from, className, children, }: { from: Role; className?: string; children: ReactNode; })
production-ready-agent/solution/components/ai/message.tsx:38
FunctionMessageContent
({ from, className, children, }: { from: Role; className?: string; children: ReactNode; })
production-ready-agent/starter/components/ai/message.tsx:38
FunctionNewEvaluationModal
({ open, onOpenChange, onCreated, onToast, }: { open: boolean; onOpenChange: (o: boolean) => void;
production-ready-agent/solution/components/NewEvaluationModal.tsx:19
FunctionNewEvaluationModal
({ open, onOpenChange, onCreated, onToast, }: { open: boolean; onOpenChange: (o: boolean) => void;
production-ready-agent/starter/components/NewEvaluationModal.tsx:19
FunctionOutcomeLine
({ from, result, explanation, }: { from: "user" | "assistant"; result: string; explanation?: strin
production-ready-agent/solution/components/ChatPanel.tsx:425
FunctionOutcomeLine
({ from, result, explanation, }: { from: "user" | "assistant"; result: string; explanation?: strin
production-ready-agent/starter/components/ChatPanel.tsx:425
FunctionPOST
(req: Request, { params }: { params: Promise<{ id: string }> })
production-ready-agent/solution/app/api/confirm/[id]/route.ts:3
FunctionPOST
(req: Request)
production-ready-agent/solution/app/api/sessions/route.ts:10
FunctionPOST
(req: Request, { params }: { params: Promise<{ id: string }> })
production-ready-agent/solution/app/api/steer/[id]/route.ts:3
FunctionPOST
(req: Request, { params }: { params: Promise<{ id: string }> })
production-ready-agent/starter/app/api/confirm/[id]/route.ts:3
FunctionPOST
(req: Request)
production-ready-agent/starter/app/api/sessions/route.ts:14
FunctionPOST
(req: Request, { params }: { params: Promise<{ id: string }> })
production-ready-agent/starter/app/api/steer/[id]/route.ts:3
FunctionPOST
(request: Request)
research-desk/src/app/api/desk/chat/route.ts:11
FunctionPOST
(request: Request)
research-desk/src/app/api/desk/analyze/route.ts:19
FunctionPOST
(request: Request)
research-desk/src/app/api/desk/provision/route.ts:12
FunctionPOST
(request: Request)
research-desk/src/app/api/deployments/route.ts:30
FunctionPOST
(request: Request, { params }: { params: Promise<{ id: string }> })
research-desk/src/app/api/deployments/[id]/run/route.ts:10
FunctionPage
()
production-ready-agent/solution/app/page.tsx:3
FunctionPage
()
production-ready-agent/starter/app/page.tsx:3
FunctionPanel
({ title, hint, action, children, className, }: { title: string; hint?: string; action?: React
production-ready-agent/solution/components/ui.tsx:5
FunctionPanel
({ title, hint, action, children, className, }: { title: string; hint?: string; action?: React
production-ready-agent/starter/components/ui.tsx:5
FunctionPipelineRail
({ sessions, error, selected, onCreated, onToast, }: { sessions: SessionSummary[]; error?: strin
production-ready-agent/solution/components/PipelineRail.tsx:14
FunctionPipelineRail
({ sessions, error, selected, onCreated, onToast, }: { sessions: SessionSummary[]; error?: strin
production-ready-agent/starter/components/PipelineRail.tsx:14
FunctionPromptInput
({ onSubmit, className, children, }: { onSubmit: (text: string) => void | Promise<void>; className?:
production-ready-agent/solution/components/ai/prompt-input.tsx:13
FunctionPromptInput
({ onSubmit, className, children, }: { onSubmit: (text: string) => void | Promise<void>; className?:
production-ready-agent/starter/components/ai/prompt-input.tsx:13
FunctionPromptInputSubmit
({ status = "idle" }: { status?: "idle" | "streaming" })
production-ready-agent/solution/components/ai/prompt-input.tsx:87
FunctionPromptInputSubmit
({ status = "idle" }: { status?: "idle" | "streaming" })
production-ready-agent/starter/components/ai/prompt-input.tsx:87
FunctionPromptInputTextarea
({ placeholder = "Ask anything", className, }: { placeholder?: string; className?: string; })
production-ready-agent/solution/components/ai/prompt-input.tsx:49
FunctionPromptInputTextarea
({ placeholder = "Ask anything", className, }: { placeholder?: string; className?: string; })
production-ready-agent/starter/components/ai/prompt-input.tsx:49
FunctionReplayPage
()
how-we-claude-code/phase-3-verify/src/verify/harness/ReplayPage.tsx:60
FunctionReplaySummary
({ results, steps, clips, }: { results: VerifyResult[]; steps: Step[]; clips: Clip[]; })
how-we-claude-code/phase-3-verify/src/verify/harness/ReplayPage.tsx:615
FunctionReport
({ result }: { result: VerifyResult })
how-we-claude-code/phase-3-verify/src/verify/harness/Report.tsx:7
FunctionRootLayout
({ children }: { children: React.ReactNode })
production-ready-agent/solution/app/layout.tsx:10
FunctionRootLayout
({ children }: { children: React.ReactNode })
production-ready-agent/starter/app/layout.tsx:10
FunctionRootLayout
({ children }: { children: ReactNode })
research-desk/src/app/layout.tsx:14
FunctionScorecardsPanel
({ provisioned }: { provisioned: boolean })
research-desk/src/components/ScorecardsPanel.tsx:26
FunctionSessionCard
({ s, index, active }: { s: SessionSummary; index: number; active: boolean })
production-ready-agent/solution/components/PipelineRail.tsx:63
FunctionSessionCard
({ s, index, active }: { s: SessionSummary; index: number; active: boolean })
production-ready-agent/starter/components/PipelineRail.tsx:63
FunctionSessionLayout
({ params, children, }: { params: Promise<{ id: string }>; children: React.ReactNode; })
production-ready-agent/solution/app/session/[id]/layout.tsx:5
FunctionSessionLayout
({ params, children, }: { params: Promise<{ id: string }>; children: React.ReactNode; })
production-ready-agent/starter/app/session/[id]/layout.tsx:5
FunctionSessionPage
()
production-ready-agent/solution/app/session/[id]/page.tsx:2
FunctionSessionPage
()
production-ready-agent/starter/app/session/[id]/page.tsx:2
FunctionSessionRail
({ sessionId, eventCount, onToast, }: { sessionId?: string; eventCount: number; onToast?: (msg: st
production-ready-agent/solution/components/SessionRail.tsx:68
FunctionSessionRail
({ sessionId, eventCount, onToast, }: { sessionId?: string; eventCount: number; onToast?: (msg: st
production-ready-agent/starter/components/SessionRail.tsx:68
FunctionSetupPanel
({ status, onProvisioned }: { status: DeskStatus; onProvisioned: () => void })
research-desk/src/components/SetupPanel.tsx:10
FunctionStat
({ label, value }: { label: string; value: React.ReactNode })
production-ready-agent/solution/components/SessionRail.tsx:59
FunctionStat
({ label, value }: { label: string; value: React.ReactNode })
production-ready-agent/starter/components/SessionRail.tsx:59
FunctionStepList
({ steps, idx, done, results, onJump, onPlayFrom, }: { steps: Step[]; idx: number; done: boo
how-we-claude-code/phase-3-verify/src/verify/harness/ReplayPage.tsx:472
FunctionSuggestionChip
({ text, kind = "message", onClick, }: { text: string; kind?: "message" | "outcome"; onClick: () =
production-ready-agent/solution/components/ChatPanel.tsx:292
FunctionSuggestionChip
({ text, kind = "message", onClick, }: { text: string; kind?: "message" | "outcome"; onClick: () =
production-ready-agent/starter/components/ChatPanel.tsx:292
FunctionThreadPage
()
production-ready-agent/solution/app/session/[id]/thread/[threadId]/page.tsx:2
FunctionThreadPage
()
production-ready-agent/starter/app/session/[id]/thread/[threadId]/page.tsx:2
FunctionThreadTabs
({ sessionId, threads, active, }: { sessionId: string; threads: Thread[]; active: string | null; }
production-ready-agent/solution/components/ChatPanel.tsx:256
FunctionThreadTabs
({ sessionId, threads, active, }: { sessionId: string; threads: Thread[]; active: string | null; }
production-ready-agent/starter/components/ChatPanel.tsx:256
FunctionTodoApp
({ initial = [] }: TodoAppProps)
how-we-claude-code/phase-3-verify/src/features/todos/TodoApp.tsx:16
FunctionTodoInput
({ onAdd, placeholder = "What needs doing?" }: TodoInputProps)
how-we-claude-code/phase-3-verify/src/features/todos/TodoInput.tsx:12
FunctionTodoItem
({ todo, onToggle, onRemove }: TodoItemProps)
how-we-claude-code/phase-3-verify/src/features/todos/TodoItem.tsx:13
FunctionTodoList
({ todos, onToggle, onRemove }: TodoListProps)
how-we-claude-code/phase-3-verify/src/features/todos/TodoList.tsx:14
FunctionTodoStats
({ total, done, active, filter, onFilter, onClearDone, }: TodoStatsProps)
how-we-claude-code/phase-3-verify/src/features/todos/TodoStats.tsx:18
FunctionToggle
({ icon, label, hint, value, onChange, }: { icon: React.ReactNode; label: string; hint: string
production-ready-agent/solution/components/NewEvaluationModal.tsx:93
FunctionToggle
({ icon, label, hint, value, onChange, }: { icon: React.ReactNode; label: string; hint: string
production-ready-agent/starter/components/NewEvaluationModal.tsx:93
FunctionToolConfirm
({ agent, name, input, resolved, onAllow, onDeny, }: { agent?: string; name: string; input:
production-ready-agent/solution/components/ChatPanel.tsx:352
FunctionToolConfirm
({ agent, name, input, resolved, onAllow, onDeny, }: { agent?: string; name: string; input:
production-ready-agent/starter/components/ChatPanel.tsx:352
FunctionToolLine
({ name }: { name: string })
production-ready-agent/solution/components/ChatPanel.tsx:416
FunctionToolLine
({ name }: { name: string })
production-ready-agent/starter/components/ChatPanel.tsx:416
FunctionTooltipContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof TooltipPrimitive.Content>)
production-ready-agent/solution/components/ui/tooltip.tsx:10
FunctionTooltipContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof TooltipPrimitive.Content>)
production-ready-agent/starter/components/ui/tooltip.tsx:10
FunctionTopBar
()
production-ready-agent/solution/components/TopBar.tsx:5
FunctionTopBar
()
production-ready-agent/starter/components/TopBar.tsx:5
FunctionUnitPage
()
how-we-claude-code/phase-3-verify/src/verify/harness/UnitPage.tsx:30
FunctionVerdictBadge
({ verdict }: { verdict: Verdict })
how-we-claude-code/phase-3-verify/src/verify/harness/Badge.tsx:17
Method__init__
state_timeout is for fast /state polls; action_timeout must be long enough for the slowest synchronous action. Pathfinding + mining ca
agent-battle/harness/client.py:125
Method__init__
(self)
agent-battle/harness/leaderboard.py:135
Function_kill_orphan_bot_actions
If the agent crashed mid-action, the bot keeps pathfinding/mining forever. Best-effort: send the bot a cheap chat() to wake it (no-op if alrea
agent-battle/harness/agent.py:421
← previousnext →501–600 of 761, ranked by callers