MCPcopy Create free account

hub / github.com/CopilotKit/with-agent-spec / functions

Functions49 in github.com/CopilotKit/with-agent-spec

↓ 2 callersFunctionformatDateBadge
(date: string, dayName: string)
src/components/calendar-view.tsx:47
↓ 2 callersFunctionformatTime
(t: string)
src/components/calendar-view.tsx:24
↓ 2 callersFunctionformatTimeShort
(t: string)
src/components/calendar-view.tsx:31
↓ 2 callersFunctiongetAvatarColor
(name: string)
src/components/inbox-view.tsx:30
↓ 2 callersFunctiongetInitial
(from: string)
src/components/inbox-view.tsx:38
↓ 2 callersFunctiongetSenderName
(from: string)
src/components/inbox-view.tsx:43
↓ 2 callersFunctionparseCalendarEvents
(raw: string)
src/app/page.tsx:116
↓ 2 callersFunctionparseEmailCompose
(raw: string)
src/app/page.tsx:120
↓ 2 callersFunctionparseEmailList
(raw: string)
src/app/page.tsx:103
↓ 1 callersFunctionbuild_a2ui_chat_agent
(runtime: str = "langgraph")
agent/src/agent.py:17
↓ 1 callersFunctionbuild_server
()
agent/src/main.py:11
↓ 1 callersFunctionconfigure_logging
Enable INFO logs for ag_ui_agentspec and pyagentspec and attach a console handler. Uvicorn's default logging config doesn't automatically show 3r
agent/src/logging_utils.py:3
↓ 1 callersFunctiondeduplicateMessages
( messages: Array<{ role: string; content?: unknown; toolCalls?: unknown[] }>, elements: React.ReactElemen
src/app/page.tsx:68
↓ 1 callersFunctiongetDuration
(start: string, end: string)
src/components/calendar-view.tsx:38
↓ 1 callersFunctiongetGuestAvatarColor
(email: string)
src/components/calendar-view.tsx:83
↓ 1 callersFunctiongetGuestInitial
(email: string)
src/components/calendar-view.tsx:58
↓ 1 callersFunctiongetGuestName
(email: string)
src/components/calendar-view.tsx:63
↓ 1 callersFunctiongetInitial
(email: string)
src/components/email-compose-view.tsx:16
↓ 1 callersFunctiongetOperationSurfaceId
(operation: unknown)
src/components/a2ui-activity-wrapper.tsx:5
↓ 1 callersFunctionwithA2UIActivityMessage
(baseRenderer: any)
src/components/a2ui-activity-wrapper.tsx:27
FunctionA2UIActivityMessage
(props: any)
src/components/a2ui-activity-wrapper.tsx:28
FunctionCTABanner
()
src/components/cta-banner.tsx:6
FunctionCalendarLoadingState
()
src/components/calendar-view.tsx:268
FunctionCalendarView
({ date, dayName, events }: CalendarViewProps)
src/components/calendar-view.tsx:91
FunctionCanvas
({ content, onClose }: { content: CanvasContent; onClose: () => void })
src/app/page.tsx:231
FunctionCanvasContentRenderer
({ content }: { content: CanvasContent })
src/app/page.tsx:210
FunctionChat
({ isCanvasMode, hasCanvasContent, onCanvasUpdate, onShowChat, onShowCanvas, }: { isCanvasMode: bo
src/app/page.tsx:257
FunctionCompactToolCard
({ icon, title, summary, buttonLabel = "Show inline", onAction, }: { icon: string; title: string
src/app/page.tsx:167
FunctionEmailComposeLoadingState
()
src/components/email-compose-view.tsx:116
FunctionEmailComposeView
({ email }: EmailComposeViewProps)
src/components/email-compose-view.tsx:21
FunctionExplainerCards
()
src/components/explainer-section.tsx:13
FunctionExplainerTitle
()
src/components/explainer-section.tsx:1
FunctionInboxLoadingState
()
src/components/inbox-view.tsx:208
FunctionInboxView
({ emails }: InboxViewProps)
src/components/inbox-view.tsx:51
FunctionLoadingSpinner
({ label }: { label: string })
src/app/page.tsx:128
FunctionMessageTracker
({ count, onChange }: { count: number; onChange: (v: boolean) => void })
src/app/page.tsx:96
FunctionMoonCard
({ themeColor, status, respond }: MoonCardProps)
src/components/moon.tsx:9
FunctionPage
()
src/app/page.tsx:577
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:23
FunctionSunIcon
()
src/components/weather.tsx:3
FunctionWeatherCard
({ location, themeColor }: { location?: string, themeColor: string })
src/components/weather.tsx:14
Functionbuild_agentspec_agent
Create an AgentSpecAgent configured from the JSON spec and server tools.
agent/src/agent.py:27
Functioncheck_inbox_tool
(*args, **kwargs)
agent/src/a2ui_agentspec_agent.py:514
Functionget_daily_brief_fn
(*args, **kwargs)
agent/src/a2ui_agentspec_agent.py:522
Functionget_weather
Get the weather for a given location.
agent/src/agentspec_agent.py:16
FunctionhandleAbort
()
src/components/moon.tsx:17
FunctionhandleLaunch
()
src/components/moon.tsx:12
Functionsend_email_tool_fn
(*args, **kwargs)
agent/src/a2ui_agentspec_agent.py:518
Functionuser_schedule_tool
(*args, **kwargs)
agent/src/a2ui_agentspec_agent.py:510