Skip to content

Commit 99d4e1d

Browse files
feat: export react agent config
1 parent 67329d1 commit 99d4e1d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
"""UiPath ReAct Agent implementation"""
22

33
from .agent import create_agent
4-
from .types import AgentGraphNode, AgentGraphState
4+
from .types import AgentGraphConfig, AgentGraphNode, AgentGraphState
55
from .utils import resolve_output_model
66

77
__all__ = [
88
"create_agent",
9-
"AgentGraphState",
10-
"AgentGraphNode",
119
"resolve_output_model",
10+
"AgentGraphNode",
11+
"AgentGraphState",
12+
"AgentGraphConfig",
1213
]

0 commit comments

Comments
 (0)