AI - v1.0.0
Guide
Practical guides for wiring up the AI package inside a downstream ArtisanPack UI package or a host application.
Topics
- Authoring agents — how a downstream package adds a new AI capability, worked through with
MetaDescriptionAgentas the running example. - Bring your own key (BYOK) — env-mode vs. CMS-mode setup, plus provider-specific notes for Anthropic, OpenAI, Gemini, Groq, and Ollama.
- Overriding agents — container binding and config-override patterns for replacing a shipped agent with your own subclass.
See also: built-in-agents for the agents this package itself ships and react-vue-integration for consuming the JSON API from JavaScript.