Skip to content

Releases: xizhilanre/compete-scope-agent

v0.1.0 — Project Bootstrap

Pre-release

Choose a tag to compare

@xizhilanre xizhilanre released this 24 May 12:20

🚀 CompeteScope Agent v0.1.0 — Project Bootstrap

Repository initialization and project architecture setup.

What's included

  • Architecture Design: 5-Agent LangGraph DAG (Planner → Research → Analysis → Writer → Reviewer)
  • Tech Stack: FastAPI + Next.js 15 + PostgreSQL 16
  • Repository Setup: CI/CD (GitHub Actions), issue templates, PR template, branch protection
  • Documentation: README with architecture diagram, roadmap, quickstart guide

Tech Stack

Layer Technology
Backend FastAPI (Python 3.12+)
Frontend Next.js 15
Agent Engine LangGraph DAG
Search Tavily Search API
Database PostgreSQL 16
Real-time SSE (Server-Sent Events)

Next: v0.2.0

Core 5-agent DAG implementation with Tavily search integration and SWOT structured output.