from aser.toolkits import web3bio
from aser.agent import Agent
agent=Agent(name="token agent",model="gpt-4o-mini",tools=[web3bio])
response=agent.chat("who is vitalik.eth")
print(response)
Aser Agent
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
from aser.toolkits import web3bio
from aser.agent import Agent
agent=Agent(name="token agent",model="gpt-4o-mini",tools=[web3bio])
response=agent.chat("who is vitalik.eth")
print(response)
