Strata AI Documentation
  • Welcome to the future
  • Getting Started
    • Quickstart
    • Installation
    • LLM API
    • Tools Configuration
  • High Level Guides
    • Inter-Agent Communication
    • Development
    • Serialization & Breakpoint Recovery
    • Implementation Logic
    • RAG Module
    • Environment
    • Integrations
  • API Documentation
    • Initial Documentation
Powered by GitBook
On this page
  1. Getting Started

Quickstart

Get up and running with Strata AI in just a few steps:

Step 1: Clone the Repository

  1. Visit the official Strata AI GitHub repository: Strata AI GitHub.

  2. Clone the repository to your local machine:

    git clone https://github.com/Kakachininja/StrataAI

Step 2: Install Dependencies

  • Navigate to the project directory and install required dependencies:

    cd StrataAI
    pip install -r requirements.txt

Step 3: Configure the Framework

  1. Open the configuration file (config.yaml) and specify the LLMs you want to integrate.

  2. Define routing rules for optimizing prompt allocation.

Step 4: Run the Framework

  • Start Strata AI and test it with your prompts:

    python main.py

Step 5: Explore Features

  • Refer to our Core Features for guidance on leveraging Strata AI’s full potential.

PreviousWelcome to the futureNextInstallation

Last updated 4 months ago