File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff 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
7474Also 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-
8176Found a bug? Feature request? [ File it here] ( https://github.com/get-convex/agent/issues ) .
8277
8378## Pre-requisite: Convex
You can’t perform that action at this time.
0 commit comments