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.0.tar.gz
(7.3 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.0.tar.gz.
File metadata
- Download URL: proxima_sdk-1.0.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00fe8d3e018d8268b75222731d6f82d788a06dc93432ee1a2d2bfd28d056027d
|
|
| MD5 |
bb98aacd4a6a16cdd2d2340f94ff9bc2
|
|
| BLAKE2b-256 |
e16a5c1c74ffd3a341c8a837a7d3bf90b0811eb8c7784dad50ce0063ec7da36c
|
File details
Details for the file proxima_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: proxima_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.5 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 |
a9e95efd7f6ac1476bd0fa2ca06d141de9dfda6024f2fb0c780d9a256f59aef1
|
|
| MD5 |
af8ddd42f2d3cf48ce614d087e5ef2cd
|
|
| BLAKE2b-256 |
1552fdd2413751065f645aa8e12a5e97170793a560222b1cabf2c8b348a7d54a
|