Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anirudhuuu/gen-ai
/ functions
Functions
61 in github.com/anirudhuuu/gen-ai
⨍
Functions
61
◇
Types & classes
17
↳
Endpoints
3
↓ 2 callers
Function
create_chat_graph
(checkpointer)
12-human-in-loop/02-support-assistant.py:82
↓ 1 callers
Function
append_admin_message
(config, solution)
12-human-in-loop/02-support-assistant.py:22
↓ 1 callers
Function
chat
()
13-memory/main.py:46
↓ 1 callers
Function
compile_graph_with_checkpointer
(checkpointer)
09-checkpointing/02-langgraph-checkpoint.py:40
↓ 1 callers
Function
create_chat_graph
(checkpointer)
12-human-in-loop/01-chat-checkpointing.py:53
↓ 1 callers
Function
main
()
10-streaming/01-code-judge.py:175
↓ 1 callers
Function
main
()
09-checkpointing/02-langgraph-checkpoint.py:45
↓ 1 callers
Function
main
()
09-checkpointing/01-chat-langgraph.py:41
↓ 1 callers
Function
main
()
11-langgraph-tools/02-tools-basic.py:60
↓ 1 callers
Function
main
()
11-langgraph-tools/03-tools-usage.py:72
↓ 1 callers
Function
main
()
11-langgraph-tools/05-todo-tools.py:93
↓ 1 callers
Function
main
()
11-langgraph-tools/04-more-tools.py:78
↓ 1 callers
Function
main
()
11-langgraph-tools/01-langgraph-chat.py:39
↓ 1 callers
Function
main
()
08-langgraph/02-graph-llm.py:50
↓ 1 callers
Function
main
()
08-langgraph/03-code-graph-router.py:175
↓ 1 callers
Function
main
()
08-langgraph/01-graph.py:33
↓ 1 callers
Function
main
()
12-human-in-loop/01-chat-checkpointing.py:57
↓ 1 callers
Function
main
(query = "")
mem0-js/index.js:25
↓ 1 callers
Function
main
()
07-advance-rags/main.py:5
↓ 1 callers
Function
user_chat
()
12-human-in-loop/02-support-assistant.py:86
Function
add_todo
Adds the input task to database.
11-langgraph-tools/05-todo-tools.py:21
Function
add_two_numbers
This tool adds two numbers.
11-langgraph-tools/05-todo-tools.py:34
Function
add_two_numbers
This tool adds two numbers.
11-langgraph-tools/04-more-tools.py:19
Function
admin_call
()
12-human-in-loop/02-support-assistant.py:120
Function
chat
(query: str = Query(..., description="Chat message..."))
07-advance-rags/server.py:14
Function
chat_bot
(state: State)
08-langgraph/02-graph-llm.py:20
Function
chat_bot
(state: State)
08-langgraph/01-graph.py:11
Function
chat_node
(state: State)
09-checkpointing/02-langgraph-checkpoint.py:25
Function
chat_node
(state: State)
09-checkpointing/01-chat-langgraph.py:24
Function
chatbot
(state: State)
11-langgraph-tools/02-tools-basic.py:45
Function
chatbot
(state: State)
11-langgraph-tools/03-tools-usage.py:47
Function
chatbot
(state: State)
11-langgraph-tools/05-todo-tools.py:68
Function
chatbot
(state: State)
11-langgraph-tools/04-more-tools.py:53
Function
chatbot
(state: State)
11-langgraph-tools/01-langgraph-chat.py:24
Function
chatbot
(state: State)
12-human-in-loop/02-support-assistant.py:61
Function
chatbot
(state: State)
12-human-in-loop/01-chat-checkpointing.py:32
Function
classify_message
(state: State)
10-streaming/01-code-judge.py:34
Function
classify_message
(state: State)
08-langgraph/03-code-graph-router.py:34
Function
coding_query
(state: State)
10-streaming/01-code-judge.py:99
Function
coding_query
(state: State)
08-langgraph/03-code-graph-router.py:99
Function
coding_validate_query
(state: State)
10-streaming/01-code-judge.py:125
Function
coding_validate_query
(state: State)
08-langgraph/03-code-graph-router.py:125
Function
general_query
(state: State)
10-streaming/01-code-judge.py:79
Function
general_query
(state: State)
08-langgraph/03-code-graph-router.py:79
Function
get_all_todos
Returns all the todos from the database.
11-langgraph-tools/05-todo-tools.py:28
Function
get_result
( job_id: str = Path(..., description="Job ID...") )
07-advance-rags/server.py:24
Function
get_weather
(city: str)
05-agents/02-weather.py:13
Function
get_weather
(city: str)
05-agents/03-weather-cot.py:13
Function
get_weather
(city: str)
05-agents/05-weather-agent.py:14
Function
get_weather
(city: str)
05-agents/04-weather-automate.py:13
Function
get_weather
(city: str)
05-agents/06-cursor-agent.py:19
Function
get_weather
This tool returns the weather data about the given city.
11-langgraph-tools/02-tools-basic.py:17
Function
get_weather
This tool returns the weather data about the given city.
11-langgraph-tools/03-tools-usage.py:19
Function
get_weather
This tool returns the weather data about the given city.
11-langgraph-tools/05-todo-tools.py:40
Function
get_weather
This tool returns the weather data about the given city.
11-langgraph-tools/04-more-tools.py:25
Function
health
()
07-advance-rags/server.py:9
Function
human_assistance
Request assistance from a human.
12-human-in-loop/02-support-assistant.py:36
Function
process_query
(query: str)
07-advance-rags/queue/worker.py:26
Function
route_query
(state: State)
10-streaming/01-code-judge.py:68
Function
route_query
(state: State)
08-langgraph/03-code-graph-router.py:68
Function
run_command
(cmd: str)
05-agents/06-cursor-agent.py:14