Skip to content

Commit 868fd91

Browse files
Merge pull request #242 from UiPath/feat/export-agent-config
feat: export react agent config
2 parents 67329d1 + 99d4e1d commit 868fd91

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)