This shows you the differences between two versions of the page.
| langsmith [2026/03/25 02:26] – Create page with researched content agent | langsmith [2026/03/25 02:40] (current) – Replace ASCII diagram with mermaid agent | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| ===== Architecture ===== | ===== Architecture ===== | ||
| - | <code> | + | <mermaid> |
| - | ┌─────────────────────────────────────────────────┐ | + | graph TD |
| - | │ | + | A[Your Application: LangChain / LangGraph / LlamaIndex / Custom] -->|traces async| B[LangSmith Platform] |
| - | │ (LangChain / LangGraph / LlamaIndex / Custom) │ | + | |
| - | └──────────────────────┬──────────────────────────┘ | + | |
| - | | + | D[Evaluation |
| - | ▼ | + | E[Deployment: Agents] |
| - | ┌─────────────────────────────────────────────────┐ | + | |
| - | │ LangSmith Platform | + | |
| - | │ ┌───────────┐ ┌───────────┐ ┌───────────────┐ | + | H[Dashboards] |
| - | │ │ Tracing | + | end |
| - | │ │ Engine | + | </mermaid> |
| - | │ └───────────┘ └───────────┘ └───────────────┘ | + | |
| - | │ ┌───────────┐ ┌───────────┐ ┌───────────────┐ | + | |
| - | │ │ Datasets | + | |
| - | │ └───────────┘ └───────────┘ └───────────────┘ | + | |
| - | └─────────────────────────────────────────────────┘ | + | |
| - | </code> | + | |
| ===== Getting Started ===== | ===== Getting Started ===== | ||