DEPLOYMENT GUIDE
Quick Start
Get your autonomous agent running on Windows 11 in under 5 minutes. Follow these steps to deploy the desktop agent in development mode.
STEP 01
Prerequisites
- Windows 11 (Pro/Enterprise)
- .NET 8.0 SDK
- Administrator privileges
- Git for Windows
STEP 02
Clone Repository
- Clone the CPU Agents repository from GitHub
COMMAND
git clone https://github.com/Lev0n82/CPU-Agents-for-SDLC.gitSTEP 03
Navigate to Agent
- Navigate to the desktop agent directory
COMMAND
cd CPU-Agents-for-SDLC\desktop-agent\src\AutonomousAgent.CoreSTEP 04
Run Agent
- Execute the agent in development mode
- Self-tests will run automatically on startup
- Watch the console for test results
COMMAND
dotnet runSuccess! Agent is Running
Your autonomous agent is now operational. You should see self-test results in the console window. The agent will perform system-level validation before becoming fully operational.
Expected output: "Self-tests passed: 6/6"
Agent status: OPERATIONAL
Next reboot scheduled: 00:00 (configurable)