Integrations
Loading
Loading
Integrations
Connect Loop Engine to any AI provider, agentic platform, storage backend, or observability tool. Every integration preserves the same governance model — guards enforced, actors attributed, audit trail intact.
Use any major LLM as a governed actor. All four adapters produce the same AIAgentActor shape — switching providers requires changing one import.
Anthropic / Claude
claude-opus-4-6, claude-sonnet-4-6
OpenAI
gpt-4o, o-series models
Grok (xAI)
grok-3, grok-3-mini via xAI API
Google Gemini
gemini-1.5-pro, gemini-2.0-flash
Loop Engine governs the decision boundary inside agentic workflows — AI reasoning happens in the platform, policy enforcement happens in the loop.
OpenClaw
Agentic commerce platform — Loop Engine governs OpenClaw workflows
Vercel AI SDK
Stream AI responses inside governed loop transitions
Loop Engine's storage layer is an adapter interface. Swap backends without changing loop definitions or business logic.
In-Memory
Zero-config store for development and testing
Postgres
Persist loop state and events to PostgreSQL
Kafka
Event streaming — publish loop events to Kafka topics
HTTP
Generic HTTP adapter — connect any REST backend
Loop Engine emits structured events at every transition. Wire them into your observability stack.
Connect Loop Engine to commerce platforms and LLM commerce data layers.
The Loop Engine adapter interface is open and documented. Any backend that implements LoopStorageAdapter is valid.