Download the PHP package maestroerror/laragent without Composer

On this page you can find all versions of the php package maestroerror/laragent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laragent

LarAgent

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

The easiest way to create and maintain AI agents in your Laravel projects.

Jump to Official Documentation

Need to use LarAgent outside of Laravel? Check out this Docs.

If you prefer article to get started, check it out Laravel AI Agent Development Made Easy

Table of Contents

Introduction

LarAgent brings the power of AI agents to your Laravel projects with an elegant syntax. Create, extend, and manage AI agents with ease while maintaining Laravel's fluent API design patterns.

What if you can create AI agents just like you create any other Eloquent model?

Why not?! ๐Ÿ‘‡

And it looks familiar, isn't it?

And you can tweak the configs, like history

Or add temperature:

Even disable parallel tool calls:

Oh, and add a new tool as well:

And run it, per user:

Or use a custom name for the chat history:

Let's find out more in documentation ๐Ÿ‘

Features

Planned

Here's what's coming next to make LarAgent even more powerful:

Developer Experience ๐Ÿ› ๏ธ

Enhanced AI Capabilities ๐Ÿง 

Security & Storage ๐Ÿ”’

Advanced Integrations ๐Ÿ”Œ

Stay tuned! We're constantly working on making LarAgent the most versatile AI agent framework for Laravel.

Getting Started

Requirements

Installation

You can install the package via composer:

You can publish the config file with:

These are the contents of the published config file:

Configuration

You can configure the package by editing the config/laragent.php file. Here is an example of custom provider with all possible configurations you can apply:

Provider just gives you the defaults. Every config can be overridden per agent in agent class.

Contributing

We welcome contributions to LarAgent! Whether it's improving documentation, fixing bugs, or adding new features, your help is appreciated. Here's how you can contribute.

We aim to review all pull requests within a 2 weeks. Thank you for contributing to LarAgent!

Getting Help

Testing

Security

Please review our security policy on how to report security vulnerabilities.

Credits

Thanks to these people and projects, LarAgent would not be possible without them:

License

The MIT License (MIT). Please see License File for more information.

Roadmap

Please see Planned for more information on the future development of LarAgent.


All versions of laragent with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
guzzlehttp/guzzle Version ^7.9
illuminate/contracts Version ^10.0||^11.0||^12.0
openai-php/client Version ^0.10.3
spatie/laravel-package-tools Version ^1.16
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package maestroerror/laragent contains the following files

Loading the files please wait ....