The missing protocol between user requests and AI actions — standardized intent parsing for every AI system.
Project description
⟁ Null Lens — Python SDK
Stateless API wrapper for Null Lens
Converts any natural-language input into a deterministic schema:
[Motive] [Scope] [Priority]
⚙️ Install
pip install null-lens
💡 Usage
from null_lens import NullLens
lens = NullLens(api_key="YOUR_API_KEY")
result = lens.parse("Summarize Q4 strategy across LATAM markets.")
print(result)
# [Motive] Summarize strategic direction for Q4
# [Scope] LATAM markets
# [Priority] Identify key actions for planning cycle
For complete documentation and Python SDK, see the root README
License: MIT
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
null_lens-1.0.2.tar.gz
(2.6 kB
view details)
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 null_lens-1.0.2.tar.gz.
File metadata
- Download URL: null_lens-1.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44d29baf21f10f14fc3581d0237cf4e0d428c8776775407dbdecf51d7db7bbab
|
|
| MD5 |
cc267253ba864d2cd5d119d1a1f8ae0f
|
|
| BLAKE2b-256 |
85708f452aa247b06f0024effea190d628774cccfcd4ea8e346f2abce57c3825
|
File details
Details for the file null_lens-1.0.2-py3-none-any.whl.
File metadata
- Download URL: null_lens-1.0.2-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c3445c208bb1d7920d14ef9eecc5003779ccfcadf83d13462161ff517093d15
|
|
| MD5 |
f54b34974efb4b19c3faf79a2414da26
|
|
| BLAKE2b-256 |
13fa31e5d7b83e52a47c855b295f208358e42c97751c93540e6111ef79fccd68
|