From f20a77dd4e11ceedab419cc612b3dce05c09b207 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 17 Mar 2026 14:30:12 -0300 Subject: [PATCH] docs(readme): remove experimental note + provider tools is now supported --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e37aa8a21136c96703e44b1f9183eb69e2ccf285..b4af728c15a485b23849f40f775e1ab203c605af 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ Build AI agents with Go. Multi-provider, multi-model, one API. 2. Add some tools 3. Compile to native machine code and let it rip -> [!NOTE] -> Fantasy is currently a preview. Expect API changes. ```go import "charm.land/fantasy" @@ -73,7 +71,6 @@ We built Fantasy to power [Crush](https://github.com/charmbracelet/crush), a hot - Image models - Audio models - PDF uploads -- Provider tools (e.g. web_search) For things you’d like to see supported, PRs are welcome.