File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff 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
2423You 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
You can’t perform that action at this time.
0 commit comments