Download the PHP package feral/agent without Composer

On this page you can find all versions of the php package feral/agent. 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 agent

Feral Agent

Overview

Feral Agent is an Open Source AI Agent framework that enables the creation and execution of AI-driven processes. The framework is designed around a collection of Catalog Nodes, which are dynamically assembled into workflows. Each node's Result determines the next node to execute, ensuring an adaptive and context-aware process.

A Context object is passed through the process, providing the necessary data for decision-making at each node. This approach enables flexible, AI-driven execution strategies, making Feral Agent ideal for autonomous workflow generation and AI agent integrations.

Feral Agent is built on the Symfony framework, leveraging its powerful features to provide a robust and extensible architecture.

Modes of Operation

Feral Agent operates in two distinct modes:

1. Tool Mode

In Tool Mode, multiple predefined processes are hardcoded into the system. The AI Agent selects and executes a process based on its interaction with a Large Language Model (LLM). This mode is useful when there are well-defined workflows that should be executed deterministically.

2. Autonomous Mode

In Autonomous Mode, the system dynamically constructs workflows using an LLM. Instead of selecting from predefined processes, the AI generates a process from scratch based on available Catalog Nodes and their descriptions.

This mode allows for highly flexible, self-assembling workflows, enabling AI-driven decision-making without requiring predefined structures.

Available Console Commands

Feral Agent provides a set of Symfony-based console commands for managing and executing processes:

Getting Started

To use Feral Agent, you can either:

More details on installation, configuration, and usage will be available in the full documentation.

License

Feral Agent is open-source and available under the Apache 2.0 License.


For contributions, issues, or discussions, visit the Feral Agent Project Website.


All versions of agent with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
ext-ctype Version *
ext-iconv Version *
feral/core Version ^1.0
symfony/console Version 7.2.*
symfony/dotenv Version 7.2.*
symfony/flex Version ^2
symfony/framework-bundle Version 7.2.*
symfony/http-client Version 7.2.*
symfony/monolog-bundle Version ^3.10
symfony/runtime Version 7.2.*
symfony/serializer Version 7.2.*
symfony/yaml Version 7.2.*
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 feral/agent contains the following files

Loading the files please wait ....