This project involves a microservice application which includes a telegram bot, which connects the user to a llm model that can access a database and provide information to the user. The project is deployed on AWS.
To install venv with optional de vdependencies:
uv sync --extra devTo add a dev dependency:
uv add <package> --optional devTo deploy the project: command:
cdk deploy