This commit is contained in:
Simon Shieh 2025-02-14 13:23:58 +08:00
parent c27e44eb80
commit 6bc0c27e40

View file

@ -228,17 +228,19 @@ const tx = await autoHashAgent.verify({ payload, agent: '', digest: '' })
``` ```
For more examples, see the [test](https://github.com/APRO-com/ai-agent-sdk-js/tree/main/test) cases. For more examples, see the [test](https://github.com/APRO-com/ai-agent-sdk-js/tree/main/test) cases.
```
# Usage with Python # Usage with Python
## Installation ## Installation
```bash ```bash
$ pip3 install ai-agent-sdk $ pip3 install ai-agent-sdk
``` ```
## Usage ## Usage with Python SDK
### Initialize AgentSDK ### Initialize AgentSDK