Skip to content

Media AI

This page is generated from public package documentation in capell-4/packages and the package manifest checked into the source repository.

FieldValue
Composer packagecapell-app/media-ai
Package slugmedia-ai
Product groupCapell Media
Tierpremium
Bundlemedia
Runtime contextsadmin, console
Capell version^4.0
Source repositorycapell-app/packages
Source pathpackages/media-ai
Docs sourcepackages/media-ai/docs
Manifestcapell.json

Media AI is an Available, No schema impact Capell package in the Capell Media product group. It ships as capell-app/media-ai and extends these surfaces: admin, console.

Media AI adds a provider-backed “Doctor image” action to image records in the Capell Admin media library, letting editors improve images, remove backgrounds or objects, restore damaged assets, and request upscales without leaving the CMS. It ships the ImageDoctor contract and a safe null implementation rather than a production AI provider; bind an implementation directly or through AI Orchestrator, and the action stays hidden until one is configured. Media AI is positioned as a premium Capell Media add-on to the free Media Library workflow, with no public frontend output and no database writes of its own.

After install, admins get package-owned management or reporting surfaces inside Capell.

Status details:

  • Status: Available
  • Tier: premium
  • Bundle: media
  • Composer package: capell-app/media-ai
  • Namespace: Capell\MediaAI
  • Theme key: not applicable

For developers: The package gives developers package-owned service providers, Actions, Data objects, and Filament classes instead of pushing this behaviour into core or application code.

For teams: Provider-backed image editing inside Capell’s media library: improve images, remove backgrounds or objects, restore, and upscale through a Doctor image action that stays hidden until configured.

Screenshot contract: docs/screenshots.json.

  • Doctor image action on the Media edit page (admin, required).
  • Service providers: Capell\MediaAI\Providers\MediaAIServiceProvider.
  • Config files: packages/media-ai/config/capell-media-ai.php.
  • Filament classes: MediaAIEditActionExtender.
  • Actions: ApplyImageDoctorMetadataAction, QueueBatchImageDoctorRequestsAction.
  • Data objects: ImageDoctorRequest, ImageDoctorResult.
  • Jobs: RunImageDoctorJob.
  • Command signatures: media-ai:doctor-batch.
  • Console command classes: QueueImageDoctorBatchCommand.
  • Manifest contributions: configurator: Capell\MediaAI\Manifest\MediaAIBatchCommandContribution, configurator: Capell\MediaAI\Manifest\MediaAIEditActionContribution, health-check: Capell\MediaAI\Manifest\MediaAIHealthContribution.
  • Health checks: Capell\MediaAI\Health\MediaAIHealthCheck.

This package has no schema impact. It does not declare package-owned migrations or required tables.

Docs gap: document extension points here if the package delegates persistence to a host package.

  • Admin navigation: adds package-owned Filament classes when registered.
  • Permissions: none declared in capell.json.
  • Public routes: none detected in package route files.
  • Database changes: no package migrations declared.
  • Settings: no package settings declared.
  • Queues or schedules: review package jobs or schedules before install.
  • Cache tags: none declared.
  • Commands: media-ai:doctor-batch.
  • Run package commands from the host app; in this repository use vendor/bin/pest for package tests.
  • Keep composer.json, composer.local.json, capell.json, docs, screenshots, and tests aligned when the package surface changes.
SymptomLikely causeCheckFix
Package surface is missing after installProvider or manifest is not loadedConfirm capell.json, package composer.json, and provider registrationReinstall the package, refresh Composer autoload, and clear host caches
Background work does not runQueue worker or scheduled command is not activeCheck package jobs, commands, and host scheduler configurationStart the queue or scheduler, then run the focused command or package test
  1. Install the package: composer require capell-app/media-ai.
  2. Run the required setup: no package migrations are declared; clear cached config and routes if the host app uses caches.
  3. Open the related Capell admin surface and verify Media AI appears.