# Agentic Employment Infrastructure This project implements an Agentic Employment Infrastructure using FastAPI, Flask, Websockets, LiteLLM, and Gradio. The infrastructure aims to manage and enhance various aspects of workforce management through advanced autonomous agents. ## Project Structure - **backend/**: Contains the backend code built with FastAPI. - **frontend/**: Contains the frontend code built with Gradio. - **scripts/**: Contains setup and utility scripts. ## Getting Started 1. Clone the repository. 2. Run the setup script to create the folder structure and files. 3. Install the required dependencies. 4. Launch the backend and frontend services using Docker Compose. ## Usage Instructions on how to use the system will be added here.