- 05 Oct, 2025 2 commits
-
-
Stefy Lanza (nextime / spora ) authored
- Add comm_type configuration option (unix/tcp, default unix) - Command line argument --comm-type for runtime selection - Web configuration page includes communication type selection - SocketCommunicator and SocketServer support both Unix and TCP - Updated all processes to use configured communication type - Documentation updated to reflect both socket types - Unix sockets provide better performance for local communication
-
Stefy Lanza (nextime / spora ) authored
- Multi-process architecture: web, backend, analysis/training workers - SQLite database for persistent configuration and system prompts - Configurable CUDA/ROCm backends with command line override - TCP socket-based inter-process communication - Web interface with comprehensive configuration management - GPLv3 licensing with copyright notices on all files - Complete documentation: README, architecture docs, changelog - Build and deployment scripts for different GPU backends - Git repository setup with .gitignore for build artifacts
-