i-dot-ai / caddy-chatbot

Caddy is an AI powered co-pilot for customer service functions everywhere.
https://ai.gov.uk/projects/caddy/
MIT License
8 stars 4 forks source link

Migrate to Poetry #54

Closed AndreasThinks closed 4 months ago

AndreasThinks commented 4 months ago

We're currently managing dependencies in a single requirements file, which lends complexity given we have a series of lambdas. The ideal approach is likely poetry, which would allow various dependency groups.

Ticket for someone to review and consider migration steps

AndreasThinks commented 4 months ago

I've got a pr that nearly tackles this, though it's a hacky solution to lambdas and version control. I'd like to improve this in the future.