-
released this
2026-05-08 21:27:12 +02:00 | 287 commits to main since this releasev1.0.0 - Initial Runnable Platform Release
v1.0.0is the first runnable SYNAPSE baseline. It turns the planning repository into a local platform runtime with a Spring Boot backend, Vue dashboard, PostgreSQL migrations, structured logs, Docker Compose orchestration, and concrete runtime API checks.Added
- Complete documentation scaffold for architecture, agents, teams, AI-Firm, plugins, store, bundles, logging, theming, installer, CLI, ACP, MCP, skills, heartbeat, self-learning, multi-user support, Git providers, custom commands, ECHO, and API reference.
- Root project documentation, contribution guidance, MIT license, build-step checklist, implementation roadmap, and release tracking.
- PostgreSQL schema and seed data for the platform foundation.
- Agent identity files for Main Agent, ECHO, AI-Firm CEO, and reusable templates.
- Plugin templates for channels, model providers, skills, MCP, and Telegram.
- Store registry, bundle specification, store specification, and plugin submission guide.
- Unix/macOS and Windows installer scripts.
- Docker Compose quick/dev and production stacks.
- Spring Boot backend runtime under
packages/core. - Vue/Vite dashboard runtime under
packages/dashboard/frontend. - Backend APIs for health, file-defined agents, and structured logs.
- Flyway migration files and explicit migration execution during backend startup.
- Nginx API proxying for the packaged dashboard container.
- Roadmap label and milestone release workflow support.
Fixed
- Corrected README documentation links and project structure references.
- Normalized text file line endings across project file types.
- Made the backend health API independent of Actuator internals.
- Updated Docker Compose PostgreSQL 18 volume handling.
- Added PostgreSQL and Redis health checks for deterministic backend startup.
- Filtered runtime agent listing so scaffold templates are not exposed as concrete agents.
Validated
- Backend Docker image builds successfully.
- Dashboard Docker image builds successfully.
- Docker Compose config validates for quick/dev and production files.
- Local runtime starts PostgreSQL, Redis, Qdrant, backend, and dashboard.
GET /api/healthresponds through backend port8080.GET /api/healthresponds through dashboard proxy port3000.GET /api/agentsreturns concrete runtime agents.GET /api/logsreturns persisted structured startup logs.
Deferred To V2
- Live chat runtime and model invocation.
- Ollama/OpenAI/Anthropic provider execution paths.
- Realtime delivery through SSE or WebSocket.
- User authentication and role enforcement.
- Plugin installation and lifecycle management.
- Store-backed plugin and bundle installation.
- Full dashboard management workflows.
- CLI implementation against backend APIs.
- CI hardening beyond local Docker validation.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads