- Upgrade ollama-gpu-provider skill to v2.0 with complete test workflow documentation - Add comprehensive troubleshooting, monitoring commands, and CI/CD integration examples - Update client.py default coordinator port from 8000 to 18000 - Clear currentissue.md and add usage guidelines for issue tracking - Create dev-utils/ directory and move aitbc-pythonpath.pth from root - Create docs/guides/ and docs
1.6 KiB
1.6 KiB
AITBC Developer Documentation
Welcome to the AITBC developer documentation. This section contains resources for building on AITBC.
Getting Started
- Overview - Developer platform overview
- Setup - Development environment setup
- Contributing - How to contribute to AITBC
API Documentation
- API Overview - REST API introduction
- Authentication - API authentication guide
- Endpoints - Available API endpoints
- OpenAPI Spec - OpenAPI specification
SDKs
- Python SDK - Python SDK documentation
- JavaScript SDK - JavaScript SDK documentation
Tutorials & Examples
- Examples - Code examples and tutorials
- API Authentication - Authentication examples
Architecture
- Architecture Guide - System architecture documentation
- Design Patterns - Common patterns and best practices
Testing
- Testing Guide - Comprehensive testing with Windsurf
- Test Setup - Quick testing setup
- Test Examples - Test code examples
Deployment
- Deployment Guide - How to deploy AITBC applications
- CI/CD - Continuous integration and deployment