Can we make a todo.md ?
I would like to see the ability to walk a user through a real app with an assistant. You ask the user to fill in data and the assistant checks it before moving on to the next step.
This is a bit different from the way the system works now but it's highly useful in training users on how to use a system. Normally I design apps to have a production data endpoint and a training data endpoint. The training one is for the training walkthroughs. You can then describe each training step at a data level . So all your doing is running an assistant widget that is talking to the training endpoint to get steps .
Curious what you think.
I can flesh it out more if you want. Or just ask me more questions.
I liked your idea .. Can you also contribute for this and let's have a discussion about it .
I can help.
The first step would be to make a simple forms based app as a example. Then make an assistant widget that sits in the top right corner above everything else and that does not scroll but is stuck to the top right.
Then I can build the server and client integration over grpc to get the " lesson" for that example form.
The assistant then just needs to validate that the user has filled in the data correctly . The ground truth data being what it got from the server.
Does this help flesh it out.
I can do the client server bits. You can start on the assistant.