--- 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. ![Gradio](https://img.shields.io/badge/Gradio-4.x-blue) ![Python](https://img.shields.io/badge/Python-3.9+-green) ## 🌟 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