← Back to home
§ INTEGRATION · LLAMAINDEX · COMING SOON
LlamaIndex integration is on the roadmap
A first-class LlamaIndex callback handler has not shipped yet. This page is a placeholder so search engines and partners can find the future home of the integration.
Status
The execlave-sdk[llamaindex] Python extra and the JavaScript subpath @execlave/sdk/integrations/llamaindex are not yet published. Code that depends on either will fail at install or import time. We are tracking it on the roadmap and will lift this notice when the integration is available.
Until it ships
You can govern LlamaIndex agents and RAG pipelines today using the generic Execlave SDK primitives:
- Call
execlave.enforce_policy(...)manually before any tool call or retrieval you want governed. - Wrap your queries in
execlave.start_trace(...)to capture spans and enforcement decisions. - See the SDK reference for the underlying API.
Want this prioritised?
Email hello@execlave.com with your LlamaIndex use case. We bump roadmap items based on real customer demand.