Skip to main content

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.5.tar.gz (12.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

proxima_sdk-1.0.5-py3-none-any.whl (15.1 kB view details)

Uploaded Python 3

File details

Details for the file proxima_sdk-1.0.5.tar.gz.

File metadata

  • Download URL: proxima_sdk-1.0.5.tar.gz
  • Upload date:
  • Size: 12.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for proxima_sdk-1.0.5.tar.gz
Algorithm Hash digest
SHA256 0bf7de8c74e1192f953795327d9a8d320cc9ddc5387891d8c5016faeeb82d31c
MD5 97a99a366cf5a24935ff68564bb25c8c
BLAKE2b-256 bbb575b956cd8e72ac3e2e145d8653656416121b7674469135463edfc07436bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for proxima_sdk-1.0.5.tar.gz:

Publisher: publish.yml on proximaintel/proxima-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file proxima_sdk-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: proxima_sdk-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 15.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for proxima_sdk-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 038fe68d2fb504ec0cb1da0ebc878471d172498df9e93fa2a3d150066daaf7f6
MD5 a7153655a08246f1c62ef3ed913cd40e
BLAKE2b-256 f0b466c994e7c3dd5caa800ac898a3b20d186ea874f30f9ee6adb0f96b04cba8

See more details on using hashes here.

Provenance

The following attestation bundles were made for proxima_sdk-1.0.5-py3-none-any.whl:

Publisher: publish.yml on proximaintel/proxima-sdk

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