Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 2.54 KB

File metadata and controls

46 lines (31 loc) · 2.54 KB

Development Guide Index

Welcome to the LLM Interactive Proxy development guide. This section contains documentation for developers who want to understand, contribute to, or extend the codebase.

Architecture & Design

Building & Setup

  • Building - Installation, dependency management, and virtual environment setup
  • Testing - Test execution, test organization, and testing best practices

Development Workflows

  • Contributing - Contribution guidelines, pull request process, and code review standards
  • Adding Features - Guide for implementing new features in the proxy
  • Adding Backends - Guide for creating new backend connectors
  • Plugin API - Supported contract for entry-point backend plugins

Integration Guides

Debugging & Troubleshooting

  • Debugging - Debugging techniques, wire capture analysis, and troubleshooting tools
  • Zombie Request Fix - Fix for zombie request handling issues

Related Documentation

Quick Links