Skip to content

Commit e223dc7

Browse files
committed
Update README.md
1 parent d0a8f2c commit e223dc7

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

README.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,32 @@ CrawlWise is an end-to-end Generative Engine Optimization (GEO) agent system tha
3636

3737
## 🏗️ Architecture
3838

39-
4039
```mermaid
41-
flowchart TD
42-
A[User (Frontend)] -->|Submits URL| B[FastAPI Backend]
43-
B --> C[Crawl4AI Crawler]
44-
C --> D[Extracted Content & Metadata]
45-
D --> E[PocketFlow Agent Pipeline]
46-
E --> F[Audit Node<br/>(LLM via AlchemystAI)]
47-
E --> G[Enhancement Node<br/>(LLM via AlchemystAI)]
48-
F --> H[Audit JSON]
49-
G --> I[Improvements JSON]
50-
H --> J[API Response]
40+
flowchart LR
41+
A["User (Frontend)"] --> B["FastAPI Backend"]
42+
B --> C["Crawl4AI Crawler"]
43+
C --> D["Extracted Content & Metadata"]
44+
D --> E["PocketFlow Agent Pipeline"]
45+
subgraph E ["PocketFlow Agent Pipeline"]
46+
F["Audit Node (LLM via AlchemystAI)"] --> H["Audit JSON"]
47+
G["Enhancement Node (LLM via AlchemystAI)"] --> I["Improvements JSON"]
48+
end
49+
D --> F
50+
H --> G
51+
H --> J["API Response"]
5152
I --> J
52-
J -->|Display Results| A
53-
F -.-> K[AlchemystAI LLM Proxy]
53+
J --> A
54+
F -.-> K["AlchemystAI LLM Proxy"]
5455
G -.-> K
5556
```
5657

58+
*User submits a URL via the frontend. The backend crawls the page, runs the PocketFlow agent pipeline (audit and enhancement nodes, both using AlchemystAI LLM), and returns results to the frontend for display.*
59+
60+
---
61+
62+
## 🌐 Key Links
5763

58-
amework:** [https://github.com/The-Pocket/PocketFlow](https://github.com/The-Pocket/PocketFlow)
64+
- **Framework:** [https://github.com/The-Pocket/PocketFlow](https://github.com/The-Pocket/PocketFlow)
5965
- **AlchemystAI LLM Proxy:** [https://getalchemystai.com](https://getalchemystai.com)
6066

6167
---

0 commit comments

Comments
 (0)