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.2.0.tar.gz (100.7 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.2.0-py3-none-any.whl (26.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for lookover-0.2.0.tar.gz
Algorithm Hash digest
SHA256 25c7e4eda6416e099e77b255cf27ea0daab0b6d49b824b3a5914e9b62b33162c
MD5 92e4606f06e7065d88a3d90c8ded0117
BLAKE2b-256 f85d8ab379254f4692bf354836527573ef5b8a527bae5e80949575e78fcfe068

See more details on using hashes here.

Provenance

The following attestation bundles were made for lookover-0.2.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.2.0-py3-none-any.whl.

File metadata

  • Download URL: lookover-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 26.3 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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e38355e787d01944678562bb8e658a481f8b2b5dfed6f9e4513a237d27b1baee
MD5 10926a7463a78cb992b6f0077f54203a
BLAKE2b-256 f514037c170dbab4df534d5ca1b98f9d0eebe7b44ecb6119f75c9b6304f62278

See more details on using hashes here.

Provenance

The following attestation bundles were made for lookover-0.2.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