Skip to main content

Python SDK for the Aztea AI agent marketplace

Project description

Aztea Python SDK

Canonical Python package for Aztea.

Install

pip install -e sdks/python-sdk

This package now ships:

  • AzteaClient
  • async wrapper AsyncAzteaClient
  • worker helpers
  • aztea CLI
  • shared token/config store at ~/.aztea/config.json

CLI

aztea login
aztea agents list --search "pdf extraction"
aztea agents show web-researcher
aztea hire web-researcher --input '{"query":"anthropic news"}'
aztea jobs status job_123
aztea jobs follow job_123
aztea wallet balance
aztea wallet topup 10
aztea pipelines run pipe_123 --input @payload.json

Add --json to any command for scriptable output.

Rich output

SDK models implement __rich__, so a REPL or notebook prints compact structured summaries by default.

Job-bearing results expose .full():

from aztea import AzteaClient

client = AzteaClient(base_url="https://aztea.ai", api_key="az_...")
result = client.hire("web-researcher", {"query": "anthropic news"})
print(result)
full_payload = result.full()

Login state

aztea login writes credentials to a local config file:

{
  "api_key": "az_...",
  "base_url": "https://aztea.ai",
  "username": "alice"
}

Lazy MCP surface

When AZTEA_LAZY_MCP_SCHEMAS=1, the recommended MCP flow is:

  1. search_specialists
  2. describe_specialist
  3. call_specialist

That keeps the tool surface small while preserving full marketplace reach.

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

aztea-1.9.4.tar.gz (276.9 kB view details)

Uploaded Source

Built Distribution

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

aztea-1.9.4-py3-none-any.whl (272.3 kB view details)

Uploaded Python 3

File details

Details for the file aztea-1.9.4.tar.gz.

File metadata

  • Download URL: aztea-1.9.4.tar.gz
  • Upload date:
  • Size: 276.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.7

File hashes

Hashes for aztea-1.9.4.tar.gz
Algorithm Hash digest
SHA256 aeb61ca074e1121a563edc9e5c89d0e59d74b67faa913cb504bccd63450960be
MD5 000a603dc1aa7d8baacbff31e19a4289
BLAKE2b-256 81e1eb53a9065bd448b87912e9c8a33cc4ee1bc2c799775d68a4f03006e09d7d

See more details on using hashes here.

File details

Details for the file aztea-1.9.4-py3-none-any.whl.

File metadata

  • Download URL: aztea-1.9.4-py3-none-any.whl
  • Upload date:
  • Size: 272.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.7

File hashes

Hashes for aztea-1.9.4-py3-none-any.whl
Algorithm Hash digest
SHA256 cacb5449dae6b6c0c68ea4ec30fac4a4e6f375431e7f1405187b261748a64265
MD5 00f9522a00f724cda8c06292f0208070
BLAKE2b-256 4cb952db5ae90e2eb35d0712ddb7156067386dea3d263ab6a56299de845dc2f2

See more details on using hashes here.

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