mezoAgent 0.2.0__tar.gz → 0.2.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {mezoagent-0.2.0 → mezoagent-0.2.1}/PKG-INFO +2 -2
- {mezoagent-0.2.0 → mezoagent-0.2.1}/mezoAgent.egg-info/PKG-INFO +2 -2
- {mezoagent-0.2.0 → mezoagent-0.2.1}/mezo_agent/__init__.py +1 -1
- {mezoagent-0.2.0 → mezoagent-0.2.1}/setup.py +2 -2
- {mezoagent-0.2.0 → mezoagent-0.2.1}/README.md +0 -0
- {mezoagent-0.2.0 → mezoagent-0.2.1}/mezoAgent.egg-info/SOURCES.txt +0 -0
- {mezoagent-0.2.0 → mezoagent-0.2.1}/mezoAgent.egg-info/dependency_links.txt +0 -0
- {mezoagent-0.2.0 → mezoagent-0.2.1}/mezoAgent.egg-info/requires.txt +0 -0
- {mezoagent-0.2.0 → mezoagent-0.2.1}/mezoAgent.egg-info/top_level.txt +0 -0
- {mezoagent-0.2.0 → mezoagent-0.2.1}/mezo_agent/config.py +0 -0
- {mezoagent-0.2.0 → mezoagent-0.2.1}/mezo_agent/parsing.py +0 -0
- {mezoagent-0.2.0 → mezoagent-0.2.1}/mezo_agent/transaction.py +0 -0
- {mezoagent-0.2.0 → mezoagent-0.2.1}/setup.cfg +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: mezoAgent
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.1
|
4
4
|
Summary: A LangChain based tool kit for AI Agents to send BTC and mUSD transactions on Mezo Matsnet.
|
5
5
|
Author: Dreadwulf
|
6
|
-
Author-email:
|
6
|
+
Author-email: dreadwulf@wtf.com
|
7
7
|
Requires-Python: >=3.7
|
8
8
|
Requires-Dist: web3
|
9
9
|
Requires-Dist: langchain
|
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: mezoAgent
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.1
|
4
4
|
Summary: A LangChain based tool kit for AI Agents to send BTC and mUSD transactions on Mezo Matsnet.
|
5
5
|
Author: Dreadwulf
|
6
|
-
Author-email:
|
6
|
+
Author-email: dreadwulf@wtf.com
|
7
7
|
Requires-Python: >=3.7
|
8
8
|
Requires-Dist: web3
|
9
9
|
Requires-Dist: langchain
|
@@ -1 +1 @@
|
|
1
|
-
from .transaction import mezo_agent_transaction_btc,
|
1
|
+
from .transaction import mezo_agent_transaction_btc, mezo_agent_musd_transaction
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name="mezoAgent",
|
5
|
-
version="0.2.
|
5
|
+
version="0.2.1",
|
6
6
|
packages=find_packages(),
|
7
7
|
install_requires=[
|
8
8
|
"web3",
|
@@ -12,6 +12,6 @@ setup(
|
|
12
12
|
],
|
13
13
|
description="A LangChain based tool kit for AI Agents to send BTC and mUSD transactions on Mezo Matsnet.",
|
14
14
|
author="Dreadwulf",
|
15
|
-
author_email="
|
15
|
+
author_email="dreadwulf@wtf.com",
|
16
16
|
python_requires=">=3.7",
|
17
17
|
)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|