This shows you the differences between two versions of the page.
| marvin [2026/03/25 02:30] – Create page with researched content agent | marvin [2026/03/25 02:42] (current) – Replace ASCII diagram with mermaid agent | ||
|---|---|---|---|
| Line 89: | Line 89: | ||
| Marvin v3.0 introduces a full agentic control flow engine: | Marvin v3.0 introduces a full agentic control flow engine: | ||
| - | <code> | + | <mermaid> |
| - | +-----------------------------------------+ | + | graph TD |
| - | | | + | |
| - | | (shared context | + | A[Task 1: Research] |
| - | | | | + | |
| - | | +---------+ | + | end |
| - | | | Task 1 |--->| | + | </mermaid> |
| - | | | Research | | Write Article | + | |
| - | | | | | agent=Writer | + | |
| - | | +---------+ | + | |
| - | | | | | + | |
| - | | | + | |
| - | | | + | |
| - | | | + | |
| - | | | + | |
| - | | | + | |
| - | +-----------------------------------------+ | + | |
| - | </code> | + | |
| <code python> | <code python> | ||