Auto-discover AI systems in your infrastructure. Wraps Anthropic and Google Generative AI clients to report usage to AICompliant.
Project description
aicompliant-discover
Enterprise AI Discovery SDK for Python. Automatically discover and catalog AI systems across your infrastructure.
from aicompliant_discover import AICDiscover
AICDiscover.init(api_key="dk_...")
# All Anthropic + Google AI calls are now auto-discovered.
import anthropic
client = anthropic.Anthropic()
message = client.messages.create(model="claude-sonnet-4-20250514", max_tokens=100, messages=[{"role": "user", "content": "Hello"}])
See https://aicompliant.ai/docs for full documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aicompliant_discover-1.0.0.tar.gz.
File metadata
- Download URL: aicompliant_discover-1.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e78348673ffa83cb22a8323b3a1a1f4a34235d2c770ce6b05bc864e32e1f06d
|
|
| MD5 |
864d3ffec3d94ce2ec9504fff2b8b8b3
|
|
| BLAKE2b-256 |
5a324140313580531455d5167a415905439dbfb8b2ebbba06316c16f7e7c6187
|
File details
Details for the file aicompliant_discover-1.0.0-py3-none-any.whl.
File metadata
- Download URL: aicompliant_discover-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c002d3c530e7ec4056a085aa513a9a941c3151171cd670a5946a647ea3781e52
|
|
| MD5 |
62a13a76dcc3789fa13e0a82e5fbc2f6
|
|
| BLAKE2b-256 |
44e936e3a851dfcb0cf4229609faa7a10991a444c316810e545f5fea43da0654
|