Getting Started
Prerequisites
- Node.js 18+
- TypeScript 5+
- Docker & Docker Compose
Installation
Local Development
# Clone the repository
git clone https://gitlab.com/blueflyio/agent-platform/@bluefly/agent-protocol
cd {{PROJECT_DIR}}
# Install dependencies
npm install
# Configure environment
cp .env.example .env
# Edit .env with your settings
# Start development server
node server.js
Quick Start
{{QUICK_START_STEPS}}
Configuration
Environment Variables
| Variable | Description | Required | Default |
|---|---|---|---|
| {{ENV_VARS_TABLE}} |
Configuration Files
{{CONFIG_FILES}}
Verification
Verify installation:
jest --config jest.config.cjs
Expected output:
{{EXPECTED_OUTPUT}}
Next Steps
Common Issues
See Troubleshooting for solutions to common setup problems.