GATEDevtools & code
Jev Symfony Bundle

This project provides a Symfony bundle for Jev, which answers typed questions with calibrated probabilities instead of text, enabling features like validator constraints and workflow guards.
TakeJev answers typed questions (yes/no, pick one, rate 0–10) with calibrated probabilities instead of text.
Shipped a Symfony bundle for @typesafeai's Jev.
Jev answers typed questions (yes/no, pick one, rate 0–10) with calibrated probabilities instead of text. In Symfony that means a form field can carry:
#[JevNoul('Is this spam?', max: 0.2)]
• validator constraints (noul / choice with minimum confidence)
• Workflow guards decided by Jev's answer
• Messenger fan-out, profiler panel, jev:models / jev:ask
• a fake client for your tests, on by default in the Flex recipe
It also handles the API quirks I hit (and reported upstream).
composer require vbcherepanov/jev-symfony-bundle
github.com/vbcherepanov/jev-symfony-bundle
