Getting Started
Quick Start: Continuous Agents

πŸš€ Quick Start: Continuous Agents

5-Minute Setup

1. Start the System

cd /Users/kbselander/Developer/Notebook/mcp-servers/servers/mcp-server-altsportsleagues.ai/2.1-cloud-run-docker-mcp
 
# Start your frontend first
cd clients/frontend
npm run dev &
 
# Go back to scripts
cd ../../scripts/deploy
 
# Start all agents
./start-continuous-system.sh start

2. Watch It Work

# View status
./start-continuous-system.sh status
 
# Watch logs (Ctrl+C to exit)
./start-continuous-system.sh logs
 
# View kb.json
./start-continuous-system.sh view

3. Make a Change

# Edit any file in clients/frontend
# Save it
 
# Watch agents detect and fix issues automatically
# Check kb.json to see updates

4. Check Deployability

# Run once to check current state
./continuous-frontend-nextjs16-qa-compliance-eval-system.sh once
 
# If output shows:
# βœ… Deployable: YES
# Then you're safe to deploy!

5. Stop When Done

./start-continuous-system.sh stop

What's Happening Behind the Scenes

Every 5 minutes:  QA Agent tests all pages with 3 ghost clickers
Every 10 minutes: Style Agent checks design system compliance  
Every 3 minutes:  Improvement Agent reads kb.json and applies fixes

Continuous: All agents learn from fix success/failure rates
On Threshold: System escalates to human if stuck

Key Files

  • kb.json: .evals/evals-2/kb.json (shared memory)
  • Logs: scripts/deploy/logs/*.log
  • Reports: .evals/evals-2/*.json

Deployment Safety

Before git commit:

./continuous-frontend-nextjs16-qa-compliance-eval-system.sh once
 
# Only commit if you see:
# βœ… Deployable: YES

Troubleshooting

"Frontend not accessible"

cd clients/frontend
npm run dev

"Playwright not found"

pip3 install playwright
python3 -m playwright install chromium

"Too many errors"

# Run fix cycle
./continuous-frontend-improve-from-eval-agent-reports.sh once

Next Steps

  1. βœ… Run for a few hours
  2. πŸ“Š Review kb.json learnings
  3. 🎯 Adjust thresholds in scripts
  4. πŸ”§ Add custom checks
  5. πŸš€ Integrate with CI/CD

See the Agent Framework Generalization Guide for full documentation.

Platform

Documentation

Community

Support

partnership@altsportsdata.comdev@altsportsleagues.ai

2025 Β© AltSportsLeagues.ai. Powered by AI-driven sports business intelligence.

πŸ€– AI-Enhancedβ€’πŸ“Š Data-Drivenβ€’βš‘ Real-Time