tasq/node_modules/agentic-flow/docs/README.md

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

Architecture & Design

Integration Documentation

Feature Documentation

Provider & Router

QUIC Transport

ReasoningBank

Supabase Integration

Federation

Testing & Validation

MCP Validation

Benchmarks & Performance

Release Information

Planning & Research

Issues & Reports

Archived Documentation

  • archived/ - Historical documentation (kept for reference)
    • Old validation reports
    • Deprecated integration guides
    • Previous version documentation

Getting Started

  1. Quick Start Guide
  2. Claude Code Setup
  3. Installation Guide

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

  1. Identify the appropriate directory
  2. Follow naming conventions
  3. Include proper frontmatter/headers
  4. Update this README index
  5. Add cross-references as needed

Updating Existing Docs

  1. Keep archived versions if major changes
  2. Update last modified date
  3. Maintain backward compatibility links
  4. Test all code examples

📞 Support


Last Updated: November 6, 2025 Version: 1.9.1