diff --git a/README.md b/README.md index 092e36e..8f2a29c 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,11 @@ * **Python 3.11+** (if running without Docker) * **Node.js 18+** (for frontend development) -### 1. Configure Secrets -Copy the example environment file and add your API keys (Gemini, OpenAI, etc.): -```bash -cp .env.example .env -``` +### 1. Configure Secrets & Keys +Most configurations and API Keys (Gemini, DeepSeek, TTS, STT) can be set dynamically via the visual **Settings** pane within the Web UI after booting. For deeper system overrides (like database location or custom proxy headers), you may review and edit `ai-hub/app/config.yaml`. ### 2. Launch the Stack -Initialize the Hub (Backend, Frontend, and Database) in one command: +Initialize the Hub (Backend, Frontend, Browser Service, and SQLite Database) in one command: ```bash docker compose up -d --build ``` @@ -74,7 +71,7 @@ ```text . ├── ai-hub/ # Backend API & Orchestrator -├── ui/ # Frontend Workspace (React) +├── frontend/ # Frontend Workspace (React) ├── agent-node/ # Distributed Node Client (Lightweight) ├── browser-service/ # Dedicated Browser Automation Service (Playwright) ├── skills/ # AI Skill Definitions