chainlit
chainlit copied to clipboard
Build Conversational AI in minutes ⚡️
This PR refactors the development scripts. ### Key Changes * **Backend scripts moved to `uv` scripts** – `pnpm` is no longer used to run them. * **Paired scripts for backend...
I attempted to connect to Postman's Remote MCP Server using MCP's SSE, but encountered an error. https://www.postman.com/postman/postman-public-workspace/collection/681dc649440b35935978b8b7 The server side error message is as follows: `HTTP Request: GET https://mcp.postman.com/mcp "HTTP/1.1...
Add OAuth Support for MCP Connections (ServiceNow, Confluence, etc.) Description Problem Statement Currently, Chainlit's MCP connection UI only supports basic authentication methods, requiring users to manually enter credentials (username/password or...
**Is your feature request related to a problem? Please describe.** I'd like to share a link to my Chainlit app having a pre-populated chat input with an initial prompt, e.g....
This allows developers to access provider-specific fields, such as `expires_in` or custom metadata in the `oauth_callback`
**Describe the bug** I have a very simple agent (Langchain's Demo use case agent) which I need to integrate with chainlit including showing the COT. I believe this is broken...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** I have task list integrated in my chainlit frontend due to which it continuously shows...
https://fastapi.tiangolo.com/release-notes/#01180 It would be nice if chainlit could support the new version of fast api. Thanks!
**Is your feature request related to a problem? Please describe.** Want to send a zip of a windows exe to folks who don't know how to download and install python,...