Skip to content

Latest commit

 

History

58 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive Agent System

竞品分析 Agent 协作系统 MVP。

文档

技术栈

  • Backend: FastAPI + SQLite + SQLAlchemy + LangGraph
  • Frontend: React + Vite + TypeScript
  • MVP Provider: Mock LLM + Mock Search

启动后端

cd backend
python -m venv .venv
source .venv/bin/activate
pip install -e .
uvicorn app.main:app --reload --port 8000

启动前端

cd frontend
npm install
npm run dev

访问: http://localhost:5173

API: http://localhost:8000/api/health

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages