Private Beta: Batch 1
Build Agents,
Not Black Boxes.
The "Telescope" for Prism PHP. Visualize reasoning loops, mock tool responses, and stop burning tokens on invisible errors.
$ composer require --dev laradeck/laradeck
Looking for 50 Prism developers to test the Alpha.
No spam. Unsubscribe anytime.
LaraDeck (Local)
Playground
Prism
RefundAgent
Why was invoice #992 rejected?
Querying tools...
Accessing payment logs for #992...
Type a message...
Trace Inspector
Model: Claude 3.5
Tokens: 1,240
Cost: $0.003
Prism::text()->generate()
"User asks about Invoice #992. I must check the StripeStatus tool to find the decline code."
Tool Call: stripe_service
86ms
Stripe::charges()->find('inv_992');
Tool Result
Mocked
{ "status": "failed", "code": "insufficient_funds" }
Thinking...
Real-time traces. Mock responses. Zero token waste.