Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 2.79 KB

File metadata and controls

48 lines (33 loc) · 2.79 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
  • HTTP client security - Outbound httpx usage, SSRF-style URL checks, and redirect validation
  • Zombie Request Fix - Fix for zombie request handling issues

Related Documentation

Quick Links