CLI - the adx command#
adx is the command-line tool for Agent Distributed Executor (agent-dx). Agents are essentially functions, and adx wraps function registration and invocation as calls to the underlying openYuanrong function service interface.
Install adx:
pip install agent_dx_cli
Commands#
Global Options#
Option |
Description |
|---|---|
|
JWT authentication token; can also be provided via the |
|
Enable DEBUG logging; prints request details (method, url, headers, body) before sending. Sensitive headers such as |
|
Print the |
|
Show help information. |
Exit Codes#
Exit Code |
Meaning |
|---|---|
|
Success |
|
Server failure (HTTP non-2xx, or response |
|
Parameter error (invalid JSON, file not found, missing required parameter) |
|
Network error (connection failure, timeout) |