Hacker News new | ask | show | jobs
by theonlyt3 442 days ago
Great question!

We actually included a basic form-filling example (data_entry_example.py) in our GitHub repo—definitely give it a spin and see how it goes.

One tip: filling out forms is currently a bit slow since each step runs sequentially. We're actively looking into concurrency improvements (for example, calculating multiple field interactions at once) to speed things up.

Excited to hear how it works for you—feel free to share any issues or feedback you run into!