Integrating SearXNG Sub-Agent into Applications
ionizing · reddit · 2026-07-17
The author integrated SearXNG into their application, configuring it as an independent WebResearch sub-agent.
Architecture Highlights
- The orchestration model calls the sub-agent via a wrapped WebResearch tool
- The sub-agent runs on a secondary GPU
- Only WebSearch and WebFetch tools are exposed, with no other capabilities granted
- Search results are compiled into a Markdown report before being passed back to the main chat model
The author noted that a wrapper was added because spawnagent is unavailable in Chat mode, but they wanted WebResearch to be safely included in the tool list for Chat mode usage.
More from coding & agent
- AI agents are starting to strain code hosting platforms — craigsdennis · 2026-07-21
- Async OPD distillation doubles throughput while matching synchronous math accuracy — _lewtun · 2026-07-21
- Omnigent 0.6.0 adds Claude Code imports, Slack approvals and desktop apps — matei_zaharia · 2026-07-21
- Google appears to have quietly shipped Gemini 3.6 Flash, with lower pricing and better agentic scores — xiaohu · 2026-07-21
- Open-source CLI audits AI tools, MCP configs, and agent skills on local machines — Initial-Copy332 · 2026-07-21
- Coding agents feel less stressful when the 5-hour limits are temporarily removed — iamrobotbear · 2026-07-21