1. Ask the user if they have configured their Tushare Token.
2. If not, guide them to register and configure the token.
3. Verify the Python environment and install dependencies (tushare, pandas) if needed.
4. Identify the appropriate Tushare Pro API endpoint based on the user's request.
5. Construct the API call with the necessary parameters (e.g., stock code, date range).
6. Execute the API call and retrieve the data.
7. Format the data into a pandas DataFrame.
8. Return the DataFrame to the user.