AI-powered multi-agent system for automated proposal generation using context-aware retrieval and persona-based writing.
Propulse is a multi-agent system that leverages AI to generate high-quality proposals based on user prompts and RFP documents. The system uses vector databases to retrieve relevant context from past RFPs and proposals, ensuring generated content is both accurate and contextually appropriate.
graph TD
subgraph "Frontend Layer"
UI[Streamlit UI]
Upload[Document Upload]
Preview[Proposal Preview]
end
subgraph "Backend Layer"
API[FastAPI Service]
Auth[Authentication]
Cache[Redis Cache]
end
subgraph "Agent Pipeline"
R[Retriever Agent]
W[Writer Agent]
V[Verifier Agent]
end
subgraph "Storage Layer"
VDB1[Vector DB - RFPs]
VDB2[Vector DB - Proposals]
DB[(PostgreSQL)]
GCS[Cloud Storage]
end
UI --> API
Upload --> API
API --> Auth
API --> Cache
API --> R
R --> VDB1
R --> VDB2
R --> W
W --> V
V --> API
API --> Preview
API --> DB
API --> GCS
sequenceDiagram
actor User
participant UI as Frontend
participant API as Backend
participant R as Retriever
participant W as Writer
participant V as Verifier
participant DB as Databases
User->>UI: Upload RFP/Enter Prompt
UI->>API: Submit Request
API->>R: Get Relevant Context
R->>DB: Query Vector DBs
DB-->>R: Return Matches
R->>W: Context + Prompt
W->>V: Generated Proposal
V->>API: Verified Content
API->>UI: Return Proposal
UI->>User: Display Result
Propulse/
├── backend/ # FastAPI backend service
│ ├── agents/ # Agent implementations
│ │ ├── retriever/ # Retriever agent logic
│ │ │ ├── __init__.py
│ │ │ ├── agent.py
│ │ │ └── utils.py
│ │ ├── w
Universal, model-agnostic operating harness for AI agents (Claude, Codex, Gemini, …) — a lean core + work-type profiles assembled by one setup script.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
A desktop pet for macOS & Windows that monitors your AI coding agents (Claude Code, Codex, Cursor, Gemini...) in real time, and grows as you code, feed it tokens, level it up, climb the leaderboard.
UltraGameStudio - AI coding agent for game development: engine workflows, gameplay code, and asset generation.
The coding agent that answers to you, your model, your machine, your rules.
Stop babysitting local AI agents. Just notifications, approve, and resume your Codex,Pi,Grok, or Claude code sessions anywhere. 0-Intrusion mobile control bridge via Telegram/微信/飞书. No hooks, no skills, no MCP.
Workflows from the Neura Market marketplace related to this Gemini resource