Skip to content

Commit 3b5db21

Browse files
authored
Update README.md
1 parent 0c67f10 commit 3b5db21

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ CrawlWise is an end-to-end Generative Engine Optimization (GEO) agent system tha
1717

1818
---
1919

20+
## 📽️ Demo
21+
<video src="https://github.com/user-attachments/assets/b723cf0f-2a08-4736-b409-0877423a32b0" width="600" controls></video>
22+
[Click here to watch the demo video](misc/demo/demo.mp4) if the playback does't work
23+
24+
---
25+
2026
## 🛠️ Tech Stack
2127

2228
- **Backend:** FastAPI, [PocketFlow](https://github.com/The-Pocket/PocketFlow), [Crawl4AI](https://pypi.org/project/crawl4ai/), [LangChain](https://python.langchain.com/), [AlchemystAI LLM Proxy](https://getalchemystai.com)
@@ -28,23 +34,26 @@ CrawlWise is an end-to-end Generative Engine Optimization (GEO) agent system tha
2834

2935
## 🏗️ Architecture
3036

37+
3138
```mermaid
32-
graph TD
39+
flowchart TD
3340
A[User (Frontend)] -->|Submits URL| B[FastAPI Backend]
3441
B --> C[Crawl4AI Crawler]
3542
C --> D[Extracted Content & Metadata]
3643
D --> E[PocketFlow Agent Pipeline]
37-
E --> F[Audit Node (LLM via AlchemystAI)]
38-
E --> G[Enhancement Node (LLM via AlchemystAI)]
44+
E --> F[Audit Node<br/>(LLM via AlchemystAI)]
45+
E --> G[Enhancement Node<br/>(LLM via AlchemystAI)]
3946
F --> H[Audit JSON]
4047
G --> I[Improvements JSON]
41-
H & I --> J[API Response]
48+
H --> J[API Response]
49+
I --> J
4250
J -->|Display Results| A
43-
F & G --> K[AlchemystAI LLM Proxy]
44-
K -.->|LLM Calls| F
45-
K -.->|LLM Calls| G
51+
F -.-> K[AlchemystAI LLM Proxy]
52+
G -.-> K
4653
```
4754

55+
56+
4857
---
4958

5059
## 🌐 Key Links

0 commit comments

Comments
 (0)