Skip to content

Commit c682d1f

Browse files
committed
core concepts in overview page of builder
1 parent a3dec63 commit c682d1f

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

docs/agent-studio/building-agents/overview.mdx

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ Agent orchestration is the practice of **designing, running, and governing** the
1313
1414
---
1515

16+
## 🔑 Core Concepts
17+
18+
| Term | What it means in SmythOS |
19+
|------|--------------------------|
20+
| **Component** | The smallest building block—one task with defined inputs ➜ outputs.<br/>_Examples: API Call, GenAI-LLM, Web Scraper, RAG Search._ |
21+
| **Skill** | A reusable **bundle of components** wired together to solve a sub-task (e.g., “Enrich a company record” or “Summarize a PDF”). Import a skill once; drop it into many agents. |
22+
| **Agent** | A production-ready package that stitches **multiple skills** into a full workflow, adds memory, auth, and deployment metadata, and exposes REST / WebSocket / UI endpoints. |
23+
| **Vault** | An encrypted locker for API keys and secrets, referenced by components at runtime so credentials never leak. |
24+
25+
> **TL;DR***Components* ⟶ bundled into *Skills* ⟶ orchestrated by an *Agent* you can ship to users.
26+
27+
---
28+
1629
## What an agent gives you
1730

1831
| Capability | Why it matters |
@@ -21,13 +34,11 @@ Agent orchestration is the practice of **designing, running, and governing** the
2134
| **Hosted Web UI** | SmythOS auto-generates a polished chat or form UI you can embed or white-label. |
2235
| **Visual Builder & Prompt Ops** | Tune prompts, swap LLMs, inspect token logs—no redeploy needed. |
2336
| **Observability & Annotation** | Real-time run logs, cost tracing, and human-in-the-loop evaluation. |
24-
| **Deployment controls** | Versioning, staged roll-outs, RBAC, audit trails. |
25-
26-
Use any—or all—of these features depending on your delivery model.
37+
| **Deployment controls** | Versioning, staged roll-outs, RBAC.|
2738

2839
---
2940

30-
## Agent flavors
41+
/*## Agent flavors
3142

3243
| Type | Best for | Interaction mode | Default UI | Example Endpoint |
3344
|------|----------|------------------|------------|------------------|
@@ -45,7 +56,7 @@ Use any—or all—of these features depending on your delivery model.
4556
| **Streaming output** |||
4657
| **Example use-case** | Customer-support bot | Lead-enrichment pipeline |
4758

48-
---
59+
---*/
4960

5061
## Common use-cases
5162

0 commit comments

Comments
 (0)