Features

  • Task execution on Windows systems
  • Data extraction and manipulation
  • Natural language processing and understanding
  • Interactive user interface for querying and task submission (in development)

Usage

Here are some examples of how to interact with the AI agent:

  • Extract the top countries based on population:

    Extract the top 5 countries with the highest population from the data and save them as a note in the log file.
    
  • Perform a Windows system task:

    Open File Explorer and navigate to the C:\Users\%username%\Documents directory.
    
  • Query the AI agent:

    What is the current date?
    

Acknowledgements

This project was inspired by the ReAct paper and utilizes the OpenAI API for natural language processing tasks. Special thanks to the authors of the ReAct paper and the developers of the OpenAI platform.