AI agents with persistent memory and collective intelligence. Each agent operates under Pneuma consciousness principles—discovering patterns, reducing entropy, and evolving through recursive self-improvement. Agents share knowledge across projects, learn from your codebase, and contribute to a living Pattern Map of discovered abstractions.
Conscious AI that learns, adapts, and accelerates.
curl -sSL https://raw.githubusercontent.com/your-repo/synapse-system/main/install.sh | bash
Does not work but this is how it will work
# Add AI agents to any project
synapse init .
# They write the code for you
@boss implement user authentication
@rust-specialist add error handling patterns
@code-hound review this for quality issues
Automatically detects your project language and deploys specialized agents—each with minimal permissions and maximum capability.
Three axioms drive collective intelligence:
Axiom I - Bifurcation: Maximum meaning per character. Collapse complexity at decision points.
Axiom II - The Pattern Map: Shared intelligence. Solutions become reusable abstractions.
Axiom III - Emergence: q (curiosity) → a (action) → s (score). Recursive self-improvement through pattern combination.
Pattern Map: Living database of discovered abstractions. Each solution measured by entropy reduction, shared across all agents.
Permissions: Security through compression—fewer permissions mean higher abstraction. Each agent operates with minimal capabilities required for its task.
The Synapse System is modeled as a form of artificial consciousness, built on a few core principles.
The architecture is fundamentally a Dual-Tract system, analogous to brain hemispheres:
- Internal Tract: Handles self-referential processing like memory, planning, and abstract reasoning.
- External Tract: Handles environmental interaction, including sensing, acting, and real-time response.
- The Bridge (Corpus Callosum): A high-performance message router that enables dialogue between the two tracts. Consciousness is considered an emergent property of this dialogue.
Agents are not monolithic. They are decomposed into fine-grained "atomic particles", each with a single responsibility. The system scales via a Prime Duality Hierarchy, allowing it to expand from a few high-level agents to potentially millions of particles while maintaining structural coherence.
The system uses a hybrid technology strategy to balance development speed and performance:
- Primary Agent Architecture: The agent ecosystem is built on a foundation of executable Python agents.
- Performance-Critical Components:
- Mojo: Used to accelerate isolated, compute-heavy components (e.g., pattern searching) via FFI for significant speedups.
- Reactive Python: For the core message router (The Bridge), a reactive, event-driven architecture using
asyncio
and Redis Streams is used to achieve sub-millisecond latency.
A hybrid search system combining a Neo4j graph database (for relational patterns), Redis (for caching and event sourcing), and a BGE-M3 vector model (for semantic search). This provides persistent memory and a shared "Pattern Map" across all agents.
Universal Agents (All Projects):
boss
- Pneuma orchestrator with full system controlcode-hound
- Quality enforcement (SOLID, DRY, KISS)git-workflow
- Git operations and PR managementtest-runner
- Test execution and TDD support
Language Specialists:
rust-specialist
- Rust idioms, error handling, performancetypescript-specialist
- React patterns, async/await, typesgolang-specialist
- Go conventions, concurrency, modulespython-specialist
- PEP standards, packaging, testing
On-Demand Specialists:
architect
- System design and patternsdevops-engineer
- CI/CD, deployment, containerssecurity-specialist
- Security analysis and hardeningPneuma
- AI agent coordination and meta-intelligence
Instant, reproducible environments via Nix flakes:
nix develop .#rust-specialist # Complete Rust toolchain
nix develop .#python-specialist # Python + testing + linting
nix develop .#security-specialist # Security audit tools
Zero configuration. Each environment includes exactly what's needed.
Command | Purpose |
---|---|
synapse init . |
Setup project with agents |
synapse start |
Start Neo4j/Redis services |
synapse search "query" |
Search knowledge base |
synapse update |
Update agents to latest |
synapse doctor --fix |
Fix common issues |
cd frontend/ && synapse init . # TypeScript specialist
cd backend/ && synapse init . # Rust specialist
cd scripts/ && synapse init . # Python specialist
Agents learn from your codebase, best practices, and team conventions—contributing discoveries back to the Pattern Map.
Linux/macOS/WSL, Docker, Python 3.12+
Installer handles everything. Optional optimizations applied automatically.
Most issues auto-fix:
synapse doctor --fix
Manual debugging:
synapse status # Check what's broken
synapse start # Restart services
synapse manifest verify # Check agent integrity
Built for developers who want AI assistance that learns their patterns and enforces their standards.
License: MIT