You are viewing a single comment's thread from:

RE: LeoThread 2024-11-07 08:23

in LeoFinance11 months ago

Step 4: Understand the code structure

Core functionality: Familiarize yourself with the main functions that enable blockchain operations, such as transferring assets and creating tokens.
Operation modes: Review how to interact with your agent through different modes, including direct command line interaction (chat mode), independent operation (autonomous mode) and conversation between OpenAI and Based Agent (two-agent mode).
Did you know? The Based Agent template includes two key files: agents.py, which handles the core functionality of the AI agent for blockchain operations, and run.py, which defines the different operation modes for interacting with the agent.