Examples Home
Here are some examples of how to use Conatus:
- SEC EDGAR: record once, replay forever: Scrape a real regulatory site into typed records, then replay the agent-authored recipe with zero LLM calls. The flagship example.
- GitHub radar: self-healing recipes: A compiled recipe breaks when the site changes; the agent is automatically re-triggered to re-author it.
- Hacker News: browser-driven scraping: A real browser plus generic HTML actions — no per-site code — that compiles into a deterministic re-scrape.
- ReAct-style agent: A simple agent that uses the general patterns of the ReAct framework. In other words, this is a simple agent.