Skip to main content

LlamaIndex callback handlers for Sigil Python SDK

Project description

Sigil Python Framework Module: LlamaIndex

sigil-sdk-llamaindex provides callback handlers that map LlamaIndex workflow/agent events into Sigil generation recorder lifecycles.

Installation

pip install sigil-sdk sigil-sdk-llamaindex
pip install llama-index

Quickstart

from sigil_sdk import Client
from sigil_sdk_llamaindex import with_sigil_llamaindex_callbacks

client = Client()
config = with_sigil_llamaindex_callbacks(None, client=client, provider_resolver="auto")
# query_engine = index.as_query_engine(callback_manager=config["callback_manager"])

Native callback manager wiring

from sigil_sdk import Client
from sigil_sdk_llamaindex import with_sigil_llamaindex_callbacks

client = Client()
config = with_sigil_llamaindex_callbacks(None, client=client, provider_resolver="auto")
# query_engine = index.as_query_engine(callback_manager=config["callback_manager"])

Conversation mapping

Conversation ID precedence:

  1. conversation_id / session_id / group_id
  2. thread_id
  3. fallback sigil:framework:llamaindex:<run_id>

Metadata and lineage

  • Required: sigil.framework.run_type
  • Optional lineage: sigil.framework.run_id, sigil.framework.thread_id, sigil.framework.parent_run_id, sigil.framework.component_name, sigil.framework.retry_attempt, sigil.framework.event_id

Provider resolver

Model prefix inference:

  • gpt-/o1/o3/o4 -> openai
  • claude- -> anthropic
  • gemini- -> gemini
  • fallback custom

Troubleshooting

  • Reuse stable workflow/session IDs to keep conversation grouping stable.
  • Keep capture_inputs/capture_outputs enabled while validating mappings.
  • Call client.flush() at checkpoints and client.shutdown() on exit.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sigil_sdk_llamaindex-0.3.0.tar.gz (9.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sigil_sdk_llamaindex-0.3.0-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file sigil_sdk_llamaindex-0.3.0.tar.gz.

File metadata

  • Download URL: sigil_sdk_llamaindex-0.3.0.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for sigil_sdk_llamaindex-0.3.0.tar.gz
Algorithm Hash digest
SHA256 409a36d1b7dc3f28075fc1666d836efe3592f65c1d16b659e9d390ee65f5dcdd
MD5 9cb7eeadb35533a09630e80c2e6944d4
BLAKE2b-256 8a95595c8b0a0b89a2aaa04e21c7b93a371696ace8e0480e463a275d1ac070bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigil_sdk_llamaindex-0.3.0.tar.gz:

Publisher: python-sdks-publish.yml on grafana/sigil-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sigil_sdk_llamaindex-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for sigil_sdk_llamaindex-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9215a2e6eeb13ab1dffc0d96b4f8340d4906b1dbb347c946f2505b820f1bcb5e
MD5 96b10409e5ad907d459e61b7b5f36bd8
BLAKE2b-256 c42fec6542e46fd06eb8d8cb40d216771e62c37aa274e909b713e3aa7554f2ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for sigil_sdk_llamaindex-0.3.0-py3-none-any.whl:

Publisher: python-sdks-publish.yml on grafana/sigil-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page