AI chat starter
I made one with the ai-elements that's pretty barebones, didn't implement memory yet but has search messages and threads enabled, it's pretty easy to implement
7 Replies
Can you share the link?
Did you use the agents component?
This one uses his own ai-sdk "toolkit" with some cool features that would be useful to have in the convex agent component
One moment
GitHub
GitHub - saranatour1/ai-chat-bot-convex: work in progress
work in progress. Contribute to saranatour1/ai-chat-bot-convex development by creating an account on GitHub.
Haven't implemented tools yet, like i said pretty barebones 😂
It's a good starting point if you want to use it
Thanks may use some ideas not starting from scratch right now
But I think convex should create its own or a community effort
No agent component right?
I am using the agent component
Ah sorry wasn't mentioned in the readme
Will check it out, I am investigating using ai-sdk custom transport with useChat instead of a custom hook, did you try that? Otherwise I'll let you know when I get it working