Personal Productivity Agent

Created at 6 months ago

by mwill20

starstarstarstarstar

Personal Productivity Agent (Python) for Windows. Automates tasks, provides system info, and uses Google Gemini for intelligent Windows Event Log analysis. Supports interactive CLI and MCP server mode.

Categories

os-automation

Tags

productivity

automation

windows-agent

Personal Productivity Agent

What is Personal Productivity Agent?

The Personal Productivity Agent is a Python-based tool designed to assist with various tasks on a Windows system, leveraging Large Language Models (LLMs) for intelligent analysis of Windows Event Logs.

How to use Personal Productivity Agent?

To use the agent, you can run it in two modes:

  1. Interactive CLI Mode: Execute python main_agent.py in your command prompt for a menu-driven interface.
  2. MCP Server Mode: Execute python main_agent.py --mcp-mode for programmatic integration, allowing other applications to send JSON requests.

Key features of Personal Productivity Agent?

  • Interactive file system operations (find, move, rename files)
  • System information retrieval (disk usage, memory, CPU info)
  • Productivity tools (document summarization, calendar events, reminders)
  • Windows Event Log analysis using Google Gemini LLM for insights and troubleshooting.

Use cases of Personal Productivity Agent?

  1. Automating file management tasks on Windows.
  2. Analyzing Windows Event Logs for system diagnostics.
  3. Setting reminders and notifications for important tasks.

FAQ from Personal Productivity Agent?

  • What programming language is used?

The agent is developed in Python 3.x.

  • Is there an API key required?

Yes, for LLM features, you need to set a GEMINI_API_KEY environment variable.

  • Can it run in the background?

Yes, it can operate in MCP server mode for background processing.

View More