CLI for AI pair-coding workflow
Project description
bpsai-pair CLI Package
The PairCoder CLI tool for AI pair programming workflows.
See main README for full documentation.
Development
# Install for development
pip install -e .
# Run tests
pytest -v
# Build
python -m build
Package Structure
bpsai_pair/
├── cli.py # Main CLI entry point
├── ops.py # Core operations
├── config.py # Configuration handling
├── planning/ # Plan and task management
├── tasks/ # Lifecycle, archival
├── metrics/ # Token tracking
├── integrations/ # Time tracking (Toggl)
├── benchmarks/ # Benchmark framework
├── orchestration/ # Multi-agent routing
├── mcp/ # MCP server for AI tool integration
├── hooks.py # Auto-hooks for task state changes
├── trello/ # Trello integration
└── data/ # Cookiecutter template
MCP Server
PairCoder provides an MCP (Model Context Protocol) server for AI tool integration:
# Start MCP server (stdio transport)
bpsai-pair mcp serve
# List available tools
bpsai-pair mcp tools
# Test a tool locally
bpsai-pair mcp test paircoder_task_list
Install with MCP support:
pip install 'bpsai-pair[mcp]'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bpsai_pair-2.8.2.tar.gz
(506.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
bpsai_pair-2.8.2-py3-none-any.whl
(435.4 kB
view details)
File details
Details for the file bpsai_pair-2.8.2.tar.gz.
File metadata
- Download URL: bpsai_pair-2.8.2.tar.gz
- Upload date:
- Size: 506.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac844e1a8c2d66088b50bc388ee882e891ba7f644535d365341dda71764f23f8
|
|
| MD5 |
3a1c6fb6d9520abb49e76056923f9eeb
|
|
| BLAKE2b-256 |
73dc66de2708be326e2293220b3e1e09467e12c36d845c6aafade325db753117
|
File details
Details for the file bpsai_pair-2.8.2-py3-none-any.whl.
File metadata
- Download URL: bpsai_pair-2.8.2-py3-none-any.whl
- Upload date:
- Size: 435.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
249acb62fca0ad2e0de4847acd34210a7228cb000d96483c4d3ff53745caa641
|
|
| MD5 |
675a5b485ad1fcb218bce3bc6aa7ca3d
|
|
| BLAKE2b-256 |
81afe3151ad416bcbfa595f4d137e6485477b526fbe100e4b931daced8c839df
|