File size: 295 Bytes
b2863d5
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from agicli.tools import agi_tool
import agicli.welcome

@agi_tool
def get_company_news():
    """Returns the latest news from AG Corp headquarters."""
    return "AG Corp has successfully implemented the AGI Tool Parsing system v2.0!"

if __name__ == "__main__":
    agicli.welcome.initialize()