---
title: "Research Agent Architecture"
description: "```mermaid graph TD User[User] --> Agent[Research Agent] Agent --> Tools[Tools]"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/architecture-diagram-1
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:07:56.764Z
license: CC-BY-4.0
attribution: "Research Agent Architecture — Claudary (https://claudary.paisolsolutions.com/skills/architecture-diagram-1)"
---

# Research Agent Architecture
```mermaid graph TD User[User] --> Agent[Research Agent] Agent --> Tools[Tools]

## Overview

# Research Agent Architecture

```mermaid
graph TD
    User[User] --> Agent[Research Agent]
    Agent --> Tools[Tools]

    Tools --> WebSearch[WebSearch]
    Tools --> Read[Read Files/Images]

    style Agent fill:#f9f,stroke:#333,stroke-width:3px
    style Tools fill:#bbf,stroke:#333,stroke-width:2px
```

# Communication Flow Diagram

```mermaid
sequenceDiagram
    participant User
    participant Agent
    participant Tools

    User->>Agent: Query

    loop Until Complete
        Agent->>Agent: Think
        Agent->>Tools: Search/Read
        Tools-->>Agent: Results
    end

    Agent-->>User: Answer
```

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/architecture-diagram-1) · https://claudary.paisolsolutions.com
