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.6.0.tar.gz
(401.7 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.6.0-py3-none-any.whl
(347.0 kB
view details)
File details
Details for the file bpsai_pair-2.6.0.tar.gz.
File metadata
- Download URL: bpsai_pair-2.6.0.tar.gz
- Upload date:
- Size: 401.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4643d7c45b06866deca322574ec15fda5efb0abb365e89a2852d6eed01a75dc7
|
|
| MD5 |
e57ba288d5f70625a3382710d403634a
|
|
| BLAKE2b-256 |
818edde2280e54c07081fdf16a4c1ed98b4c9cb6e1b571625bf71845604efbde
|
File details
Details for the file bpsai_pair-2.6.0-py3-none-any.whl.
File metadata
- Download URL: bpsai_pair-2.6.0-py3-none-any.whl
- Upload date:
- Size: 347.0 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 |
bfe4d4e1493d84ec9d4beb20b5fc534e63276e383384e9255994a7a6fa34f609
|
|
| MD5 |
ae844ab0e1b3c4dfed7cde36992e5ab7
|
|
| BLAKE2b-256 |
2234ad0bcd3a7ff461d96f70c483a5baee3a6d359048b3d367e2e61379b0e54b
|