返回文档
正在准备搜索索引...
搜索索引不可用
API 参考
API 参考
索引
图
类 Graph<N, RunInput, RunOutput>
类型参数
N
扩展
string
=
typeof
END
RunInput
=
any
RunOutput
=
any
层次结构 (
查看全部
)
图
StateGraph
索引
构造函数
构造函数
属性
branches
compiled
edges
entry
Point?
nodes
support
Multiple
Edges
warn
If
Compiled
访问器
all
Edges
方法
add
Conditional
Edges
add
Edge
add
Node
compile
set
Entry
Point
set
Finish
Point
validate
构造函数
构造函数
new
Graph
<
N
,
RunInput
,
RunOutput
>
(
)
:
Graph
<
N
,
RunInput
,
RunOutput
>
类型参数
N
扩展
string
=
"__end__"
RunInput
=
any
RunOutput
=
any
返回值
Graph
<
N
,
RunInput
,
RunOutput
>
属性
branches
branches
:
Record
<
string
,
Record
<
string
,
Branch
<
RunInput
,
N
>
>
>
compiled
compiled
:
boolean
edges
edges
:
Set
<
[
"__start__"
|
N
,
"__end__"
|
N
]
>
可选
entry
Point
entry
Point
?:
string
nodes
nodes
:
Record
<
N
,
Runnable
<
RunInput
,
RunOutput
,
RunnableConfig
>
>
support
Multiple
Edges
support
Multiple
Edges
:
boolean
私有
warn
If
Compiled
warn
If
Compiled
:
any
访问器
all
Edges
get
allEdges
(
)
:
Set
<
[
string
,
string
]
>
返回值
Set
<
[
string
,
string
]
>
方法
add
Conditional
Edges
add
Conditional
Edges
(
source
)
:
this
参数
source
:
BranchOptions
<
RunInput
,
N
>
返回值
this
add
Conditional
Edges
(
source
,
path
,
pathMap
?
)
:
this
参数
source
:
N
path
:
(
(
input
,
config
?
)
=>
string
|
string
[]
|
Promise
<
string
>
|
Promise
<
string
[]
>
)
(
input
,
config
?
)
:
string
|
string
[]
|
Promise
<
string
>
|
Promise
<
string
[]
>
参数
input
:
RunInput
可选
config
:
RunnableConfig
返回值
string
|
string
[]
|
Promise
<
string
>
|
Promise
<
string
[]
>
可选
pathMap
:
Record
<
string
,
"__end__"
|
N
>
|
N
[]
返回值
this
添加边
添加边
(
起始键
,
结束键
)
:
this
参数
起始键
:
"__start__"
|
N
结束键
:
"__end__"
|
N
返回值
this
添加节点
添加节点
<
K
>
(
键
,
操作
)
:
图
<
N
|
K
,
运行输入
,
运行输出
>
类型参数
K
扩展
字符串
参数
键
:
K
操作
:
可运行
<
运行输入
,
运行输出
>
返回
图
<
N
|
K
,
运行输入
,
运行输出
>
编译
编译
(
__namedParameters
?
)
:
编译图
<
N
,
任何
,
任何
>
参数
可选
__namedParameters
:
{
检查点保存器
?:
基本检查点保存器
;
中断后
?:
"*"
|
N
[]
;
中断前
?:
"*"
|
N
[]
;
}
可选
检查点保存器
?:
基本检查点保存器
可选
中断后
?:
"*"
|
N
[]
可选
中断前
?:
"*"
|
N
[]
返回
编译图
<
N
,
任何
,
任何
>
设置入口点
设置入口点
(
键
)
:
this
参数
键
:
N
返回值
this
已弃用
请使用
addEdge(START, 键)
代替
设置结束点
设置结束点
(
键
)
:
this
参数
键
:
N
返回值
this
已弃用
请使用
addEdge(键, END)
代替
验证
验证
(
中断
?
)
:
空
参数
可选
中断
:
字符串
[]
返回
空
设置
成员可见性
Protected
Private
Inherited
External
主题
操作系统
浅色
深色
本页
构造函数
分支
已编译
边
入口点
节点
支持多条边
警告如果已编译
所有边
添加条件边
添加边
添加节点
编译
设置入口点
设置结束点
验证
API 参考
正在加载...
已弃用
请使用
addEdge(START, 键)
代替