Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
femto committed Jan 3, 2025
1 parent 4fc1dcc commit 4f284fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
<img src="assets/sci.png" alt="Minion" width="200" align="right">

The flowchart demonstrates the complete process from query to final result:
1. First receives the user query (Query)
Expand Down
Binary file added assets/sci.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f284fe

Please sign in to comment.