JamesUMD23/agent-business
0
Agent Factory — Mission Control
A Reflex web app where a Claude Opus 4.7 Orchestrator coordinates specialist sub-agents (currently a Haiku 4.5 Business-Acquisition Scout) and you watch them work in real time.
What it does
- Submit search criteria (industry, max price, location)
- Orchestrator plans the run and spawns the Scout
- Scout searches BizBuySell / BizQuest / BusinessesForSale via Anthropic web_search, fetches listings (Safari UA bypasses bot detection), scores them with the local investment calculator, and saves the best ones
- Orchestrator emails the digest when the run finishes
- The dashboard streams every step live
See INSTRUCTIONS.md for the full architecture.
Local dev
pip install -r requirements.txt
cp .env.example .env # then fill in keys
reflex runFrontend → http://localhost:3000 · Backend → http://localhost:8000
Deploy to a HuggingFace Space
- Create a new Space (SDK = Docker, hardware = CPU upgrade)
- Add Secrets in Settings:
CLAUDE_API_KEY,EMAIL,EMAIL_PASSWORD - Push this repo to the Space's git remote
- The Dockerfile uses
reflex run --single-portso the whole app runs on:7860
