Skip to content

Commit 5c2465d

Browse files
committed
update readme
1 parent 1ee55fd commit 5c2465d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ AI Agent framework built on Convex.
1010
- RAG for chat context, via hybrid text & vector search, with configuration options.
1111
Or use the API to query the history yourself and do it your way.
1212
- Opt-in search for messages from other threads (for the same specified user).
13-
- Support for generating and storing objects in messages (as JSON).
13+
- Support for generating / streaming objects and storing them in messages (as JSON).
1414
- Tool calls via the AI SDK, along with Convex-specific helpers.
1515
- Easy workflow integration with the [Workflow component](https://convex.dev/components/workflow).
1616
- Reactive & realtime updates to asynchronous threads.
17-
- Support for streaming text and storing the result in the database.
17+
- Support for streaming text and storing the final result.
1818
- Optionally filter tool calls out of the thread history.
1919

2020
[Read the associated Stack post here](https://stack.convex.dev/ai-agents).
@@ -73,11 +73,6 @@ export const supportAgentWorkflow = workflow.define({
7373

7474
Also see the [Stack article](https://stack.convex.dev/ai-agents).
7575

76-
Coming soon:
77-
78-
- Generate and stream objects
79-
- Nested agent configuration, with agents as tools to other agents.
80-
8176
Found a bug? Feature request? [File it here](https://github.com/get-convex/agent/issues).
8277

8378
## Pre-requisite: Convex

0 commit comments

Comments
 (0)