Single-Agent Chat Architecture
Who uses it: AI engineers
User → System Prompt + Context → LLM → Response
Optional: Tool definitions for web search, code execution, file reading
Why this works: The simplest AI architecture — a single model with optional tools.
