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.
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mezoAgent
3
- Version: 0.2.0
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: dreadwul@wtf.com
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.0
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: dreadwul@wtf.com
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, mezo_agent_transaction_musd
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.0",
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="dreadwul@wtf.com",
15
+ author_email="dreadwulf@wtf.com",
16
16
  python_requires=">=3.7",
17
17
  )
File without changes
File without changes