vintasoftware / django-ai-assistant

Integrate AI Assistants with Django to build intelligent applications
https://vintasoftware.github.io/django-ai-assistant/
MIT License
132 stars 7 forks source link

Add guardrails support/integration #68

Open elliasmatheus opened 1 month ago

elliasmatheus commented 1 month ago

https://github.com/guardrails-ai/guardrails

Also, we could think on an integration hub (a plugin system) similar to their hub

fjsj commented 1 month ago

Seems they're compatible with langchain: https://www.guardrailsai.com/docs/integrations/langchain So as long as we provide a good API to change the chain parser, it should be easy to integrate... And maybe we can add something on docs as well.