8.6 KiB
8.6 KiB
Agentic-Flow Documentation
Complete documentation for the agentic-flow platform - AI agent orchestration with 66 specialized agents, 213 MCP tools, ReasoningBank learning memory, and autonomous multi-agent swarms.
📚 Documentation Structure
Core Documentation
- CLAUDE.md - Claude Code configuration and SPARC development environment setup
Quick Start & Guides
- guides/ - User guides, tutorials, and how-to documentation
Architecture & Design
- architecture/ - System architecture and design documents
Integration Documentation
- integration-docs/ - Integration guides and implementation summaries
- integrations/ - Specific integration implementations
Feature Documentation
Provider & Router
- providers/ - Provider fallback and configuration
- router/ - Multi-model router documentation
QUIC Transport
- quic/ - QUIC protocol implementation
ReasoningBank
- reasoningbank/ - ReasoningBank learning memory system
Supabase Integration
- supabase/ - Supabase realtime federation
Federation
- federation/ - Agent federation and deployment
Testing & Validation
- testing/ - Test documentation and results
- validation/ - Validation reports and processes
- validation-reports/ - Detailed validation results
- docker-tests/ - Docker test configurations
MCP Validation
- mcp-validation/ - Model Context Protocol validation
Benchmarks & Performance
- benchmarks/ - Performance benchmarks
Release Information
- releases/ - Release notes and GitHub issues
- version-releases/ - Version-specific release documentation
Planning & Research
- plans/ - Feature plans and roadmaps
- quantum-goap/ - Goal-Oriented Action Planning
- quantum-research/ - Quantum research literature
Issues & Reports
- issues/ - Known issues and troubleshooting
- reports/ - Status reports and completion summaries
- reviews/ - Code and implementation reviews
Archived Documentation
- archived/ - Historical documentation (kept for reference)
- Old validation reports
- Deprecated integration guides
- Previous version documentation
🚀 Quick Links
Getting Started
Core Features
Integration
Development
📖 Documentation Standards
File Organization
- Use descriptive filenames in UPPERCASE-WITH-DASHES.md format
- Group related docs in topic-specific directories
- Keep root directory minimal (README, CLAUDE, LICENSE only)
Content Guidelines
- Start with a clear title and description
- Include table of contents for docs > 200 lines
- Use code blocks with language identifiers
- Add examples and use cases where applicable
Directory Structure
docs/
├── README.md # This file
├── CLAUDE.md # Claude Code config
├── LICENSE # License file
├── architecture/ # System architecture
├── guides/ # User guides
├── integration-docs/ # Integration documentation
├── integrations/ # Specific integrations
├── testing/ # Test documentation
├── releases/ # Release notes
├── issues/ # Known issues
├── providers/ # Provider configuration
├── quic/ # QUIC implementation
├── reasoningbank/ # ReasoningBank docs
├── router/ # Router documentation
├── supabase/ # Supabase integration
└── archived/ # Historical docs
🔍 Search Tips
Finding Documentation
- Use
grep -r "keyword" docs/to search all docs - Check the appropriate category directory first
- Look in archived/ for historical documentation
Common Topics
- Setup: See guides/ and CLAUDE.md
- API Reference: See integration-docs/
- Troubleshooting: See issues/
- Performance: See benchmarks/
- Releases: See releases/ and version-releases/
🤝 Contributing to Docs
Adding New Documentation
- Identify the appropriate directory
- Follow naming conventions
- Include proper frontmatter/headers
- Update this README index
- Add cross-references as needed
Updating Existing Docs
- Keep archived versions if major changes
- Update last modified date
- Maintain backward compatibility links
- Test all code examples
📞 Support
- GitHub Issues: https://github.com/ruvnet/agentic-flow/issues
- Documentation Updates: Submit PR to docs/ directory
- Questions: Check issues/ directory first
Last Updated: November 6, 2025 Version: 1.9.1