From 0205ad9cacbb8180da1fc2fd87de438a1351fd61 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Wed, 2 Oct 2024 17:34:29 +0300 Subject: [PATCH 1/2] poe agent init --- agent-poe/inference.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 agent-poe/inference.py diff --git a/agent-poe/inference.py b/agent-poe/inference.py new file mode 100644 index 0000000..b78dbe0 --- /dev/null +++ b/agent-poe/inference.py @@ -0,0 +1,4 @@ +# https://pypi.org/project/poe-api/#copyright-notice +import poe +client = poe.Client("HsWWqpsgg2EeJE2A706aIQ%3D%3D") +print(json.dumps(client.bot_names, indent=2)) \ No newline at end of file From 6bfb0f3710bc9aaf24c836941c4980f6d1d3e236 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Wed, 2 Oct 2024 17:56:13 +0300 Subject: [PATCH 2/2] info --- crypto/sol/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/sol/readme.md b/crypto/sol/readme.md index 130732b..3ed4f5d 100644 --- a/crypto/sol/readme.md +++ b/crypto/sol/readme.md @@ -1,4 +1,4 @@ -`Conda activate trade` +`Conda activate trade/crypto/py` To run this Python Solana agent: Install the required libraries: