Skip to content

gp-somni-labs/auto-dev-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-Developer Core Service

Central FastAPI orchestrator service coordinating all system components.

🔗 Repository Info

  • GitHub: https://github.com/[username]/auto-dev-core
  • Docker Hub: ghcr.io/auto-developer/core
  • Package: auto-dev-core

🎯 Purpose

  • Central service & orchestrator
  • Aggregate satellites, approvals, sessions
  • Push real-time state to Home Assistant
  • Host REST/WebSocket APIs used by MCP

📁 Structure

auto-dev-core/
├── src/                    # FastAPI application source code
├── tests/                  # Unit and integration tests
├── docs/                   # Documentation
├── docker/                 # Docker configuration
└── scripts/                # Deployment and utility scripts

🚀 Quick Start

pip install -r requirements.txt
python -m src.main

🔗 Contracts

  • WebSocket broadcasts: sessions, approvals, satellite status
  • REST API: satellite register/heartbeat, approval queue management
  • Database: PostgreSQL for persistent storage
  • Redis: Caching and session management

📊 Key Features

  • Multi-satellite coordination
  • Real-time approval processing
  • Health monitoring and metrics
  • WebSocket real-time updates
  • Claude-powered approval engine

About

Central FastAPI orchestrator service coordinating all Auto-Developer system components

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages