@trigguard/proxy
v0.1.2
Published
Unified execution proxy layer: HTTP proxy app, Express middleware, LangChain pre-auth, execution-sdk helpers
Readme
@trigguard/proxy
One entry point for enforcement at the network boundary around tools and side effects:
| Module | Role |
|--------|------|
| ExecutionProxy | Re-exports trigguard-execution-proxy: createExecutionProxyApp, callExecuteGateway, runConnector — local service that calls POST /execute then runs connectors. |
| ExpressMiddleware | Re-exports @trigguard/express-middleware (trigguardExecute) and withExecute from @trigguard/execution-sdk. |
| LangChainAdapter | createToolPreExecutionHook — authorize before each tool with surfaceForTool (no trigguard-js dep). |
Install
npm install @trigguard/proxyPeer: express (optional) if you use trigguardExecute.
See also
- examples/proxy-agent — run the HTTP proxy
- DEVELOPER_INSTALL_PATH.md —
withExecute/ surfaces
