diff --git a/README.md b/README.md index 8052e56a..3efd3399 100644 --- a/README.md +++ b/README.md @@ -15,20 +15,7 @@ Minion is designed to execute any type of queries, offering a variety of feature The following flowchart illustrates how Minion collaborates: -```mermaid -flowchart LR - A[Query] --> B[Solution] - B --> C{Check} - C -->|Not Satisfied| D[Improve] - D -->|Callback| B - C -->|Satisfied| E[Final Result] - - style A fill:#f96,stroke:#333,stroke-width:2px - style B fill:#69f,stroke:#333,stroke-width:2px - style C fill:#f69,stroke:#333,stroke-width:2px - style D fill:#96f,stroke:#333,stroke-width:2px - style E fill:#6f9,stroke:#333,stroke-width:2px -``` +Minion The flowchart demonstrates the complete process from query to final result: 1. First receives the user query (Query) diff --git a/assets/sci.png b/assets/sci.png new file mode 100644 index 00000000..b2ace8c5 Binary files /dev/null and b/assets/sci.png differ