Marketplace
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>
Crawlee
OtherWeb crawler (colly) → page text for RAG.
togo-framework
bash
togo install togo-framework/ai-crawleeInstall
bash
togo install togo-framework/ai-crawleeai-crawlee
A togo AI data-source plugin — crawl a website and extract page text for ai-rag ingest and agents. Crawlee is a Node library; this is a Go-native crawler (colly) serving the same purpose.
bash
togo install togo-framework/ai-crawleeUse
- Go:
crawlee.FromKernel(k).Crawl(ctx, "https://example.com", 20)→[]Page{URL,Title,Text} - REST:
POST /api/ai/crawlee{"url":"…","maxPages":20}
Part of the togo AI kit. MIT.
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>