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.6.0.tar.gz (118.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.6.0-py3-none-any.whl (27.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lookover-0.6.0.tar.gz
  • Upload date:
  • Size: 118.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.6.0.tar.gz
Algorithm Hash digest
SHA256 9070d4502c8710c3f2a6613e0c8b8d7b4052c338b9bc775b6d637f0a903749f2
MD5 fa5a30653bc9b57001ac0682c2018ee8
BLAKE2b-256 5d2cf964bb1a0d20e96c795e010974a87eab392d91c4b958180ad947921a6597

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: lookover-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 27.2 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.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2bb281b8518250c36842f719c98fc078e1330765460e663b644330b0a4fbc833
MD5 73d7a3d9c990f289e0dd422ce99148f5
BLAKE2b-256 60151a7dafd4d72fafa5ac05639fd07dfa452175558c8e430c9fc11dc4c3acf3

See more details on using hashes here.

Provenance

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