A simple agent library for query operations
Project description
Agent
一个简单的Agent查询库。
安装
pip install agent
使用方法
from agent import Agent
# 初始化agent
agent = Agent(api_key="your-api-key", agent_id="optional-agent-id", agent_name="optional-agent-name")
# 发送查询
response = agent.query("你的查询内容")
参数说明
api_key: 必需,用于认证的API密钥agent_id: 可选,agent的唯一标识符agent_name: 可选,agent的名称
许可证
MIT
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
alpha_agent-0.1.0.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file alpha_agent-0.1.0.tar.gz.
File metadata
- Download URL: alpha_agent-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.0rc2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80da670cc6c7a702f2d15325d73dcbddc2a8b3562ca538701f603affb8539cd5
|
|
| MD5 |
45d055b401f21d2ed83a7b37e8ede319
|
|
| BLAKE2b-256 |
1bfe377dd6ac4774b45999fcbbd871343b640323f74ee750e7a136de4b093282
|
File details
Details for the file alpha_agent-0.1.0-py3-none-any.whl.
File metadata
- Download URL: alpha_agent-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.0rc2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82c919ba425d6ad9c19a87cfce296dea336f49add4052665dc8aebf7e85eff02
|
|
| MD5 |
096f34f60b07691b60d0b39969a45d04
|
|
| BLAKE2b-256 |
ab84af5e8c39034bd3eb41098ae8f4eb16c8db8a056c22cd214708624326866f
|