Proxima AIP SDK — build AI agents on the Proxima Intelligence platform
Project description
Proxima SDK
The official Python SDK for building AI agents on the Proxima AIP platform.
Install
pip install proxima-sdk
Quick Start
from proxima_sdk import PlatformContext
def my_tool(params: dict, ctx: PlatformContext) -> dict:
# Access knowledge bases
data = ctx.knowledge.query("What invoices are overdue?")
# Log actions for governance
ctx.governance.log_action("queried_invoices")
return {"answer": data.answer, "citations": data.citations}
Testing
from proxima_sdk.testing import mock_context
ctx = mock_context(sources={"invoices": [{"id": "INV-001", "amount": 5000}]})
result = my_tool({"query": "overdue"}, ctx)
Documentation
Full docs at docs.proximaintel.com/sdk
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
proxima_sdk-1.0.1.tar.gz
(11.4 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 proxima_sdk-1.0.1.tar.gz.
File metadata
- Download URL: proxima_sdk-1.0.1.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
960ffa4893af293b9be1aca6afd5fbd1fa58e6be2f31910ffbbff2fd51356a6a
|
|
| MD5 |
916bb09ec46be16c2f45fee0cd42e8a4
|
|
| BLAKE2b-256 |
15e86197703ea7c924960ed07391692eaf75704b20441bd47a53346b81af2039
|
File details
Details for the file proxima_sdk-1.0.1-py3-none-any.whl.
File metadata
- Download URL: proxima_sdk-1.0.1-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8762f13a239f9fa1e8a062041dc983f130d364e8f8ccdc19a1110d11aeada26
|
|
| MD5 |
f08d5d9a99169674c2357f31d8d51304
|
|
| BLAKE2b-256 |
e33ca0c4fb789c792b193f4ae45d75927c0d25d7fc1834ad603943876d03349c
|