← All integrations
LANGFLOW / LFX EXTENSION · PYPI v0.1.0

LoopGrid components for Langflow.

Drag signed decision evidence into Langflow flows. Record decisions, external actions, outcomes and reviews, then verify the captured evidence through the connected LoopGrid service.

lfx-loopgrid v0.1.0 · Langflow 1.12/LFX extension · Six LoopGrid components.

SIX COMPONENTS
01Record Decision
02Record Action
03Record Outcome
04Submit Review
05Get Decision
06Verify Decision

LoopGrid records evidence only. External nodes or services still execute the consequential business action.

01 · INSTALL

Install the published LFX extension.

pip install lfx-loopgrid==0.1.0
langflow run

Restart Langflow after installation. The LoopGrid bundle should appear in the component palette.

02 · CONNECT

Point components at the same LoopGrid workspace.

LoopGrid Base URLYour reachable LoopGrid service
Workspace IDFor example default
API KeyWorkspace service key; use minimum required scopes

A complete six-component flow can use ingest, read and review. Narrower flows should use smaller scopes.

03 · COMPONENTS

Same evidence contract as Dify and n8n.

01Record Decision

Create the decision envelope and proposed action evidence.

02Record Action

Append tool_executed after another component/service performs the action.

03Record Outcome

Append the authoritative downstream result.

04Submit Review

Record approval/rejection when Core is awaiting human review.

05Get Decision

Read the lifecycle and signed event history.

06Verify Decision

Ask the connected LoopGrid service to verify the chain/signatures.

04 · EXAMPLE FLOW

Keep execution separate from evidence.

Agent / model component
  → LoopGrid Record Decision
  → policy / approval component
  → external action component
  → LoopGrid Record Action
  → downstream lookup / response
  → LoopGrid Record Outcome
  → LoopGrid Verify Decision

Pass the same decision_id through the flow. Do not use LoopGrid as the tool that actually performs the refund, payment or account mutation.

05 · VERIFICATION

Service verification and offline verification are different checks.

The Langflow Verify component calls the connected LoopGrid service. For independent out-of-band verification, export the evidence bundle and use LoopGrid's standalone verifier.

Only map fields that should become evidence. Verification confirms captured integrity/provenance; it does not establish decision correctness or legal compliance.

LANGFLOW + LOOPGRID

Make evidence a reusable flow component.

Use the published extension when native Langflow discoverability matters, or use LoopGrid's REST/MCP paths for more generic capture.