| title: JD OpenManus Engine | |
| emoji: π€ | |
| colorFrom: indigo | |
| colorTo: purple | |
| sdk: gradio | |
| sdkVersion: 4.0.0 | |
| app_port: 7860 | |
| pinned: false | |
| license: mit | |
| # JD OpenManus Engine | |
| A sleek, dark-themed Web UI for AI Agent interactions - deployed on Hugging Face Spaces. | |
|   | |
| ## π Features | |
| - π¬ **Chat Interface** - Modern chat UI for communicating with AI agents | |
| - βοΈ **Configuration Panel** - Configure Base URL, Model Name, and API Key | |
| - π **File Upload** - Support for uploading files and images | |
| - π **Dark Theme** - Sleek modern dark-themed UI | |
| ## π Quick Start | |
| 1. Open the Space at: https://huggingface.co/spaces/YOUR_USERNAME/JD-OpenManus-Engine | |
| 2. Go to the **Chat** tab | |
| 3. Configure your API credentials: | |
| - **Base URL**: e.g., `https://api.openai.com/v1` | |
| - **Model Name**: e.g., `gpt-4-turbo` | |
| - **API Key**: Your API key | |
| 4. Type a message and hit Send! | |
| ## π Requirements | |
| - Python 3.9+ | |
| - See `requirements.txt` for all dependencies | |
| ## π§ Deployment | |
| This Space is configured to run with Gradio. Simply push to a Hugging Face Space with: | |
| - `app.py` - Main application | |
| - `requirements.txt` - Dependencies | |
| ## π License | |
| MIT License |