This shows you the differences between two versions of the page.
| letta [2026/03/25 02:29] – Create page with researched content agent | letta [2026/03/25 02:39] (current) – Replace ASCII diagram with mermaid agent | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| Letta' | Letta' | ||
| - | <code> | + | <mermaid> |
| - | | + | graph TD |
| - | | + | A[LLM Reasoning Core: Observe - Reason - Act - Store] --> B[Core Memory: Identity / Goals / Context] |
| - | │ │ | + | A --> C[Archival Memory: Vector-stored |
| - | │ ┌────────────────────────────────────────────┐ | + | |
| - | │ │ | + | B --> E[Tools and Integrations] |
| - | │ │ | + | C --> E |
| - | │ └──────────────────┬─────────────────────────┘ | + | D --> E |
| - | │ | + | E --> F[Terminal] |
| - | │ ┌──────────────────▼─────────────────────────┐ | + | E --> G[Git] |
| - | │ │ | + | E --> H[Composio |
| - | │ │ ┌─────────────┐ | + | </mermaid> |
| - | │ │ │Core Memory | + | |
| - | │ │ │(Identity, | + | |
| - | | + | |
| - | │ │ │ context) | + | |
| - | │ │ └─────────────┘ | + | |
| - | │ │ ┌─────────────────────────────────────────┐│ | + | |
| - | │ │ │ | + | |
| - | │ │ │ (Fetch/prioritize before LLM calls) | + | |
| - | | + | |
| - | │ └─────────────────────────────────────────────┘ | + | |
| - | │ | + | |
| - | │ ┌──────────────────▼─────────────────────────┐ | + | |
| - | │ │ | + | |
| - | | + | |
| - | │ └────────────────────────────────────────────┘ | + | |
| - | └────────────────────────────────────────────────────┘ | + | |
| - | </code> | + | |
| ===== Code Example ===== | ===== Code Example ===== | ||