eliashaeussler/typo3-solver

Extension for TYPO3 CMS to extend TYPO3's exception handling with AI generated solutions

Installs: 1 177

Dependents: 0

Suggesters: 0

Security: 0

Stars: 26

Watchers: 3

Forks: 0

Open Issues: 4

Type:typo3-cms-extension

0.2.10 2024-03-17 10:27 UTC

README

Error page screenshot

TYPO3 extension solver

Coverage Maintainability CGL Tests Supported TYPO3 versions Slack

An extension for TYPO3 CMS to solve exceptions with AI generated solutions. It uses the OpenAI PHP client to send a prompt to a configured model and uses the responded completion as solution. Several completion attributes (model, tokens, temperature, number of completions) are configurable. It also provides a console command to solve problems from command line.

🚀 Features

  • Extended exception handler with AI generated solutions
  • Configurable AI completion attributes (model, tokens, temperature, number of completions)
  • Caching integration for solved problems
  • Command to solve problems from command line
  • Customizable solution providers and prompts
  • Compatible with TYPO3 11.5 LTS, 12.4 LTS and 13.0

🔥 Installation

Composer

Packagist Packagist Downloads

composer require eliashaeussler/typo3-solver

TER

TER version TER downloads

Download the zip file from TYPO3 extension repository (TER).

📙 Documentation

Please have a look at the official extension documentation.

💎 Credits

The extension icon ("lightbulb-on") is a modified version of the original actions-lightbulb-on icon from TYPO3 core. In addition, the icons actions-calendar, actions-cpu, actions-debug, actions-exclamation-triangle-alt and spinner-circle from TYPO3 core are used. All icons are originally licensed under MIT License.

This project is highly inspired by the article Fix your Laravel exceptions with AI by Marcel Pociot.

In addition, I'd like to thank Nuno Maduro and all contributors of the openai-php/client library for this beautiful piece of code.

⭐ License

This project is licensed under GNU General Public License 2.0 (or later).