SPTFlo Documentation
Enterprise AI agent orchestration for the SPT ecosystem.
Overview
SPTFlo provides 60+ specialized AI agents coordinated through swarms with self-learning hooks, vector memory, fault-tolerant consensus, and MCP integration. It is the orchestration layer of the SPT platform, consuming SPT's core vector database and neural architecture components.
Documentation Structure
Architecture
- Architecture Decision Records - 74+ ADRs covering all design decisions
- Domain-Driven Design - Coherence Engine and Quality Engineering domains
- Architecture Details - Implementation architecture, hooks, migration, security, plugins
Package Documentation
Individual module documentation:
- CLI - Main CLI with 39 commands and 27 MCP tools
- Shared - Common types, events, utilities
- MCP - Model Context Protocol server
- Memory - SptDB + SQLite hybrid memory
- Embeddings - Vector embeddings and semantic search
- Swarm - 15-agent hierarchical mesh coordination
- Neural - SONA self-optimizing neural architecture
- Hooks - Self-learning lifecycle hooks
- Performance - Benchmarking and Flash Attention
- Guidance - Guidance Control Plane
- Security - Security scanning and CVE detection
- AI Defence - AI manipulation defense
- Browser - Browser automation
- Codex - Code intelligence engine
- Plugins - Plugin SDK and management
- Testing - TDD framework
- Deployment - Release management
- Claims - Collaborative issue claims
- Integration - Integration patterns
- Providers - Model provider implementations
Plugin Documentation
Domain-specific plugins:
- Agentic QE - Quality Engineering agents
- Code Intelligence - Code analysis
- Cognitive Kernel - Cognitive processing
- Financial Risk - Financial analysis
- Gastown Bridge - WASM bridge
- Healthcare Clinical - Healthcare domain
- Hyperbolic Reasoning - Hyperbolic geometry
- Legal Contracts - Legal analysis
- Neural Coordination - Neural networks
- Performance Optimizer - Performance optimization
- Prime Radiant - Prime Radiant system
- Quantum Optimizer - Quantum optimization
- Teammate Plugin - Teammate agent
- Test Intelligence - Test generation
Guides
- Plugin Installation - Claude Code plugin setup
- Quick Start - Getting started
Reference
- Original README - Full feature reference
- Agents Reference - Agent definitions
- Changelog - Version history
- V3 Changelog - V3 release notes
Examples
- V2 Examples - 25+ example projects including REST APIs, chat apps, data pipelines, ML foundations, and parallel processing demos