### Clone and Install Project Dependencies Source: https://github.com/dolphin-syndrom/fractal-context/blob/main/README.md Clone the repository and install the required Python packages using pip. ```bash git clone https://github.com/Dolphin-Syndrom/fractal-context.git cd fractal-context pip install -r requirements.txt ``` -------------------------------- ### Run the Chainlit UI Application Source: https://github.com/dolphin-syndrom/fractal-context/blob/main/README.md Start the Chainlit UI application to interact with the Fractal-Context agent. This command assumes you are in the project's root directory. ```bash chainlit run ui/app.py ``` -------------------------------- ### Configure Groq API Key Source: https://github.com/dolphin-syndrom/fractal-context/blob/main/README.md Create a .env file in the project root and add your Groq API key to it. This is necessary for the LLM to function. ```bash # Create a .env file and add your Groq API key echo GROQ_API_KEY=your_key_here > .env ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.