Expand description
CloakPipe Proxy โ OpenAI-compatible HTTP proxy with privacy middleware.
Intercepts requests to LLM APIs, detects and pseudonymizes sensitive entities in prompts, forwards the sanitized request, then rehydrates the response before returning it to the caller.
Modulesยง
- handlers
- HTTP request handlers for the proxy.
- server
- HTTP server setup and router configuration.
- state
- Shared application state for the proxy server.
- streaming
- SSE streaming rehydration for chat completion responses.
- tree_
handlers - HTTP handlers for CloakTree โ vectorless document retrieval.