Skip to content

Commit be922ea

Browse files
committed
docs(readme) readme update
1 parent 05a9479 commit be922ea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
[![NPM version](https://img.shields.io/npm/v/ai-sdk-agents.svg)](https://npmjs.org/package/ai-sdk-agents) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/facebook/react/blob/main/LICENSE) [![Actions Status](https://github.com/sslava/ai-sdk-agents/workflows/release/badge.svg)](https://github.com/sslava/ai-sdk-agents/actions)
44

5-
6-
A powerful and flexible library for building AI agents using the Vercel AI SDK. This project provides a simple yet powerful way to create and manage AI agents with customizable flows, tools, and contexts.
5+
AI SDK Agents is an extension of the standard [Vercel AI SDK](https://sdk.vercel.ai/docs) API. It enables you to build advanced generative applications using patterns and agent compositions that are not supported by the Vercel AI SDK out of the box. With this library, you can define your own agents, compose them together, and call agents as tools within other agents, unlocking complex reasoning and orchestration flows.
76

87
## Features
98

10-
- 🤖 Simple agent creation and management
11-
- 🔄 Customizable agent flows
9+
- 🚀 Extends the Vercel AI SDK API to support new generative app patterns
10+
- 🤖 Define and compose agents (agents can call each other as tools)
11+
- 🔄 Flexible flow and step management
1212
- 🛠️ Extensible tool system
13-
- 📝 Context management
14-
- 🔄 Streaming support
13+
- 📝 Context and memory between steps
14+
- 🔄 Streaming response support
1515

1616
## Installation
1717

0 commit comments

Comments
 (0)