-
Notifications
You must be signed in to change notification settings - Fork 1
ai Overview
GitHub Action edited this page May 21, 2026
·
1 revision
AI adapters commons. Provides an abstraction layer for various Artificial Intelligence providers.
This package is part of the Quatrain Core monorepo. It provides functionality related to ai adapters commons. provides an abstraction layer for various artificial intelligence providers.
import { Ai } from '@quatrain/ai'
// Register an adapter
Ai.registerAdapter(myAdapter)
// Use AI features
const response = await Ai.generate('Hello world')- Follows the standard Quatrain architecture patterns.
- Ensure proper configuration before usage.
- See the root monorepo documentation for more details on building and testing this package.