Skip to content

v0.3.0

Choose a tag to compare

@kenithphilip kenithphilip released this 16 Apr 19:36
· 29 commits to main since this release

AgentMesh v0.3.0

Security mesh for AI agent systems, composing 51 Tessera modules into a proxy service with 23 HTTP endpoints.

Highlights

  • 23 HTTP endpoints covering taint-tracking policy evaluation, content scanning, RAG retrieval guard, tool baseline drift detection, provenance manifests, SARIF compliance export, signed evidence bundles, and agent liveness
  • Framework SDK with proxy-backed adapters for LangChain, OpenAI Agents, CrewAI, and Google ADK
  • 22 defense layers from prompt screening to SARIF compliance export
  • 106 tests passing in 5.5 seconds
  • OpenAPI docs auto-generated at /docs (all request bodies are typed Pydantic models)

Modules

  • agentmesh.proxy (1,172 lines): 23-endpoint proxy orchestrating 51 Tessera modules
  • agentmesh.identity: Signing, SPIRE, mTLS, liveness, delegation intent
  • agentmesh.transport: MCP interceptor, baseline drift, RAG guard
  • agentmesh.exports: SARIF, telemetry, evidence, control plane
  • agentmesh.client: HTTP client for the proxy API
  • agentmesh.sdk: Framework adapters (LangChain, OpenAI Agents, CrewAI, Google ADK, generic)

Install

pip install agentmesh tessera-mesh

Quick test

pip install -e '.[dev]' tessera-mesh[agentmesh,cel,sessions]
pytest tests/ -v  # 106 passed in 5.5s