Plugins#
Plugins help LLM to connect to third party applications and extend its functionality. Plugins enable an agent to interact with APIs using a LLM. Plugins are created by developers and can be installed by users.
NOTE: Imprompt plugins follows openplugin standard. For more information on openplugin standard, please visit: https://legendaryai.github.io/openplugin/
System plugins#
System plugins are created and maintained by the Imprompt. All agents have access to these plugins.
Imprompt Email: Plugin for sending an email
Imprompt File Manager: Plugin to manage text file and content
Imprompt Web Scraper: Plugin to scrape websites.
Imprompt Web Search: Plugin to do web search.