effect-ai
Installation
SKILL.md
Effect AI
Overview
Effect AI (@effect/ai) provides type-safe integration with AI/LLM services:
- Provider abstraction - Unified API for OpenAI, Anthropic, etc.
- Tool use - Type-safe function calling with Schema
- Execution planning - Multi-step AI workflows
- Structured output - Schema-validated responses
Installation
npm install @effect/ai @effect/ai-openai
# or
npm install @effect/ai @effect/ai-anthropic