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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: pinai_intent_sdk-0.1.2.tar.gz
  • Upload date:
  • Size: 5.4 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.2.tar.gz
Algorithm Hash digest
SHA256 51881885bd37c3639228bc7a32b3723fae5d2d91d9f1d89189f6446257e302b6
MD5 be14b10d00e20c7b83b1e1e2ae7ef975
BLAKE2b-256 b0787c0286960fd7b0696be406177c8a27ceaee6a05a449465f079606ebe9443

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pinai_intent_sdk-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f2af4de8fd419a532b6c5cecac39275a7d319e9efb49cc34baee0d1fcb4f5779
MD5 7739ec2bc9b332f76c2f4dac4fc067f5
BLAKE2b-256 75d6b9caf74823397a536213686e6206b41fbd3b438b03d6e598dfd258240424

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