vizra/vizra-adk
Vizra ADK brings autonomous AI agents to Laravel: multi-model support (OpenAI/Anthropic/Gemini), tools, persistent memory, sub-agents, workflows, streaming responses, evaluation, and tracing—plus a Livewire dashboard for testing and monitoring.
AgentExecuted, ToolCalled) for cross-system reactivity (e.g., logging, analytics).vizra:execute jobs) for long-running agents.composer require vizra/vizra-adk.php artisan vizra:install.CustomerSupportAgent).forUser($user)).execute() methods.php artisan vizra:make:agent).AgentEvaluation model) for LLM-as-a-Judge results.vizra:execute) for stateless processing.agent_id sharding).| Failure Type | Impact | Mitigation |
|---|---|---|
| LLM API Outage | Agents stall or return errors | Fallback to local cache or simpler model |
| Tool Execution Failure | Workflow breaks | Retry logic + dead-letter queue for analysis |
| Memory Corruption | Agent loses context | Regular backups + TTL for transient memory |
| Livewire Dashboard Crash | Monitoring unavailable | Graceful degradation + alerts |
| Cost Overrun | Unexpected LLM charges | Budget alerts + rate limiting |
definition() schemas and execute() logic.How can I help you explore Laravel packages today?