If anyone is unable to handle the stuff chill , share the work
- backend/core/graph.py
- backend/core/state.py
- backend/core/utils.py
- backend/agents/architect.py
- backend/agents/summary.py // can be changed for testing //
- requirements.txt
- docker-compose.yml
- .gitignore
- backend/agents/statistician.py
- backend/agents/insights.py // main part of the agent //
- backend/models/schemas.py
- backend/api.py
- backend/app.py
- .env.example
- .github/workflows/python-checks.yml
- backend/agents/summary.py // can be changed //
- backend/agents/visualizer.py
- data/sample_data.csv
- data/test_data/good.csv
- data/test_data/bad.csv
- data/test_data/messy.csv
- backend/agents/summary.py // can be changed //
Data-Analysis-MultiAgent/
ā
āāā backend/
ā āāā agents/
ā ā āāā architect.py
ā ā āāā statistician.py
ā ā āāā visualizer.py
| | āāā summary.py
ā ā āāā insights.py
| |
ā ā
ā āāā core/
ā ā āāā state.py
ā ā āāā graph.py
ā ā āāā utils.py
ā ā
ā āāā models/
ā ā āāā schemas.py
ā ā
ā āāā app.py
ā āāā api.py
ā
āāā data/
ā āāā sample_data.csv
ā āāā test_data/
ā āāā good.csv
ā āāā bad.csv
ā āāā messy.csv
ā
āāā .github/workflows/
ā āāā python-checks.yml
ā
āāā requirements.txt
āāā .env.example
āāā .gitignore
āāā docker-compose.yml
āāā README.md
git pull origin main
git checkout yourname
git add .
git commit -m "message"
git push origin yourname
- Work only in your assigned files
- Do not push directly to main
- Test code before pushing
- Use clear commit messages
- Review before you merge
- If code fails don't panic and raise issue or revert back to commit
- Be optimal with the code part
Architect ā Statistician ā Visualizer ā Insights
