This shows you the differences between two versions of the page.
| ell [2026/03/25 02:28] – Create page with researched content agent | ell [2026/03/25 02:41] (current) – Replace ASCII diagram with mermaid agent | ||
|---|---|---|---|
| Line 91: | Line 91: | ||
| Ell Studio is a local web application that provides a visual interface for prompt engineering: | Ell Studio is a local web application that provides a visual interface for prompt engineering: | ||
| - | <code> | + | <mermaid> |
| - | +---------------------------------------------------+ | + | graph LR |
| - | | | + | |
| - | | +--------------+ | + | A[LMP Browser: write_poem / summarize / describe_img] |
| - | | | LMP Browser | + | B[Version Diff View: v1 vs v2] |
| - | | | | | | + | C[Invocation History: Traces and Latency] |
| - | | | write_poem | + | end |
| - | | | summarize | + | |
| - | | | describe_img | | | + | |
| - | | | | | | + | </mermaid> |
| - | | +--------------+ | + | |
| - | | +----------------------------------------------+ | + | |
| - | | | Execution Trace (inputs | + | |
| - | | | | + | |
| - | | +----------------------------------------------+ | + | |
| - | +---------------------------------------------------+ | + | |
| - | </code> | + | |
| Launch with: | Launch with: | ||