Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CopilotKit/with-agent-spec
/ functions
Functions
49 in github.com/CopilotKit/with-agent-spec
⨍
Functions
49
◇
Types & classes
9
↓ 2 callers
Function
formatDateBadge
(date: string, dayName: string)
src/components/calendar-view.tsx:47
↓ 2 callers
Function
formatTime
(t: string)
src/components/calendar-view.tsx:24
↓ 2 callers
Function
formatTimeShort
(t: string)
src/components/calendar-view.tsx:31
↓ 2 callers
Function
getAvatarColor
(name: string)
src/components/inbox-view.tsx:30
↓ 2 callers
Function
getInitial
(from: string)
src/components/inbox-view.tsx:38
↓ 2 callers
Function
getSenderName
(from: string)
src/components/inbox-view.tsx:43
↓ 2 callers
Function
parseCalendarEvents
(raw: string)
src/app/page.tsx:116
↓ 2 callers
Function
parseEmailCompose
(raw: string)
src/app/page.tsx:120
↓ 2 callers
Function
parseEmailList
(raw: string)
src/app/page.tsx:103
↓ 1 callers
Function
build_a2ui_chat_agent
(runtime: str = "langgraph")
agent/src/agent.py:17
↓ 1 callers
Function
build_server
()
agent/src/main.py:11
↓ 1 callers
Function
configure_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 callers
Function
deduplicateMessages
( messages: Array<{ role: string; content?: unknown; toolCalls?: unknown[] }>, elements: React.ReactElemen
src/app/page.tsx:68
↓ 1 callers
Function
getDuration
(start: string, end: string)
src/components/calendar-view.tsx:38
↓ 1 callers
Function
getGuestAvatarColor
(email: string)
src/components/calendar-view.tsx:83
↓ 1 callers
Function
getGuestInitial
(email: string)
src/components/calendar-view.tsx:58
↓ 1 callers
Function
getGuestName
(email: string)
src/components/calendar-view.tsx:63
↓ 1 callers
Function
getInitial
(email: string)
src/components/email-compose-view.tsx:16
↓ 1 callers
Function
getOperationSurfaceId
(operation: unknown)
src/components/a2ui-activity-wrapper.tsx:5
↓ 1 callers
Function
withA2UIActivityMessage
(baseRenderer: any)
src/components/a2ui-activity-wrapper.tsx:27
Function
A2UIActivityMessage
(props: any)
src/components/a2ui-activity-wrapper.tsx:28
Function
CTABanner
()
src/components/cta-banner.tsx:6
Function
CalendarLoadingState
()
src/components/calendar-view.tsx:268
Function
CalendarView
({ date, dayName, events }: CalendarViewProps)
src/components/calendar-view.tsx:91
Function
Canvas
({ content, onClose }: { content: CanvasContent; onClose: () => void })
src/app/page.tsx:231
Function
CanvasContentRenderer
({ content }: { content: CanvasContent })
src/app/page.tsx:210
Function
Chat
({ isCanvasMode, hasCanvasContent, onCanvasUpdate, onShowChat, onShowCanvas, }: { isCanvasMode: bo
src/app/page.tsx:257
Function
CompactToolCard
({ icon, title, summary, buttonLabel = "Show inline", onAction, }: { icon: string; title: string
src/app/page.tsx:167
Function
EmailComposeLoadingState
()
src/components/email-compose-view.tsx:116
Function
EmailComposeView
({ email }: EmailComposeViewProps)
src/components/email-compose-view.tsx:21
Function
ExplainerCards
()
src/components/explainer-section.tsx:13
Function
ExplainerTitle
()
src/components/explainer-section.tsx:1
Function
InboxLoadingState
()
src/components/inbox-view.tsx:208
Function
InboxView
({ emails }: InboxViewProps)
src/components/inbox-view.tsx:51
Function
LoadingSpinner
({ label }: { label: string })
src/app/page.tsx:128
Function
MessageTracker
({ count, onChange }: { count: number; onChange: (v: boolean) => void })
src/app/page.tsx:96
Function
MoonCard
({ themeColor, status, respond }: MoonCardProps)
src/components/moon.tsx:9
Function
Page
()
src/app/page.tsx:577
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:23
Function
SunIcon
()
src/components/weather.tsx:3
Function
WeatherCard
({ location, themeColor }: { location?: string, themeColor: string })
src/components/weather.tsx:14
Function
build_agentspec_agent
Create an AgentSpecAgent configured from the JSON spec and server tools.
agent/src/agent.py:27
Function
check_inbox_tool
(*args, **kwargs)
agent/src/a2ui_agentspec_agent.py:514
Function
get_daily_brief_fn
(*args, **kwargs)
agent/src/a2ui_agentspec_agent.py:522
Function
get_weather
Get the weather for a given location.
agent/src/agentspec_agent.py:16
Function
handleAbort
()
src/components/moon.tsx:17
Function
handleLaunch
()
src/components/moon.tsx:12
Function
send_email_tool_fn
(*args, **kwargs)
agent/src/a2ui_agentspec_agent.py:518
Function
user_schedule_tool
(*args, **kwargs)
agent/src/a2ui_agentspec_agent.py:510