Skip to main content

Fastband Agent Control - Universal platform for AI agent coordination, multi-agent orchestration, and autonomous development workflows

Project description

Fastband Agent Control

Universal platform for AI agent coordination - Multi-agent orchestration, autonomous development workflows, and adaptive tools with ticket management.

License: MIT Python 3.10+ Version


Vision

"A toolbox that travels with you - always the right tools, never too many, ready to grow."

Fastband Agent Control transforms AI-assisted development from a project-specific setup into a universal platform that:

  • Works with any AI provider (Claude, OpenAI, Gemini, local LLMs)
  • Adapts to any project type (web, mobile, desktop, API)
  • Scales from solo developers to enterprise teams
  • Provides intelligent tool recommendations based on your project
  • Includes built-in ticket management that adapts to your workflow
  • Enables multi-agent coordination for parallel AI workflows

Features

AI-Agnostic Design

# Switch between providers seamlessly
from fastband import get_provider

claude = get_provider("claude")
openai = get_provider("openai")
local = get_provider("ollama")

Tool Garage System

  • Core tools always available
  • AI-recommended tools based on your project
  • Dynamic loading - add tools as your project grows
  • Performance monitoring to prevent overload

Adaptive Ticket Manager

Project Type Interface
Web App CLI + Web Dashboard
Desktop App Embedded Panel (Ctrl+Shift+T)
Mobile App CLI + Companion Web
API/Library CLI only

Multi-Agent Coordination

  • Clearance system for parallel work
  • Hold directives for critical operations
  • Rebuild announcements to prevent conflicts

Automated Backups

  • Change detection - only backup when needed
  • Multiple database support - SQLite, PostgreSQL, MySQL
  • Configurable retention policies

Quick Start

Installation

# Standard installation (includes CLI + Hub dashboard)
pip install fastband-agent-control

# With Claude support
pip install fastband-agent-control[claude]

# With all AI providers
pip install fastband-agent-control[all-providers]

# Full installation (all features + dev tools)
pip install fastband-agent-control[full]

Initialize a Project

cd /your/project
fastband init

This launches the setup wizard that will:

  1. Detect your project type
  2. Recommend AI provider
  3. Configure GitHub integration
  4. Select appropriate tools
  5. Set up ticket management
  6. Configure backups

Basic Commands

# Check status
fastband status

# List available tools
fastband tools list

# Manage tickets
fastband tickets list
fastband tickets create "Add user authentication"
fastband tickets claim 1 --agent "MCP_Agent1"

# Backup management
fastband backup list
fastband backup create --name "before_refactor"

# Agent coordination
fastband agents status
fastband ops read --since 1h

Configuration

Fastband stores configuration in .fastband/config.yaml:

fastband:
  version: "1.2025.12"

  ai:
    default_provider: "claude"
    providers:
      claude:
        model: "claude-sonnet-4-20250514"
      openai:
        model: "gpt-4-turbo"

  tools:
    max_active: 60
    auto_load_core: true

  tickets:
    enabled: true
    mode: "cli_web"
    web_port: 5050

  backup:
    enabled: true
    daily_retention: 7
    weekly_retention: 4

Documentation


Roadmap

v1.2025.12.6 (Current - Stable)

  • Core MCP server
  • AI provider abstraction
  • Tool garage system
  • Setup wizard
  • Full ticket manager with web UI
  • Control Plane dashboard
  • Plugin system
  • Vision analysis tools

v1.2026.01.0 (Next)

  • Enhanced multi-agent workflows
  • E2E testing integration
  • Visual regression testing

Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

Development Setup

git clone https://github.com/RemmyCH3CK/fastband-mcp
cd fastband-mcp
pip install -e ".[dev]"
pre-commit install
pytest

License

MIT License - see LICENSE for details.


Acknowledgments

Fastband Agent Control evolved from the MLB v4.0.1 development platform, incorporating lessons learned from building production AI-assisted development workflows.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastband_agent_control-1.2025.12.18.tar.gz (1.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fastband_agent_control-1.2025.12.18-py3-none-any.whl (1.7 MB view details)

Uploaded Python 3

File details

Details for the file fastband_agent_control-1.2025.12.18.tar.gz.

File metadata

File hashes

Hashes for fastband_agent_control-1.2025.12.18.tar.gz
Algorithm Hash digest
SHA256 b4fd1ec23697f6b7d5349e332de43dd09005b7443279f450f9322193d60cef07
MD5 5e1a20552e9ea6583b158964a9994e27
BLAKE2b-256 59a92ba9de77dbb1a42b5eb2461ad5a2a63b6ff46f1daae5ec90ecd63ca6e1be

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastband_agent_control-1.2025.12.18.tar.gz:

Publisher: release.yml on RemmyCH3CK/fastband-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastband_agent_control-1.2025.12.18-py3-none-any.whl.

File metadata

File hashes

Hashes for fastband_agent_control-1.2025.12.18-py3-none-any.whl
Algorithm Hash digest
SHA256 255fe8fc319c4ede8fa4ac3fe7db0a44ea9fc37ba23d36f67c9d70510a452bb0
MD5 57676498c0fc6f4cc023afbd7ee07e53
BLAKE2b-256 48daa2ebc52b8c567c0544efe63e9786f7377c4439e3f5ecb27e1f8f2a845a28

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastband_agent_control-1.2025.12.18-py3-none-any.whl:

Publisher: release.yml on RemmyCH3CK/fastband-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page