-
-
Notifications
You must be signed in to change notification settings - Fork 26
Plugins ‐ Overview
Tailor LetMeDoIt AI to suit your unique needs and preferences. With support for Python plugins, you can extend and customize LetMeDoIt's functionalities. Build plugins that integrate with external services, automate repetitive tasks, or enhance specific features. The possibilities are endless, allowing you to create a truly personalized virtual assistant experience.
-
Write python code in a file
-
Save the file in *.py extension
-
Place the file in directory "~/letmedoit/plugins", where "~" is your home directory.
LetMeDoIt AI executes enabled plugins when it starts and when plugin selection is changed.
This is a step-by-step guide to demonstrate how to write a custom LetMeDoItAI plugin that supports function calling for task execution:
https://github.com/eliranwong/letmedoit/wiki/How-to-Write-a-Custom-Plugin
Built-in plugins are located in directory "plugins" under package directory.
-
Copy the original plugin from package folder and save a copy in directory "~/letmedoit/plugins"
-
You may rename the plugins in "~/letmedoit/plugins"
-
Modify the content of the file to suit your needs.
For example, you can copy plugin "ask gemma" to "~/letmedoit/plugins" and edit the model name from "gemma:7b" to "gemma:2b".
-
Enter a blank entry '' to launch action menu.
-
Select "change plugins".
-
Select / unselect individual plugins to enable / disable them.
-
Select "OK" to make changes effective.
LetMeDoIt AI utilizes 'config' modules to interact with plugins. Developers can write plugins in Python to modify or add functionalities to LetMeDoIt AI by working with the following variables:
-
config.aliases read more
-
config.inputSuggestions read more
-
config.outputTransformers read more
-
config.predefinedContexts read more
-
config.addFunctionCall read more
To enable a plugin to execute a task, instead of generating text only, integrate function calling feature in the plugin.
Read https://github.com/eliranwong/letmedoit/wiki/Plugins-%E2%80%90-Function-Calling
https://github.com/eliranwong/letmedoit/wiki/Plugins-%E2%80%90-Install-Additional-Packages
https://github.com/eliranwong/letmedoit/wiki/Plugins-%E2%80%90-Run-Codes-with-Specific-Packages
https://github.com/eliranwong/letmedoit/wiki/Plugins-%E2%80%90-Integrate-Other-Shared-Utilities
Check our built-in plugins at https://github.com/eliranwong/letmedoit/tree/main/package/letmedoit/plugins
Installation
Installation on Android
Install a Supported Python Version
Install ffmpeg
Android Support
Install LetMeDoIt AI on Android Termux App
Automatic Upgrade Option
Quick Guide
Action Menu
ChatGPT API Key
Use GPT4 Models
Google API Setup
ElevenLabs API Setup
OpenWeatherMap API Setup
Run Local LLM Offline
Token Management
Command Line Interface Options
Command Execution
Chat-only Features
Developer Mode
Save Chart Content Locally
Work with Text Selection
Work with File Selection
System Tray
Custom Key Bindings
Examples
Features
Change Assistant Name
Setup Multiple LetMeDoIt Assistants
Memory Capabilities
Data Visualization
Analyze Files
Analyze Images
Analyze Audio
Google and Outlook Calendars
Python Code Auto‐heal Feature
Integration with AutoGen
Integration with Google AI Tools
Integration with Open Interpreter
Speak to LetMeDoIt AI
LetMeDoIt Speaks
Speak multi‐dialects
Create a map anytime
Modify your images with simple words
Work with Database Files
Create a Team of AI Assistants
Search and Load Chat Records
Search Weather Information
Search Financial Data
Social Media
Plugins ‐ Overview
Plugins - How to Write a Custom Plugin
Plugins ‐ Add Aliases
Plugins ‐ Input Suggestions
Plugins ‐ Install Additional Packages
Plugins ‐ Predefined Contexts
Plugins ‐ Transform Text Output
Plugins ‐ Work with LetMeDoIt AI Configurations
Plugins ‐ Function Calling
Plugins ‐ Run Codes with Specific Packages
Plugins ‐ Work with Non‐conversational Model
Plugins ‐ Integrate Text‐to‐speech Feature
Plugins ‐ Integrate Other Shared Utilities