wild-silent
wild-silent4w ago

Any update on the Swift SDK

Hi I had a look at the swift SDK it seems like it has been a while since the last real update, but I wanted to know if it’s still being worked on? I wanted to use the AI Agent component with it and stream response but I don’t know if the rust sdk supports that… I know the priority is now on chef but it seem every other features have been put on hold for it, I guess it’s what makes/could the most revenue for the company
7 Replies
Convex Bot
Convex Bot4w ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
Nicolas
Nicolas4w ago
Hi @wild-silent! You should be able to query data from any function using the Swift SDK, including the ones coming from components (if you install them in your Convex backend). Are you running into any issues?
wild-silent
wild-silentOP4w ago
@Nicolas Thanks for the reply…I am about to start integrating convex into my project hence I asked if the latest swift sdk supports the new component such as AI agent
Nicolas
Nicolas4w ago
Components are only a backend concept in Convex so you should be fine!
wild-silent
wild-silentOP4w ago
@Nicolas Thank you for the answer, I really appreciate it So if I wanna stream the response to the frontEnd swift sdk, there shouldn’t be any issue, the sdk will cater for it?
Nicolas
Nicolas4w ago
Yes, you can use the regular methods for realtime function calls
wild-silent
wild-silentOP4w ago
@Nicolas thank you, I missed this message

Did you find this page helpful?