Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Larai Kit Laravel Package

laraigent/larai-kit

View on GitHub
Deep Wiki
Context7

Artisan Commands

larai:install

Publish config, run migrations, and create the storage symlink.

php artisan larai:install

Run this once after composer require.

larai:doctor

Check the health of all LarAI Kit services.

php artisan larai:doctor

Shows: database, AI provider, vector store, storage, cache, Redis, queue. Reports feature tier and configuration summary.

Deep mode

Test live API calls (embedding + vector store connectivity):

php artisan larai:doctor --deep

This sends a real embedding request to your AI provider and validates the returned vector dimensions match your config. Catches misconfiguration in seconds.

LarAI Kit Health Check

  [OK]      Database (mysql) (3.2ms)
  [OK]      AI Provider (openai)
  [OK]      Embedding probe (1536 dims, 2841ms)    <-- live API test
  [OK]      Vector Store (Pinecone)
  [OK]      Storage (public)
  [OK]      Cache (file)
  [SKIP]    Redis — not configured
  [SKIP]    Queue (sync) — sync mode

Configuration:
  AI Provider:   openai
  Vector Store:  pinecone
  Database:      mysql
  Feature Tier:  2
  RAG:           enabled

larai:chat

Interactive CLI chat session with the SupportAgent. Type messages, get responses. Type exit to quit.

php artisan larai:chat

make:larai-agent

Scaffold a new Agent class.

php artisan make:larai-agent ProductAgent

Creates app/Ai/Agents/ProductAgent.php.

make:larai-tool

Scaffold a new Tool class.

php artisan make:larai-tool CheckOrderTool

Creates app/Ai/Tools/CheckOrderTool.php.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
daikazu/eloquent-salesforce-objects
unseen-codes/chat
romalytar/yammi-jobs-monitoring-laravel
kisame76/filament-db-table-state
nqxcode/laravel-lucene-search
dpfx/laravel-livewire-wizards
workos/workos-php-laravel
sofa/laravel-global-scope
nawasara/auth-primitives
adhocrat-io/arkhe-main
make-dev/orca-harpoon
itsemon245/lamet
baks-dev/dashboard
amoifr/pickle-panther-bundle
make-dev/orca
dmstr/symfony-system-resources-bundle
dmstr/symfony-job-queue-bundle
dmstr/openapi-json-schema-bundle
dmstr/keycloak-security-bundle
dmstr/doctrine-audit-log-bundle