Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IAmTomShaw/quotation-agent
/ functions
Functions
15 in github.com/IAmTomShaw/quotation-agent
⨍
Functions
15
◇
Types & classes
3
↳
Endpoints
2
↓ 4 callers
Method
send_message
(self, message: str, websocket: WebSocket)
main.py:161
↓ 2 callers
Method
connect
(self, websocket: WebSocket)
main.py:154
↓ 2 callers
Function
process_chat_message
Process chat message with the quotation agent
main.py:250
↓ 2 callers
Function
send_websocket_message
Send message via WebSocket and return response
frontend.py:26
↓ 1 callers
Function
_send_message
()
frontend.py:28
↓ 1 callers
Method
disconnect
(self, websocket: WebSocket)
main.py:158
↓ 1 callers
Function
run_quotation_agent
(message: str, page_id: str = None)
main.py:79
Method
__init__
(self)
main.py:151
Method
broadcast
(self, message: str)
main.py:164
Function
clear_chat
Clear the conversation history
main.py:144
Function
currency_conversion
Convert currency using an external API
main.py:54
Function
get_pricing_from_notion
()
main.py:29
Function
read_root
(api_key: str = Depends(verify_api_key))
main.py:140
Function
verify_api_key
(api_key: str = Depends(api_key_header))
main.py:134
Function
websocket_endpoint
(websocket: WebSocket)
main.py:187