=== Satollo Assistant ===
Contributors: satollo
Tags: ai, assistant, abilities
Requires at least: 7.1
Tested up to: 7.1
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Add an administrative chatbot to use the available abilities with an LLM via the new AI Connectors

== Description ==

This plugin provides a conversational interface for site owners.

Administrators can now trigger core WordPress, plugin, or theme actions simply by chatting with the assistant.

= Which AI provider and LLM are used =

The plugin uses the Neuron library and it uses the data from the WP AI connectors.

Supported connectors are: Mistral, OpenAI, Gemini. Shortly more will be added.

When the AI Client shipped with WP will be improved, it will be used and all the connectors automatically available.

= Contacts, Requests, Bugs =

Please, contact me using the support forum.

= How the LLM Processes Your Data =

- Your Inputs: Anything you type in the conversation is sent directly to the Large Language Model (LLM) to generate a response.
- Tool & Ability Integration: When the LLM triggers a specific "ability" or tool, the results of that action are fed back into the model so it can provide a complete, data-driven answer.

= Capabilities and Constraints =

- Restricted Access: The LLM can only access and use the specific abilities you selected for the conversation.
- Plan & Resource Management: You are responsible for choosing an LLM plan (considering costs, data usage limits, etc.) that aligns with your specific requirements.

== Changelog ==

= 1.0.1 =

* Fixed roles configuration on assistant edit page
* Fixed sessions management with Neuron
* Added session list
* Re,moved chat trace on error log if not in debug mode

= 1.0.0 =

* First release

