Discover and explore top open-source AI tools and projects—updated daily.
vizra-aiAI agent development kit for Laravel
Top 94.9% on SourcePulse
Build intelligent AI agents with Laravel's elegant syntax. Vizra ADK is a comprehensive Laravel package for creating autonomous AI agents capable of reasoning, utilizing tools, and maintaining persistent memory, integrating seamlessly into existing Laravel applications. It targets Laravel developers seeking to leverage AI capabilities within their web applications.
How It Works
Vizra ADK employs a modular architecture supporting multiple AI models (OpenAI, Anthropic, Google Gemini) through the Prism PHP library, allowing for flexible provider switching. Agents can delegate tasks to specialized sub-agents and extend their capabilities via an extensible tool system, enabling interaction with databases, APIs, and external services. Persistent memory ensures agents retain context across sessions, while support for sequential, parallel, conditional flows, and loops facilitates complex agent workflows.
Quick Start & Requirements
Install via Composer: composer require vizra/vizra-adk. Publish configuration and run migrations with php artisan vizra:install. Create agents using php artisan vizra:make:agent <AgentName>.
Prerequisites include PHP 8.2+, Laravel 11.0+, a relational database (MySQL/PostgreSQL), and at least one LLM API key (OpenAI, Anthropic, or Google).
Full documentation is available at: https://vizra.ai/docs.
Highlighted Details
Maintenance & Community
The project is actively developed, with a "Vizra Cloud Platform" announced as "Coming Soon!" for advanced evaluation and trace analysis. Community support is available via GitHub Discussions and GitHub Issues. Updates and tips are shared on Twitter/X. Sponsorship opportunities are available to support development.
Licensing & Compatibility
The project is licensed under the permissive MIT license, allowing for commercial use and integration into closed-source applications without significant restrictions.
Limitations & Caveats
The Vizra Cloud Platform, offering advanced features like cloud evaluation runs and interactive trace visualization, is still under development ("Coming Soon!"). While the core ADK appears robust, users requiring the full suite of cloud-based management and analysis tools will need to wait for its release.
2 days ago
Inactive
TransformerOptimus
NirDiamant
Significant-Gravitas