We should identify a way to have conversational steps. Each step is a session and so we can somehow bind that session somewhere we don't even need to bind it. We just assume it continues in the desktop app. This would be good where there's some kind of iterative paired-process required.
For example: a Matt Pocock-style "grill-with-docs". Right now, the in the in process to implement things starts with a grill me process, but this can't be run as part of workflows because that is very iterative.
We need to figure out:
- What is the right api?
- How do we actually have a step that has back and forth w/ session re-use?
We should identify a way to have conversational steps. Each step is a session and so we can somehow bind that session somewhere we don't even need to bind it. We just assume it continues in the desktop app. This would be good where there's some kind of iterative paired-process required.
For example: a Matt Pocock-style "grill-with-docs". Right now, the in the in process to implement things starts with a grill me process, but this can't be run as part of workflows because that is very iterative.
We need to figure out: