Command-line client for NewAgent OpenAPI (agents, conversations, SSE chat, tools, channels, knowledge bases).
Project description
deepflow-openagent-cli
Python command-line client for the NewAgent OpenAPI: agents, conversations, SSE chat, tools, channels, and knowledge bases.
Install
pip install deepflow-openagent-cli
Usage
export NEWAGENT_HOST="https://your-api-host"
export NEWAGENT_API_KEY="sk-..."
deepflow_openagent_cli docs list
deepflow_openagent_cli agents list
Equivalent module invocation:
python -m deepflow_openagent_cli docs list
Configure API host and key
| Method | Variable / flag |
|---|---|
| Host | NEWAGENT_HOST or --host |
| API key | NEWAGENT_API_KEY or --api-key |
Development (build wheel/sdist locally)
From this directory:
pip install build twine
python -m build
Upload to PyPI (use a new API token; never commit tokens):
python -m twine upload dist/*
When prompted, username is __token__ and password is the token value.
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
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 deepflow_openagent_cli-0.1.0.tar.gz.
File metadata
- Download URL: deepflow_openagent_cli-0.1.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
227972090d562037e7246b3050f83c33eb49373b7abb3b6169dd90d5f4afb241
|
|
| MD5 |
c2327c4807facb2dc464cacf8ca0640d
|
|
| BLAKE2b-256 |
bbc846dd4739f08fe4369e692db8104325f2c66ecefd812ebfac74dfb80f53e1
|
File details
Details for the file deepflow_openagent_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: deepflow_openagent_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90a60c0a8b70952ee14b2001dc39179ab6af33295382c47962dfdab9a8126672
|
|
| MD5 |
7e850807dbf884b6738cfdf933dbad13
|
|
| BLAKE2b-256 |
942fde082ec6af139e6a6448470d673a765d5759404cbd8f2b6d65ec635552db
|