from aser.trace import Trace
from aser.agent import Agent
trace=Trace(session=1)
agent=Agent(name="aser agent",description="aser agent",model="gpt-3.5-turbo",trace=trace)
response=agent.chat("what is bitcoin?")
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.trace import Trace
from aser.agent import Agent
trace=Trace(session=1)
agent=Agent(name="aser agent",description="aser agent",model="gpt-3.5-turbo",trace=trace)
response=agent.chat("what is bitcoin?")
