@kitt search {phone_number} {last_name}
replace phone_number last_name, separated by space
example: Type:
@kitt search 7032011190 Wallace
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
| # python geocode.py -f "filepath.xlsx" | |
| import googlemaps | |
| from datetime import datetime | |
| import json | |
| from mapbox import Geocoder,Directions | |
| import geopy.distance | |
| import xlrd | |
| import csv | |
| import click | |
| import time |
| class A(object): | |
| class Argument: | |
| a = "testme" | |
| b = list("this is a list") | |
| class _OldClass: | |
| pass | |