Skip to content

v2.6.0 — Complete cookbook + installable skill

Choose a tag to compare

@mabou7agar mabou7agar released this 07 Jun 23:12
· 27 commits to master since this release
fb6cd0f

Documentation + tooling release. No functional code changes since v2.5.0 (docs + skill only); package tests remain green.

The complete cookbook — docs/cookbook.mdx

A single, source-grounded guide covering all 29 capability areas of the package, with copy-pasteable examples and every config flag — verified against src/ (no invented APIs):

Creating tools & skills · any model/engine (+ failover, ai:doctor) · relating records · embeddings & RAG · image & video generation · characters & sub-agents · file intake (upload→extract→suggest→pre-fill) · tool-context scaling · structured data & analytics · memory & conversations · streaming & realtime · observability · billing/credits · graph (Neo4j) RAG · voice/TTS/transcription · provider tools & MCP · multi-tenancy & scope · learning · model council · structured collection · admin/catalog/SDK · federation & security · specialized providers (Serper/Perplexity search, Pexels/Unsplash stock images, Midjourney, plagiarism, Azure/Grok/DeepSeek) · character generation (ai:generate-character) · frontend previews · field assistants · a full CLI reference (~80 ai: commands). (#48, #50, #51)

Installable skill — .claude/skills/laravel-ai-engine

A trigger-able Claude skill mapping every capability to its real entry-point class, pointing to the cookbook. Triggers on LaravelAIEngine\ usage, config/ai-*.php, app/AI/Tools, app/AI/Skills. (#49)

Notes

  • Built by surveying each area from source via multi-agent workflows, then verified against src/ (caught/fixed fabrications like a non-existent VectorIndexService and Transcribable trait).
  • No breaking changes; nothing in the runtime changed.