File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -215,15 +215,16 @@ You can modify examples/simple_agent.cpp to explore different configurations:
215215
216216The repository includes several examples demonstrating different workflow patterns:
217217
218- | Example | Description |
219- | ----------------------------- | --------------------------------- |
220- | ` simple_agent ` | Basic autonomous agent |
221- | ` prompt_chain_example ` | Prompt chaining workflow |
222- | ` routing_example ` | Multi-agent routing |
223- | ` parallel_example ` | Parallel task execution |
224- | ` orchestrator_example ` | Orchestrator–worker pattern |
225- | ` evaluator_optimizer_example ` | Evaluator–optimizer feedback loop |
226- | ` autonomous_agent_example ` | Full-featured autonomous agent |
218+ | Example | Description |
219+ | ----------------------------- | --------------------------------------|
220+ | ` simple_agent ` | Basic autonomous agent |
221+ | ` prompt_chain_example ` | Prompt chaining workflow |
222+ | ` routing_example ` | Multi-agent routing |
223+ | ` parallel_example ` | Parallel task execution |
224+ | ` orchestrator_example ` | Orchestrator–worker pattern |
225+ | ` evaluator_optimizer_example ` | Evaluator–optimizer feedback loop |
226+ | ` multimodal_example ` | Support for voice, audio, image, docs |
227+ | ` autonomous_agent_example ` | Full-featured autonomous agent |
227228
228229Run examples available:
229230
You can’t perform that action at this time.
0 commit comments