[direct][research] add a first-class read-only research tool pack for Auto-Dig-style workers #324
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/prolog-rlm#324
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Give native direct-mode research agents a serious read-only tool surface without every consumer rebuilding MCP process policy, capability projection, and prompt-compiler wiring by hand.
Auto-Dig currently exposes the complete trusted inventory from its pinned Brave Search 2.1.0 + Fetch 1.1.2 servers:
Brave
brave_web_searchbrave_local_searchbrave_video_searchbrave_image_searchbrave_news_searchbrave_summarizerbrave_llm_contextbrave_place_searchFetch
fetch_htmlfetch_markdownfetch_readablefetch_txtfetch_jsonfetch_youtube_transcriptThat is enough to get the worker unstuck, but it still leaves obvious research gaps.
Tool families to add next
Keep these read-only and capability/authority gated. Prefer adapters/MCP profiles over baking service logic into the scheduler.
JS/browser retrieval
PDF/document retrieval
Web archives
Git/code research
Feeds / structured endpoints
Internet infrastructure lookup
Primary-record adapters worth packaging as optional profiles
Runtime requirements
context_peek/search/slice, not dumped into the model prompt.Consumer feedback loop
Auto-Dig direct mode is being instructed to include a
missing tool/datasource capabilitysection when a research pass is blocked or materially weakened by tool coverage. Those observations should be triaged into this issue (or child issues) rather than patched ad hoc into each consumer.Related: #296 for model-limit metadata and trusted imported-tool capability projection.