Active Swarm Workspace

Status: Ready
⚙️ Settings
Welcome to the AETHERPROOF Web IDE. Fill in your settings in the sidebar to configure your Swarm Modes, Roles, and API credentials.

GitHub PAT Setup: To read and write files to your repository, you need a Personal Access Token (Classic) with the repo scope. You can generate one on GitHub here.

Connecting Local or Public LLM APIs: Since this IDE runs in your browser, standard security rules (CORS and Mixed Content) will block direct requests to local HTTP model servers or public API providers.
To bypass this and connect successfully:
  1. Install a CORS bypass extension (e.g. search for and install Allow CORS on the Chrome Web Store).
  2. Click the extension icon in your browser toolbar and click the Big Power Button to toggle it ON (icon will turn colored/orange).
  3. Open the extension's Options page (right-click its icon -> Options) and configure:
    • Option #3 (Access-Control-Allow-Headers): Turn ON/Check the box for "Add * as the header value" (allows API keys to pass).
    • Option #5 (Access-Control-Allow-Origin): Set this to * (wildcard) instead of ORIGIN.
  4. Reload the Web IDE tab in your browser.
  5. Enter your provider credentials and click Verify Connection!
💡 Local / Intranet LLM API Setup (e.g. http://ccil1s26m8hj6lws:8000/v1)
If you are connecting to a local HTTP endpoint, Chrome blocks the connection by default. Follow these steps to allow it:
  1. Click the Tune/Sliders icon (or Lock icon) in Chrome's address bar (left of `amalithlab.github.io`).
  2. Select Site settings from the menu.
  3. Scroll down to find Insecure content and change it from Block (default) to Allow.
  4. Return to the Web IDE page, reload the tab, and try again!

Auto-Repository Feature: If the repository you specify does not exist, AETHERPROOF will automatically create it as a private repository on your account.
[System Status: Online]