Skip to content

Commit 9f5af4b

Browse files
authored
Add multimodal example to README
Signed-off-by: Andrew Mikhail <andrewmikhail@ymail.com>
1 parent a67789a commit 9f5af4b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,16 @@ You can modify examples/simple_agent.cpp to explore different configurations:
215215

216216
The 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

228229
Run examples available:
229230

0 commit comments

Comments
 (0)