Application-level evidence
Record decisions and events directly from the application using REST, Python or TypeScript.
Best for:Explicit decision lifecycle instrumentation.LoopGrid keeps a provider-neutral evidence model while exposing several capture paths. Choose the least invasive integration that still captures the claim you need to verify.
A simple application event and a system-of-record action do not need the same integration. Higher-risk claims should capture closer to the consequential action boundary.
Record decisions and events directly from the application using REST, Python or TypeScript.
Best for:Explicit decision lifecycle instrumentation.Accept OTLP/HTTP protobuf or JSON on /v1/traces, with optional gzip, then map compatible telemetry into the same evidence path.
Capture the consequential tool request and downstream result when the evidence depends on an external state change.
Best for:Agent actions where “what actually happened” matters.Export a portable evidence bundle and verify captured integrity/provenance offline or gate CI with the published GitHub Action.
Best for:Customer, security, audit, release and investigation workflows.The current public materials expose the core SDK/API and open-protocol paths. Provider/runtime adapters should translate into the same evidence contract rather than fragmenting the product.
The public loopgrid-evidence-verify@v1.0.0 Action runs LoopGrid's offline verifier in CI and can pin an expected signer key. It verifies captured integrity/provenance; it does not prove decision correctness or capture completeness.
Potential targets include Dify, MCP Registry packaging, n8n, Make, Zapier, OpenAI Agents, Google ADK, Microsoft Agent Framework, CrewAI, PydanticAI, AWS Bedrock and additional model/runtime providers. These are roadmap targets, not claims of completed production integrations.
If the evidence claim is that an external action really occurred, capture the request and authoritative response at a boundary the agent cannot rewrite. Correlation, retries, idempotency and failure handling should remain explicit.
Use a durable decision/workflow ID across agent, approval and external systems.
Record the consequential request and observed downstream result at the right boundary.
Export evidence and check integrity/provenance independently using the expected signer identity.
Start locally, instrument one workflow, export the evidence, then decide whether a deeper adapter is justified.