← Documentation Home

RFP Automation Developer Guide

Overview

Package: @bluefly/rfp-automation Version: Latest License: MIT

AI-powered RFP automation platform for government and commercial proposal generation using multi-agent systems and RAG.

Key Features

Installation

npm install

Usage

# Start all services
npm run dev

# Start individual services
npm run dev:api
npm run dev:web
npm run dev:training

# Build
npm run build

# Tests
npm test

Deployment

Kubernetes (Backend)

helm upgrade --install rfp-automation ./helm/rfp-automation \
  --namespace llm-platform \
  --create-namespace

kubectl get pods -n llm-platform -l app=rfp-automation

GitLab Pages (Frontend)

Frontend deploys automatically on main branch push to: https://llm.gitlab.io/rfp-automation

Environment Variables

# Backend
QDRANT_ENABLED=true
NEO4J_ENABLED=false
ENABLE_CUSTOM_MODEL=true
OPENAI_API_KEY=your-key

# Frontend
NEXT_PUBLIC_API_URL=https://rfp-api.bluefly.io

Documentation