File size: 560 Bytes
1f6a5b9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
mixture_of_agents/
βββ README.md
βββ setup.sh
βββ requirements.txt
βββ app.py
βββ colab_notebook.ipynb
βββ dataset/
β βββ code_finetune_dataset.json
βββ agents/
β βββ front_end_agent.py
β βββ back_end_agent.py
β βββ database_agent.py
β βββ devops_agent.py
β βββ project_management_agent.py
βββ integration/
β βββ integration_layer.py
βββ model/
βββ load_pretrained_model.py
βββ fine_tune_model.py
|