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