Skip to main content

SDK for PINAI Intent Match API

Project description

PINAI Intent SDK

PINAI Intent SDK 是一个用于与 PINAI Intent Match API 交互的 Python 客户端库。

安装

pip install pinai-intent-sdk

快速开始

from pinai_intent_sdk import PINAIIntentSDK

# 初始化 SDK
sdk = PINAIIntentSDK(base_url="https://api.pinai.io", api_key="your-api-key")

# 注册新的 agent
agent = sdk.register_agent(
    name="My Agent",
    category="general",
    description="A general purpose agent",
    api_endpoint="https://my-agent-endpoint.com",
    capabilities=["text", "image"],
    pricing_model={"per_request": 0.001},
    response_time=1.0
)

功能特性

  • Agent 注册与管理
  • Agent 性能指标监控
  • 支持多种过滤条件的 Agent 查询

文档

详细文档请访问 https://docs.pinai.io

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

pinai_intent_sdk-0.1.3.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

pinai_intent_sdk-0.1.3-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file pinai_intent_sdk-0.1.3.tar.gz.

File metadata

  • Download URL: pinai_intent_sdk-0.1.3.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.15

File hashes

Hashes for pinai_intent_sdk-0.1.3.tar.gz
Algorithm Hash digest
SHA256 b6e6a38282e38968a2e5670e892e7e066a4f315508e8dae8654bcc328a053de4
MD5 66cc8bc2209e56588936b0dd68040535
BLAKE2b-256 cebd40b77f839e1f2b8372b484c6c00691a6e8885d1fab6a6c916a2917d0c9c5

See more details on using hashes here.

File details

Details for the file pinai_intent_sdk-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for pinai_intent_sdk-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fb285ae76fdcd890dcb5c8ab77e9210641056ad4135d6ab7418d7a1705a8455a
MD5 a83e988fb15bf263ac117f5c088aed41
BLAKE2b-256 b7427091cb97a26d8206607585c41fa5d5b10ca9de96d0546326becaee06633e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page