Skip to content

Commit 21c2e26

Browse files
authored
Update README.md
Updated
1 parent 82a4b75 commit 21c2e26

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,24 @@ The AutoGuided Onboarding webApp (AGO) combines Azure OpenAI capabilities with s
2323

2424
```
2525
AGObot/
26-
├── frontend/ # Web interface (to be implemented)
26+
├── frontend/ AGOchatbot # WebApp interface (Mockup)
2727
│ ├── pages/
28-
│ │ ├── index.html # Initial setup flow
29-
│ │ └── setup.md # Analytics interface
28+
│ │ ├── index.html # Mockup design
29+
│ │ └── setup.md # Setup instructions
30+
│ │ └── requirements.txt # package installation instructions
31+
│ │ └── agoCLIoutput.md # Main App data outputs
32+
│ │ └── vTrackerOutput.md # Visual tracker App data outputs
33+
│ └── IMG # Project images
3034
│ └── components/
31-
│ └── energybill.json
32-
|. └── impactchart.json
33-
├── backend/ # Current CLI implementation
34-
│ ├── ago.py # Main application logic
35-
│ ├── vtracker.py # AI service handlers
36-
│ └── data_models/ # Energy consumption schemas
37-
├── docs/ # Project documentation
38-
└── tests/ # Validation scripts
35+
│ └── energybill.json # EEHC grid data
36+
| └── impactchart.json # Data for graphs and charts
37+
| └── promptinj.json # Data Prompts for chatbot
38+
├── backend/ # Current CLI implementation
39+
│ ├── ago.py # Main application: Calc energybill.json & recommend
40+
│ ├── vtracker.py # Create graphs and charts from impactchart.json
41+
│ └── data_models/ # GPT 4.0
42+
├── docs/ README.md # Documentation
43+
└── tests/ Google colab # App validation and scripts fixing & degbugging
3944
```
4045

4146
---

0 commit comments

Comments
 (0)