Download the PHP package kaviyarasu/ai-agent without Composer
On this page you can find all versions of the php package kaviyarasu/ai-agent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kaviyarasu/ai-agent
More information about kaviyarasu/ai-agent
Files in kaviyarasu/ai-agent
Download kaviyarasu/ai-agent
More information about kaviyarasu/ai-agent
Files in kaviyarasu/ai-agent
Vendor kaviyarasu
Package ai-agent
Short Description A Laravel package for AI agent with multi-provider support
License MIT
Homepage https://github.com/kaviyarasu/ai-agent
Package ai-agent
Short Description A Laravel package for AI agent with multi-provider support
License MIT
Homepage https://github.com/kaviyarasu/ai-agent
Please rate this library. Is it a good library?
Informations about the package ai-agent
AI Agent - Laravel Package
A flexible, modular AI service architecture for Laravel that supports multiple AI providers with easy switching via configuration. Built with SOLID principles and designed for enterprise-grade applications.
Core Features
- 🤖 Multi-Provider Support: Claude, OpenAI, Ideogram, and more
- 🔄 Runtime Provider Switching: Switch providers dynamically based on requirements
- 📝 Text Generation: Support for multiple text models with customizable parameters
- 🎨 Image Generation: Create images with DALL-E, Ideogram, or other providers
- 🎬 Video Generation: Future-ready video generation support
- 🏗️ SOLID Architecture: Clean, maintainable code following SOLID principles
- 🔧 Modular Design: Easy to extend with new providers or capabilities
- 🛠️ Artisan Commands: Scaffolding commands for rapid development
📋 Requirements
- PHP 8.1 or higher
- Laravel 10.0 or Higher
- Composer
Installation
2. Publish and Run Migrations
Configuration
1. Set Up Environment Variables
Add your API keys to your .env
file:
Artisan Commands
Basic Agent Creation
📚 Detailed Usage Guide
Provider Management
Available Providers
Provider | Text | Image | Video | Status |
---|---|---|---|---|
Claude | ✅ | ❌ | ❌ | Stable |
OpenAI | ✅ | ✅ | ❌ | Stable |
Gemini | ✅ | ✅ | ❌ | Stable |
Ideogram | ❌ | ✅ | ❌ | Stable |
Runware | ❌ | ✅ | ❌ | Stable |
Basic Usage
Advanced Usage
Quick Start
📚 Documentation
- Custom Agent Documentation
- Service Agent Documentation
- Response Formatting Documentation
🆘 Support
- Issues: GitHub Issues
📄 License
This package is licensed under the MIT License. See the LICENSE file for details.
Built with ❤️ for the Laravel community
All versions of ai-agent with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1||^8.2||^8.3
illuminate/contracts Version ^10.0||^11.0||^12.0
peckphp/peck Version ^0.1.3
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0||^12.0
peckphp/peck Version ^0.1.3
spatie/laravel-package-tools Version ^1.16
The package kaviyarasu/ai-agent contains the following files
Loading the files please wait ....