mackenzietechdocs's picture
adding files again
f639a6f

A newer version of the Gradio SDK is available: 6.1.0

Upgrade

AuroraAI Setup Guide

Prerequisites

  • Node.js 18+ or Python 3.10+
  • Access to the AuroraAI developer portal
  • API key with Assistant-level permissions
  • Optional: GitHub, Jira, or Confluence integration tokens

Installation

yarn global add auroraai
# OR
pip install auroraai-cli

Initialization

aurora init

This command:

  • Creates a project directory
  • Generates a .aurora/config.json file
  • Prompts you to add your API key

Configuration File Example

{
  "apiKey": "YOUR_API_KEY",
  "model": "aurora-pro",
  "contextWindow": 200000,
  "integrations": {
    "github": true,
    "jira": false
  }
}

Connecting Knowledge Sources

aurora connect ./docs

This indexes your local documentation for retrieval.