Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

v1.0.0

Choose a tag to compare

@ruttydm ruttydm released this 07 Feb 18:21
· 6 commits to main since this release

Initial release of the AI Tool Core framework.

What's Included

  • ToolProvider interface — the central contract every AI tool package implements
  • CredentialResolver interface — abstraction for API keys and configuration
  • ConfigCredentialResolver — default implementation reading from config/ai-tools.php
  • ToolProviderRegistry — singleton registry for auto-discovery of tool providers
  • AiToolCoreServiceProvider — Laravel auto-discovery with sensible defaults

Requirements

  • PHP 8.2+
  • Laravel 11 or 12
  • Laravel AI SDK ^0.1