Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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)