Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShouZhengAI/CS146S_CN
/ functions
Functions
152 in github.com/ShouZhengAI/CS146S_CN
⨍
Functions
152
◇
Types & classes
38
↳
Endpoints
46
Function
insert_action_items
(items: list[str], note_id: Optional[int] = None)
Assignments/week2/app/db.py:78
Function
insert_note
(content: str)
Assignments/week2/app/db.py:52
Function
list_action_items
(note_id: Optional[int] = None)
Assignments/week2/app/db.py:92
Function
list_all
(note_id: Optional[int] = None)
Assignments/week2/app/routers/action_items.py:30
Function
list_files_tool
Lists the files in a directory provided by the user. :param path: The path to a directory to list files from. :return: A list of files in
Resource/completed/coding_agent_from_scratch_lecture.py:54
Function
list_files_tool
Lists the files in a directory provided by the user. :param path: The path to the directory to list files from. :return: A list of files
Resource/completed/simple_mcp.py:35
Function
list_items
( db: Session = Depends(get_db), completed: Optional[bool] = None, skip: int = 0, limit: int =
Assignments/week7/backend/app/routers/action_items.py:15
Function
list_items
( db: Session = Depends(get_db), completed: Optional[bool] = None, skip: int = 0, limit: int =
Assignments/week6/backend/app/routers/action_items.py:15
Function
list_items
(db: Session = Depends(get_db))
Assignments/week5/backend/app/routers/action_items.py:13
Function
list_items
(db: Session = Depends(get_db))
Assignments/week4/backend/app/routers/action_items.py:13
Function
list_notes
( db: Session = Depends(get_db), q: Optional[str] = None, skip: int = 0, limit: int = Query(50
Assignments/week7/backend/app/routers/notes.py:15
Function
list_notes
( db: Session = Depends(get_db), q: Optional[str] = None, skip: int = 0, limit: int = Query(50
Assignments/week6/backend/app/routers/notes.py:15
Function
list_notes
(db: Session = Depends(get_db))
Assignments/week5/backend/app/routers/notes.py:15
Function
list_notes
()
Assignments/week2/app/db.py:60
Function
list_notes
(db: Session = Depends(get_db))
Assignments/week4/backend/app/routers/notes.py:15
Function
mark_action_item_done
(action_item_id: int, done: bool)
Assignments/week2/app/db.py:107
Function
mark_done
(action_item_id: int, payload: Dict[str, Any])
Assignments/week2/app/routers/action_items.py:45
Function
override_get_db
()
Assignments/week7/backend/tests/conftest.py:23
Function
override_get_db
()
Assignments/week6/backend/tests/conftest.py:23
Function
override_get_db
()
Assignments/week5/backend/tests/conftest.py:23
Function
override_get_db
()
Assignments/week4/backend/tests/conftest.py:23
Function
patch_item
(item_id: int, payload: ActionItemPatch, db: Session = Depends(get_db))
Assignments/week7/backend/app/routers/action_items.py:59
Function
patch_item
(item_id: int, payload: ActionItemPatch, db: Session = Depends(get_db))
Assignments/week6/backend/app/routers/action_items.py:59
Function
patch_note
(note_id: int, payload: NotePatch, db: Session = Depends(get_db))
Assignments/week7/backend/app/routers/notes.py:47
Function
patch_note
(note_id: int, payload: NotePatch, db: Session = Depends(get_db))
Assignments/week6/backend/app/routers/notes.py:47
Function
read_file_tool
Gets the full content of a file provided by the user. :param filename: The name of the file to read. :return: The full content of the fil
Resource/completed/coding_agent_from_scratch_lecture.py:39
Function
read_file_tool
Gets the full content of a file provided by the user. :param filename: The name of the file to read. :return: The full content of the fil
Resource/completed/simple_mcp.py:18
Function
root
()
Assignments/week7/backend/app/main.py:29
Function
root
()
Assignments/week6/backend/app/main.py:38
Function
root
()
Assignments/week5/backend/app/main.py:28
Function
root
()
Assignments/week4/backend/app/main.py:28
Function
search_notes
(q: Optional[str] = None, db: Session = Depends(get_db))
Assignments/week5/backend/app/routers/notes.py:30
Function
search_notes
(q: Optional[str] = None, db: Session = Depends(get_db))
Assignments/week4/backend/app/routers/notes.py:30
Function
startup_event
()
Assignments/week7/backend/app/main.py:23
Function
startup_event
()
Assignments/week6/backend/app/main.py:32
Function
startup_event
()
Assignments/week5/backend/app/main.py:22
Function
startup_event
()
Assignments/week4/backend/app/main.py:22
Function
test_create_and_complete_action_item
(client)
Assignments/week5/backend/tests/test_action_items.py:1
Function
test_create_and_complete_action_item
(client)
Assignments/week4/backend/tests/test_action_items.py:1
Function
test_create_and_list_notes
(client)
Assignments/week5/backend/tests/test_notes.py:1
Function
test_create_and_list_notes
(client)
Assignments/week4/backend/tests/test_notes.py:1
Function
test_create_complete_list_and_patch_action_item
(client)
Assignments/week7/backend/tests/test_action_items.py:1
Function
test_create_complete_list_and_patch_action_item
(client)
Assignments/week6/backend/tests/test_action_items.py:1
Function
test_create_list_and_patch_notes
(client)
Assignments/week7/backend/tests/test_notes.py:1
Function
test_create_list_and_patch_notes
(client)
Assignments/week6/backend/tests/test_notes.py:1
Function
test_extract_action_items
()
Assignments/week7/backend/tests/test_extract.py:4
Function
test_extract_action_items
()
Assignments/week6/backend/tests/test_extract.py:4
Function
test_extract_action_items
()
Assignments/week5/backend/tests/test_extract.py:4
Function
test_extract_action_items
()
Assignments/week4/backend/tests/test_extract.py:4
Function
test_extract_bullets_and_checkboxes
()
Assignments/week2/tests/test_extract.py:7
Function
unsafe_search
(q: str, db: Session = Depends(get_db))
Assignments/week6/backend/app/routers/notes.py:70
Function
your_build_reflexion_context
TODO: Build the user message for the reflexion step using prev_code and failures. Return a string that will be sent as the user content alongside
Assignments/week1/reflexion.py:111
← previous
101–152 of 152, ranked by callers