Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorrr authored and Vedantsahai18 committed Oct 7, 2024
1 parent 2f26028 commit 062ac7f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,14 +617,17 @@ Julep is built on several key technical components that work together to create

```mermaid
graph TD
User[User] --> Session[Session]
User[User] ==> Session[Session]
Session --> Agent[Agent]
Agent --> Tasks[Tasks]
Agent --> LLM[Large Language Model]
Tasks --> Tools[Tools]
Tasks --> Documents[Documents]
Agent --> Documents[Documents]
Documents --> VectorDB[Vector Database]
Agent --> Executions[Executions]
Tasks --> Executions[Executions]
classDef client fill:#9ff,stroke:#333,stroke-width:1px;
class User client;
classDef core fill:#f9f,stroke:#333,stroke-width:2px;
class Agent,Tasks,Session core;
Expand Down

0 comments on commit 062ac7f

Please sign in to comment.