Skip to content

Commit 2f9ae0b

Browse files
committed
fix(readme): update repo structure
1 parent af2bcd5 commit 2f9ae0b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Flare AI Kit template for AI x DeFi (DeFAI).
1818

1919
<img width="500" alt="Artemis" src="https://github.com/user-attachments/assets/921fbfe2-9d52-496c-9b48-9dfc32a86208" />
2020

21-
2221
## 🎯 Getting Started
2322

2423
You can deploy Flare AI DeFAI using Docker (recommended) or set up the backend and frontend manually.
@@ -92,6 +91,7 @@ Flare AI DeFAI is composed of a Python-based backend and a JavaScript frontend.
9291
```bash
9392
npm start
9493
```
94+
9595
## 📁 Repo Structure
9696

9797
```plaintext
@@ -106,10 +106,17 @@ src/flare_ai_defai/
106106
├── attestation/ # TEE attestation
107107
│ ├── vtpm_attestation.py # vTPM client
108108
│ └── vtpm_validation.py # Token validation
109-
├── blockchain/ # Blockchain operations
109+
├── blockchain/ # Blockchain operations
110110
│ ├── explorer.py # Chain explorer client
111111
│ └── flare.py # Flare network provider
112-
└── prompts/ # AI system prompts & templates
112+
├── prompts/ # AI system prompts & templates
113+
│ ├── library.py # Prompt module library
114+
│ ├── schemas.py # Schema definitions
115+
│ ├── service.py # Prompt service module
116+
│ └── templates.py # Prompt templates
117+
├── exceptions.py # Custom errors
118+
├── main.py # Primary entrypoint
119+
└── settings.py # Configuration settings error
113120
```
114121

115122
## 🚀 Deploy on TEE

0 commit comments

Comments
 (0)