Skip to content

Commit

Permalink
agentic integration upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarrata authored Nov 20, 2024
1 parent 72d58fe commit f350af4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/modules/ROOT/pages/05-01-agentic-integrations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ image::05/05-01-tool-calling.png[Tool Calling]

## Key Features for Custom Agent Architectures

- **Human-in-the-Loop**: Involves human oversight for critical decisions, such as approving actions or editing the agent’s state. This is crucial for sensitive tasks where full automation may not be desirable.
- **Parallelization**: Supports concurrent processing of multiple tasks, optimizing efficiency in complex multi-agent systems.
- **Subgraphs**: Enable modular design by managing isolated state for individual agents, allowing for hierarchical organization and controlled communication.
- **Reflection**: Provides feedback for self-correction, evaluating task completion and improving agent reliability through iterative learning.
- **Human-in-the-Loop**: Involves human oversight for critical decisions, such as approving actions or editing the agent’s state. This is crucial for sensitive tasks where full automation may not be desirable.
- **Parallelization**: Supports concurrent processing of multiple tasks, optimizing efficiency in complex multi-agent systems.
- **Subgraphs**: Enable modular design by managing isolated state for individual agents, allowing for hierarchical organization and controlled communication.
- **Reflection**: Provides feedback for self-correction, evaluating task completion and improving agent reliability through iterative learning.

## Memory and Planning

Expand Down

0 comments on commit f350af4

Please sign in to comment.