umerkay/mike

umerkay bolts a live web-research arm onto Mike, so the assistant can read the open web on demand.

One commit's worth of focused work from a single author, quiet since its last push in early May 2026 - early days, and possibly paused.

View on GitHub →

This is a lean fork. umerkay took Mike and gave it a way to reach out to the live web instead of working only from what it already knows. The assistant can now pull a single page, ask a question and get an answer backed by real sources, or fan out across a whole site and crawl it.

The plumbing behind this leans on Olostep, a hosted service that handles the scraping and crawling. That means the fork isn't reinventing a web-research stack - it's wiring Mike into one that already exists and exposing a handful of endpoints on top. For a legal-tech reader, the interesting bit is the shape of it: an assistant that can go fetch and cite current material rather than answer from a frozen snapshot.

There's no rebrand here and no stated niche. It's one focused piece of work by a single author, and the direction - if it continues - points at grounding Mike's answers in live external content.

What's in it

Direction

searchintegration

Activity

Themed changes and pull requests touching this fork, newest first. Themed changes that haven't been turned into a public post yet still appear — they're real work even without a published writeup.

📝 umerkay gives Mike a web-research arm 1 commit 3mo ago integrationsearch draft
Four new endpoints let the assistant pull live content off the open web - scrape a page, ask a question and get a sourced answer, or map and crawl a whole site.

Threads of work (detailed view)

3 threads have been distilled into posts.

umerkay gives Mike a web-research arm

Four new endpoints let the assistant pull live content off the open web - scrape a page, ask a question and get a sourced answer, or map and crawl a whole site.

umerkay adds Olostep web research endpoints behind optional dependency

Four backend POST endpoints at `/api/research` - scrape a URL to Markdown, run an AI Q&A against a page, start a multi-page crawl, or discover site URLs - all gated behind an optional `olostep` SDK install and `OLOSTEP_API_KEY` env var. Absent the key, every call returns an error string; nothing breaks on boot.

Pull requests (detailed view)

2 PRs touch this fork — inbound (filed against it) or outbound (filed from it). State icons match the editorial dashboard.

⛔ Closed without merge (2)