LLPhant
A PHP AI framework with a typed Jev classifier integration.
A PHP AI framework with a typed Jev classifier integration.
LLPhant’s JevClassifier sends caller-provided text state and named typed questions to Jev, then maps Noul, Choice and Score responses into PHP answer objects. Its guide shows a three-question support-message triage example.
Does this convey urgency?
The documented text state is “Help! My payouts have been failing for 3 days.”
Which team should handle this?
The documented text state is “Help! My payouts have been failing for 3 days.”
How frustrated is the customer?
The documented text state is “Help! My payouts have been failing for 3 days.”
A PHP caller supplies message text plus Noul, Choice and Score question objects.
The library sends the state and question map to the Jev API.
The caller receives typed PHP answers with probabilities, score levels and usage data for its support routing.
A PHP application can use Jev’s bounded decision primitives through the same library ecosystem as its other AI tools, while retaining typed answers and token usage metadata.