Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

## Issue: Mount Chainlit App within FastAPI #69

Open
Zochory opened this issue Feb 7, 2025 · 0 comments
Open

## Issue: Mount Chainlit App within FastAPI #69

Zochory opened this issue Feb 7, 2025 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Zochory
Copy link
Member

Zochory commented Feb 7, 2025

Description:

Integrate the existing Chainlit application as a component within the new FastAPI backend. This allows leveraging Chainlit's UI and features while transitioning to the unified API.

Acceptance Criteria:

  • The Chainlit UI is accessible through a specific route within the FastAPI application (e.g., /chainlit).
  • Chainlit functionalities operate as expected within the FastAPI context.
  • Clear instructions are provided on how to access the Chainlit UI.

Implementation Notes:

  • Investigate Chainlit's internal structure to determine the best way to mount it within FastAPI.
  • Consider using FastAPI's sub-application mounting capabilities.
@Zochory Zochory moved this to Backlog in AgenticFleet Feb 7, 2025
@Zochory Zochory moved this from Backlog to In progress in AgenticFleet Feb 7, 2025
@Zochory Zochory added the enhancement New feature or request label Feb 16, 2025
@Zochory Zochory added this to the OpenAPI milestone Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In progress
Development

No branches or pull requests

1 participant