Let's Add an Agent Routing Workflow to a TODO App in Swift
Learn how to use the Agent Routing Workflow to build custom user interfaces for different user needs in your app.
TODO Apps are often used as the “Hello, World” example for developers starting to learn to code in any language. But what can a TODO app look like with the power of AI?
I had one idea - throughout the day, I randomly remember things I have to do. Or thing might just come up - maybe I’m talking to someone, they want someone’s contact or introduction, so now this becomes a task. What if every time I had a task come up - I could just open my SpeakTODO app and say the todo item. AI can then transcribe it, and even sort my TODOs into categories. To learn how to build this app, check out my workshop Swiftly Spoken: Build Voice-Enabled Interfaces with AI in Swift (Recording Only).
Now let’s take this to the next level - what if I could use AI Agents to help me actually complete my TODO tasks… For example, if a task is around writing an email, I can work with an Email Writing Agent to write and send it:
So how can we build this?!!! Let’s get started 🚀