This repository was archived by the owner on Mar 30, 2026. It is now read-only.
Releases: OpenCompanyApp/integration-core
Releases · OpenCompanyApp/integration-core
v2.1.0
v2.0.0 — Renamed from ai-tool-core
Breaking Change
Package renamed from opencompanyapp/ai-tool-core to opencompanyapp/integration-core to reflect its broader purpose beyond AI tools (will also support triggers and other integration types).
What changed
- Package name:
opencompanyapp/ai-tool-core→opencompanyapp/integration-core - Namespace:
OpenCompany\AiToolCore→OpenCompany\IntegrationCore - Service provider:
AiToolCoreServiceProvider→IntegrationCoreServiceProvider
Migration
Update your composer.json:
"opencompanyapp/integration-core": "^2.0"Update use statements:
OpenCompany\AiToolCore\ → OpenCompany\IntegrationCore\
1.1.0
v1.0.0
Initial release of the AI Tool Core framework.
What's Included
ToolProviderinterface — the central contract every AI tool package implementsCredentialResolverinterface — abstraction for API keys and configurationConfigCredentialResolver— default implementation reading fromconfig/ai-tools.phpToolProviderRegistry— singleton registry for auto-discovery of tool providersAiToolCoreServiceProvider— Laravel auto-discovery with sensible defaults
Requirements
- PHP 8.2+
- Laravel 11 or 12
- Laravel AI SDK ^0.1