Skip to main content

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

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.7.tar.gz (12.5 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.7-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: proxima_sdk-1.0.7.tar.gz
  • Upload date:
  • Size: 12.5 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.7.tar.gz
Algorithm Hash digest
SHA256 f81bde1c5ed680fd2aadc062f0bf9679f92f8d3e11dcb2ac5d7e77f45e1258a2
MD5 1ce06aad33722c0d90eb9717fcedca27
BLAKE2b-256 f01057c6f0af656e6da312dad65d9666e7117844ec3509c8c680c123fc798f52

See more details on using hashes here.

Provenance

The following attestation bundles were made for proxima_sdk-1.0.7.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.7-py3-none-any.whl.

File metadata

  • Download URL: proxima_sdk-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 15.5 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 504c2b4c2c885e046fb9e7bc5b223467a39cc9a052e5e3cc4117b795b02e4a6e
MD5 1f118f801e73c2c8417fefcb31eb30ee
BLAKE2b-256 8632dfdf63c0d1e8cb9b7865c6355a7c9e27867fc91b11fe9fa7b6dddf2b6317

See more details on using hashes here.

Provenance

The following attestation bundles were made for proxima_sdk-1.0.7-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.

Release history Release notifications | RSS feed

This release

1.0.7 This release

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page