From e2b721a16cd27f6a0941f7a122d2b32805a0fb28 Mon Sep 17 00:00:00 2001 From: Lennex Zinyando Date: Thu, 10 Apr 2025 17:08:36 +0200 Subject: [PATCH] Add MastraAI --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index b3a47f13..2ee2e1c7 100644 --- a/readme.md +++ b/readme.md @@ -129,6 +129,7 @@ - [Blogging](#blogging) - [Weird](#weird) - [Serialization](#serialization) + - [AI](#ai) - [Miscellaneous](#miscellaneous) - [Package Manager](#package-manager) - [Resources](#resources) @@ -779,6 +780,10 @@ - [protobuf](https://github.com/protobufjs/protobuf.js) - Implementation of Protocol Buffers. - [compactr](https://github.com/compactr/compactr.js) - Implementation of the Compactr protocol. +### AI + +- [MastraAI](https://github.com/mastra-ai/mastra) - An opinionated TypeScript framework that helps you build AI applications and features quickly. + ### Miscellaneous - [execa](https://github.com/sindresorhus/execa) - Better `child_process`.