michaelmagan / hydraai

a dev tool for generative UI that adapts to user context in real-time
https://usehydra.ai
MIT License
114 stars 8 forks source link

set up DB infra and prompting #20

Closed broskicodes closed 1 month ago

broskicodes commented 1 month ago

This pr adds set up for a postgres DB to store registered components.

I also change the prompting strategy to only provide relevant context and allow AI to send text msgs.

I've made changes to hydra client and backend structure to facilitate these updates. Please comment any questions that you have.