Download the PHP package solution-forest/ai-kit-filament without Composer

On this page you can find all versions of the php package solution-forest/ai-kit-filament. 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 ai-kit-filament

ai-kit-filament

PHP Laravel Filament License

The Filament admin panel for the ai-kit suite — manage knowledge bases and documents, ingest files and URLs, review conversations with token usage, demo the chat in a Playground, and watch usage on an analytics dashboard.

Why this package?

Give your team (or clients) a no-code way to run the whole RAG pipeline: create knowledge bases, upload PDFs/Word/Excel or add URLs, watch documents get indexed, inspect the actual chunks, replay conversations with token usage, demo the chat live, and track cost — all inside your existing Filament panel. One ->plugin() call, no controllers or Blade to write.

Requirements

Install

Register the plugin on your panel:

Everything appears under an AI Kit navigation group.

What you get

Collections + Documents (inline)

A Collections resource. Open a collection to manage its Documents inline (relation manager):

Conversations (read-only) with token usage

A log viewer of every conversation. The list shows total tokens (in / out) per conversation; open one to see the message thread with per-message input/output tokens.

Playground

A demo page: pick a knowledge base and chat live against it — the same Livewire component your app embeds. Ideal for client demos.

Analytics dashboard

A dedicated Dashboard page (under AI Kit, not the panel's default dashboard): documents indexed, chunks, conversations this week, tokens (30d), estimated cost (30d), and a prompt vs. completion tokens-per-day chart.

Optional features

Toggle in config/ai-kit.php (or .env):

Cost estimates

Cost = logged tokens × config('ai-kit.pricing') ($ per 1M input / output, per model), based on the active chat model. Add a rate entry for the model you use:

The ai-kit suite

Package Purpose
solution-forest/ai-kit-core Ingestion, retrieval, agents + CLI, HTTP API, MCP
solution-forest/ai-kit-ui-livewire Livewire 4 chat component
solution-forest/ai-kit-filament (this) Filament v5 admin panel

The panel is one of four faces over the same core — everything here is also scriptable via the CLI, callable over the HTTP API, or exposed to AI agents via MCP (all in ai-kit-core).

Continuous integration

.github/workflows/tests.yml runs the suite on a GitHub release (and manual dispatch) — not on every push. This package has local path dependencies on ai-kit-core and ai-kit-ui-livewire, so CI clones both (public) sibling repos first. Once the packages are on Packagist, drop the clone steps.

License

MIT © SolutionForest


All versions of ai-kit-filament with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/support Version ^12.0|^13.0
filament/filament Version ^5.0
solution-forest/ai-kit-core Version ^0.2
solution-forest/ai-kit-ui-livewire Version ^0.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 solution-forest/ai-kit-filament contains the following files

Loading the files please wait ...