mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-04-05 11:24:03 +00:00
format
This commit is contained in:
parent
c27e44eb80
commit
6bc0c27e40
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue