Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AbhinavTheDev/coding-agent
/ functions
Functions
20 in github.com/AbhinavTheDev/coding-agent
⨍
Functions
20
◇
Types & classes
7
↓ 15 callers
Function
cn
(...inputs: ClassValue[])
ui/lib/utils.ts:4
↓ 1 callers
Function
adjustFontSize
()
ui/app/components/terminal.tsx:51
↓ 1 callers
Function
formatMessageWithCode
(content: string)
ui/app/components/chatInterface.tsx:128
↓ 1 callers
Function
handleSendMessage
()
ui/app/components/chatInterface.tsx:45
↓ 1 callers
Function
scrollToBottom
()
ui/app/components/chatInterface.tsx:27
Function
Badge
({ className, variant, ...props }: BadgeProps)
ui/app/components/ui/badge.tsx:30
Function
Chat
()
ui/app/chat/page.tsx:9
Function
ChatInterface
({ isLoading, appendMessage, visibleMessages }: { isLoading: boolean appendMessage: (message: TextMe
ui/app/components/chatInterface.tsx:15
Function
Github
({url}: gitprop)
ui/app/components/ui/github.tsx:5
Function
Header
()
ui/app/components/header.tsx:2
Function
Home
()
ui/app/page.tsx:6
Function
POST
(req: NextRequest)
ui/app/api/copilotkit/route.ts:21
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
ui/app/layout.tsx:17
Function
TerminalInterface
({ code , lang }: TerminalProps)
ui/app/components/terminal.tsx:17
Function
Wrapper
({ children }: { children: ReactNode })
ui/app/components/wrapper.tsx:3
Function
copyToClipboard
()
ui/app/components/terminal.tsx:71
Function
generate
(state: CodeState)
agent/my_agent/agent.py:32
Function
main
Run the uvicorn server.
agent/my_agent/demo.py:27
Function
route
(state: CodeState)
agent/my_agent/agent.py:61
Function
validate
(state: CodeState)
agent/my_agent/agent.py:49