Skip to main content

Lookover audit logging SDK for AI agents — LangChain and LangGraph integrations

Project description

lookover

Audit logging SDK for AI agents. Sends tamper-proof, compliance-ready traces to Lookover — mapped to GDPR, SOC 2 Type II, EU AI Act, and more.

Install

pip install lookover

# With LangGraph support
pip install "lookover[langgraph]"

# With LangChain support
pip install "lookover[all]"

Quick start

from lookover_sdk import LookoverClient, AgentEvent, EventType

client = LookoverClient(
    api_key="lk_...",
    agent_id="my-agent",
    base_url="https://your-lookover-backend.run.app",
)

client.track(AgentEvent(
    event_type=EventType.TOOL_CALL,
    payload={"tool": "calculator", "input": "2+2"},
    outcome="success",
))
client.flush()

LangGraph integration

from lookover_sdk.langgraph import LookoverLangGraphListener

listener = LookoverLangGraphListener(
    api_key="lk_...",
    agent_id="my-graph",
    base_url="https://your-lookover-backend.run.app",
)

result = listener.invoke(graph, {"messages": [HumanMessage(content="Hello")]})

prerun CLI

Scan your agent code for compliance gaps before running it:

prerun scan ./my_agent.py
prerun scan ./agents/ --framework GDPR

Links

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

lookover-0.8.0.tar.gz (121.3 kB view details)

Uploaded Source

Built Distribution

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

lookover-0.8.0-py3-none-any.whl (30.0 kB view details)

Uploaded Python 3

File details

Details for the file lookover-0.8.0.tar.gz.

File metadata

  • Download URL: lookover-0.8.0.tar.gz
  • Upload date:
  • Size: 121.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for lookover-0.8.0.tar.gz
Algorithm Hash digest
SHA256 ce9a6e67b619e2c42cd023e458bbb6fa1603aae0e537ad62742f7a98b5a22657
MD5 86db1a1aa44d6e152e88e2728999b4c1
BLAKE2b-256 6ab3451d6be06dcafd6328936eee0bfb3b442f5d5f07639316dbe252120da5b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for lookover-0.8.0.tar.gz:

Publisher: publish-sdk.yml on privyyio/lookover

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

File details

Details for the file lookover-0.8.0-py3-none-any.whl.

File metadata

  • Download URL: lookover-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 30.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for lookover-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 64c14cc006b102e2b167dde56fbc1199032c139b0db331daaa8b124e8b21e152
MD5 051c9637611afe01c30cc28c5469bd3e
BLAKE2b-256 11cf856369c80b9a8f63ed3df475e9ee90d92ae1a90d90fa87b97900828958a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for lookover-0.8.0-py3-none-any.whl:

Publisher: publish-sdk.yml on privyyio/lookover

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