Autonomous AI Framework — First-Time Setup

01

Primary LLM

Choose your main cloud AI provider and model

🔑 Get your key from Google AI Studio
02

Fallback LLM

Secondary cloud provider for automatic failover

03

Local LLM

Connect to a self-hosted model via Ollama, vLLM, or any OpenAI-compatible endpoint

04

Google Account

Connect your Google account for Gmail, Calendar, and Tasks integration

Connected

Google account is authenticated and ready.

📋 How to get credentials.json

  1. Go to Google Cloud Console → Credentials
  2. Create an OAuth 2.0 Client ID (type: Web Application)
  3. Add http://localhost:8000/setup/oauth/callback as an Authorized Redirect URI
  4. Under APIs & Services → Library, enable:
    • Gmail API
    • Google Calendar API
    • Google Tasks API
  5. Download the JSON file and save it as credentials/credentials.json
05

Review & Launch

Verify your configuration and start the agent

API Keys configured
Google Account connected
Databases initialized
Step 1 of 5