diff --git a/docs/design_pattern/agent.md b/docs/design_pattern/agent.md index 0ab4a18..73404e4 100644 --- a/docs/design_pattern/agent.md +++ b/docs/design_pattern/agent.md @@ -11,7 +11,7 @@ Agent is a powerful design pattern, where node can take dynamic actions based on To express an agent, create a Node (the agent) with [branching](../core_abstraction/flow.md) to other nodes (Actions).
+