Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ A Digital Worker is not a single agent session, but a structured operational cap
|------|---------------|--------|
| Cortex | reasoning and decision-making | OpenAI, Anthropic, Gemini, Azure OpenAI, private models via LLM Hub |
| Action | structured execution through workflows and tools | file operations, research tools, Python execution, Android sandbox |
| Memory & Sense | operational knowledge and accumulated execution experience | knowledge base, workspace memory, vector memory, execution history |
| Memory & Sense | operational knowledge, execution experience, and contextual awareness for grounding and continuous improvement | knowledge base, workspace memory, vector memory, execution history |

Different Digital Workers form different capability structures depending on operational roles and execution requirements.

Expand Down
Loading