Skip to content

First time deployment instructions for Windows

Wiktor Maj edited this page Mar 21, 2026 · 2 revisions

Requirements

Before starting, ensure the following tools and settings are installed and configured:

Once all requirements are completed, restart your computer.

Deployment

1. Download the Project

2. Open in Dev Container

  • Launch Visual Studio Code
  • Open the DevContainers panel (left sidebar)
  • Click “Open Folder in Container”
  • Select the .devcontainer folder inside the extracted agent-platform project

VS Code will automatically reload and begin setting up the development container. You can monitor progress through the logs notification.

3. Verify Environment

Once setup is complete:

  • The left panel should display the project file structure
  • The right panel should include tools such as Copilot, Claude Code, and Codex

4. Initialize and Start Backlog

  • Open the integrated terminal in VS Code
  • Run:
    backlog init
  • Follow the setup prompts
  • When asked about automatic web setup, select “yes”
  • After initialization, the backlog project should start automatically on restart. If it does not, run:
    backlog browser
  • Open your browser and go to http://localhost:6420
  • Use “New Task” to create tasks, track progress via the Kanban dashboard
  • Agents can reference tasks using @<task name or number>

5. Customize Agents (Optional)

For advanced configuration and personalization, refer to: https://github.com/szachovy/agent-platform/blob/master/docs/architecture.md and project's README