Open Issues Need Help
View All on GitHubAI Summary: This issue aims to refactor a monolithic FastAPI backend, currently implemented in a single `main.py` file, into a more modular and maintainable structure. The goal is to split the code into dedicated directories for configuration, prompts, and models, improving organization and scalability without altering any existing API functionality or behavior.
Complexity:
2/5
good first issue AMSOC-ACCEPTED difficulty: medium