ah, we could definitely do better in communicating that. Most of the work is ahead of us but we currently help ai devs in a few ways:
- designing with sessions as the atomic unit -- we wanted them to be spun up and discarded in a serverless way w quick boot times. That way you would have these quick or long-running sessions that agents can just jump in and out of or as a building block for custom tools. We also expose debug urls so you can embed viewable sessions into you app in a Devin-esque UI.
- In the Open-source API, we expose some features that allow you to turn webpages into more LLM-friendly formats for consumption like: markdown, readability, screenshots, and pdfs.
It does just so happen that it ends up being useful for non AI apps as well
It does just so happen that it ends up being useful for non AI apps as well