mezoAgent 0.5.0__tar.gz → 0.5.1__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mezoAgent
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Summary: A Python package for Mezo Agent transactions with LangChain tools
5
5
  Author: Dreadwulf, Duck, Digi
6
6
  Requires-Dist: python-dotenv
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mezoAgent
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Summary: A Python package for Mezo Agent transactions with LangChain tools
5
5
  Author: Dreadwulf, Duck, Digi
6
6
  Requires-Dist: python-dotenv
@@ -1,5 +1,6 @@
1
1
  from langchain.tools import tool
2
- from mezo_agent.config import web3_instance, sender_address, extract_balance_details, ERC20_ABI
2
+ from mezo_agent.config import web3_instance, sender_address, ERC20_ABI
3
+ from mezo_agent.parsing import extract_balance_details
3
4
  from mezo_agent.utils import get_token_address_by_symbol
4
5
 
5
6
  @tool
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="mezoAgent",
5
- version="0.5.0",
5
+ version="0.5.1",
6
6
  packages=find_packages(),
7
7
  include_package_data=True,
8
8
  package_data={
File without changes
File without changes
File without changes
File without changes
File without changes