Skip to main content

RFP Automation Developer Guide

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

  • Multi-Agent System: Coordinated AI agents for proposal generation
  • RAG Pipeline: Retrieval-augmented generation for accurate responses
  • LLM Integration: GPT-4, Claude support
  • Government Compliance: FedRAMP, NIST 800-53, SOC2
  • Monorepo Structure: Apps and shared packages

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