Skip to content

PetrFedin/Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synth-1 Fashion OS — Backend

FastAPI backend for the Synth-1 Fashion Intelligence Platform. Next.js UI: _ai-share/synth-1-full/. Онбординг, CI и матрица env: docs/RUNBOOK.md.

Фронтенд (Next.js): единственный код в монорепо — _ai-share/synth-1-full. Субмодуль synth-1/ удалён; порядок работ и субмодули — docs/MIGRATION_FULL_CUTOVER.md, docs/SUBMODULES.md.

Cursor (агенты / MCP): контракт агента — AGENTS.md, правило /.cursor/rules/gsd-superpowers-mcp-monorepo.mdc, детали — docs/CURSOR_AGENT_TOOLKIT.md, MCP — .cursor/mcp.json. Исходники Superpowers: tools/superpowers (obra/superpowers). После clone: bash scripts/bootstrap-monorepo-dev.sh (внутри вызывается scripts/normalize-gsd-cursor-paths.sh). После отдельного npx get-shit-done-cc@latest --local --cursor при необходимости снова: bash scripts/normalize-gsd-cursor-paths.sh.

Quick start

# Install
poetry install

# Run
uvicorn app.main:app --reload

# API docs
open http://localhost:8000/docs

Structure

  • app/api/ — REST endpoints
  • app/services/ — Business logic
  • app/ai/ — LLM, embeddings, AI services
  • app/agents/ — AI agents (orchestrator, report agents)
  • app/db/ — Models, repositories, migrations

Key commands

# Run all agents (reports + smoke)
python scripts/run_all_agents.py

# Report agents only
python -m app.agents.agent_runner

# Tests
pytest tests/

Environment

Copy .env.example to .env. Required: SECRET_KEY, DATABASE_URL.

License

Proprietary.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors