How to go to production #2904
Unanswered
PovedaAqui
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I built my AI agent using the LangGraph Python SDK and am currently interacting with it through a basic Chainlit UI. I now aim to decouple the frontend from the backend by exposing the backend as an API, allowing me to develop a production-ready UI separately using a JavaScript framework like Next.js. Due to regulatory requirements, my agent must be on-premise. What steps should I take to achieve this objective of decoupling the backend from the frontend?
Regards,
Luis Poveda
Beta Was this translation helpful? Give feedback.
All reactions