retaildevcrews / botify

End to end chatbot development accelerator
MIT License
0 stars 1 forks source link

Restructure bot-service code #3

Closed pragmatical closed 1 month ago

pragmatical commented 1 month ago

Structure as follows: api - fast api related code app - cross cutting bot-service concerns like settings, constants, system messages common - common code that can be used outside of the context of any specific implementation botify_langchain - langchain specific code prompts - promptgen code