From 6bc0c27e40128cbabbf0843679e8bcef315d0963 Mon Sep 17 00:00:00 2001 From: Simon Shieh Date: Fri, 14 Feb 2025 13:23:58 +0800 Subject: [PATCH] format --- docs/ATTPs/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/ATTPs/README.md b/docs/ATTPs/README.md index 5180e8b..4b6360f 100644 --- a/docs/ATTPs/README.md +++ b/docs/ATTPs/README.md @@ -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. -``` + # Usage with Python ## Installation + ```bash $ pip3 install ai-agent-sdk + ``` -## Usage +## Usage with Python SDK ### Initialize AgentSDK