Middleware
Truss provides middleware packages for integrating with popular AI agent frameworks. Each package records agent actions, SHA-256 hashes inputs and outputs, and sends them to the Truss API for audit trail preservation.
| Package | Description |
|---|---|
| @tensflare/tap | Core data-model schemas (Zod) for mandates, actions, delegations |
| @tensflare/mcp | Cross-org evidence coordination via MCP server |
| @tensflare/langgraph | LangGraph agent loop recording |
| @tensflare/autogen | AutoGen multi-agent conversation recording |
| @tensflare/crewai | CrewAI task execution recording |
| @tensflare/llamaindex | LlamaIndex query/retrieve recording |
| @tensflare/sk | Semantic Kernel function invocation recording |
| @tensflare/openai | OpenAI Agents SDK handoff/run recording |
All packages are Apache 2.0 licensed, open source on GitHub, and published to npm.