AI brain that knows everything you're doing on your laptop, and auto completes your routine tasks
Clone the repository:
git clone https://github.com/mediar-ai/tasks-auto-complete
cd tasks-auto-complete
- Install screenpipe https://docs.screenpi.pe/docs/getting-started
- Install and enable our pipe - refer to the pipe/README.md file.
The project includes an AI agent that can perform tasks using browser automation. The agent uses the browser-use
package to interact with web browsers programmatically.
- Install Python dependencies and playwright:
cd agent
# virtualenv .venv
# source .venv/bin/activate
pip install -r requirements.txt
playwright install
This project is built on Electron, providing a desktop application that integrates with your system.
- Install dependencies and run the electron app:
cd electron-app
# Install dependencies
npm install
# Run the app
npm start
- Build the extension:
cd chrome-extension
npm install
npm run build
- Install the extension:
- Open Google Chrome
- Go to
chrome://extensions
- Click on "Load unpacked"
- Select the
chrome-extension
folder
- Run the proxy server:
cd chrome-extension
OPENAI_API_KEY=your_openai_api_key node proxy.js
- Reload the extension:
- Open Google Chrome
- Go to
chrome://extensions
- Click on the extension
- Click on "Reload"