docs(reference): filter class methods and add missing docstrings (#4463)

This commit is contained in:
Vadym Barda
2025-04-29 21:31:57 +00:00
committed by GitHub
parent 0bfb818e87
commit e25dde1df0
19 changed files with 494 additions and 384 deletions
+65 -6
View File
@@ -1,16 +1,75 @@
# Graph Definitions
::: langgraph.graph.graph
::: langgraph.graph.state.StateGraph
options:
show_if_no_docstring: true
show_root_heading: true
show_root_full_path: false
members:
- Graph
- CompiledGraph
- add_node
- add_edge
- add_conditional_edges
- add_sequence
- compile
::: langgraph.graph.state
::: langgraph.graph.state.CompiledStateGraph
options:
show_if_no_docstring: true
show_root_heading: true
show_root_full_path: false
members:
- StateGraph
- CompiledStateGraph
- stream
- astream
- invoke
- ainvoke
- get_state
- aget_state
- get_state_history
- aget_state_history
- update_state
- aupdate_state
- bulk_update_state
- abulk_update_state
- get_graph
- aget_graph
- get_subgraphs
- aget_subgraphs
- with_config
::: langgraph.graph.graph.Graph
options:
show_if_no_docstring: true
show_root_heading: true
show_root_full_path: false
members:
- add_node
- add_edge
- add_conditional_edges
- compile
::: langgraph.graph.graph.CompiledGraph
options:
show_if_no_docstring: true
show_root_heading: true
show_root_full_path: false
members:
- stream
- astream
- invoke
- ainvoke
- get_state
- aget_state
- get_state_history
- aget_state_history
- update_state
- aupdate_state
- bulk_update_state
- abulk_update_state
- get_graph
- aget_graph
- get_subgraphs
- aget_subgraphs
- with_config
::: langgraph.graph.message
options: