AI Kit builds on top of theDocumentation Index
Fetch the complete documentation index at: https://ai.aidalinfo.fr/llms.txt
Use this file to discover all available pages before exploring further.
ai SDK to interact with your models and layers opinionated helpers for creating typed agents and workflows. This page lists the prerequisites and the next steps to ramp up quickly.
Prerequisites
- Node.js 18+ (or any runtime that ships with
fetch). - A package manager (
pnpm,npm, oryarn). - Access to an AI SDK compatible provider (Scaleway, OpenAI, Google, …).
Quick install
@ai-sdk/openai, @ai-sdk/google, …).
What’s next?
- Follow the guide Build your first agent in 5 minutes.
- Assemble a typed pipeline with Build a simple workflow.
- Enable tracing with Langfuse telemetry.