Genkit Dart Core Features and API Reference
mainGenkit Dart is an AI SDK for Dart providing a unified interface for AI agents, code generation, and structured outputs.
Core capabilities include:
- Initialization:
Genkit() - Generation:
ai.generate - Tooling:
ai.defineTool - Flows:
ai.defineFlow - Embeddings:
ai.embedMany - Streaming and remote flow endpoint calls.
For detailed API signatures and usage patterns, refer to the core framework reference at references/genkit.md.