@webhouse/cms-ai
v0.2.11
Published
AI agents for @webhouse/cms — content generation with Anthropic Claude and OpenAI
Maintainers
Readme
@webhouse/cms-ai
AI agents for @webhouse/cms — generate, rewrite, and optimize content using Anthropic Claude or OpenAI.
Installation
npm install @webhouse/cms-aiUsage
import { createAIAgent } from "@webhouse/cms-ai";
const agent = createAIAgent({
provider: "anthropic",
apiKey: process.env.ANTHROPIC_API_KEY,
});
const content = await agent.generate({
collection: "posts",
prompt: "Write a blog post about TypeScript best practices",
});Documentation
See the main repository for full documentation.
License
MIT
