Skip to content

## Issue: Unified REST API with FastAPI #68

@Zochory

Description

Description:

Establish a unified REST API using FastAPI to serve as the backend for AgenticFleet. This API should encompass existing Chainlit functionalities and provide a foundation for future feature extensions.

Acceptance Criteria:

  • A FastAPI application is created and running.
  • Existing Chainlit endpoints (or their equivalents) are exposed through the FastAPI API.
  • Documentation outlines the API structure and usage.
  • Tests cover the core API endpoints.

Implementation Notes:

  • Consider using a modular design to organize API endpoints.
  • Explore how to best integrate Chainlit's existing backend logic with the new FastAPI structure.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Projects

  • Status

    In progress

Relationships

None yet

Development

No branches or pull requests

Issue actions