1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# oxigate-plugin-sdk Extension-point traits for building OxiGate plugins. **Status:** Pre-release. Trait definitions not yet stable. Reserved package name; API unstable. ## Planned extension points | Trait | Purpose | |---|---| | `Middleware` | Custom pre/post-request logic, error handling | | `ProviderAdapter` | New LLM provider backends | | `CostCalculator` | Custom pricing logic | | `RoutingStrategy` | Custom request routing | | `StorageBackend` | Alternative storage backends | | `ExportSink` | Custom metrics/cost export targets | Part of the [OxiGate](https://oxigate.com) project. License: Apache-2.0