Deployment Guide

Quick Start

Bring AgentOffice up locally in a few minutes with Docker, Python, and one LLM API key.

Before you begin

Before you begin

  • 01Docker
  • 02Python 3.9 or later
  • 03At least one LLM API key. Gemini is the easiest free starting point.
Deploy in three steps

Deploy in three steps

Step 1

Clone the repository

Pull the project locally and enter the app directory.

git clone https://github.com/DBell-workshop/AgentOffice.git && cd AgentOffice
Step 2

Create your environment file

Copy the sample config, then fill in your API key.

cp .env.example .env  # add your API key
Step 3

Start the stack

Launch the containers and open the workspace in your browser.

docker compose up -d  # open http://localhost:8001
After Deploymentlocalhost:8001
AgentOffice workspace running locally.

Once it is up, you should see the visible AI workspace.

This is the current product view after the local stack has started successfully.