Skip to content

d-init-d/d-research-agent-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D Research Agent Pack

Ready-to-use agent presets and subagent orchestration configs built on top of d-research-skill.

This repository is the agent adapter layer for D Research. It does not vendor the full skill. Install d-research-skill separately, then choose the adapter for your agent platform.

Purpose

d-research-skill provides the research workflow. This repo provides platform-specific agent wrappers that make the workflow easier to use consistently:

  • fixed role prompts
  • subagent routing
  • source-recall checklists
  • evidence verification gates
  • read-only research defaults
  • restorable platform configs

The goal is to make a MiniMax-style D Research expert available across multiple agent runtimes.

Adapter Status

Platform Status Path Notes
MiniMax Agent Live reference minimax/ Public expert preview only
OpenCode Ready opencode/ Primary agent plus six hidden subagents
Claude Code Planned claude-code/ Placeholder for a future adapter

Live MiniMax Reference

The current MiniMax D Research expert is available here:

D Research on MiniMax Agent

Current OpenCode Pack

The OpenCode adapter provides:

  • d-research primary agent
  • d-research-source-mapper
  • d-research-recall-auditor
  • d-research-social-public-source-hunter
  • d-research-evidence-verifier
  • d-research-data-extractor
  • d-research-report-synthesizer

See opencode/README.md for installation and behavior details.

Repository Layout

d-research-agent-pack/
  README.md
  minimax/
    README.md
  opencode/
    README.md
    .opencode/
      agents/
    docs/
    examples/
  claude-code/
    README.md
  scripts/
    generate-opencode-adapter.mjs

Design Principles

  • Keep d-research-skill as the source of truth for the research workflow.
  • Keep platform adapters thin, auditable, and easy to copy into a local config.
  • Preserve read-only, lawful public-data boundaries.
  • Prefer exact URLs, evidence ledgers, blocker reports, and confidence labels.
  • Treat subagents as scoped workers; the main agent owns final synthesis.

Attribution

  • Skill dependency: d-init-d/d-research-skill
  • MiniMax expert reference: D Research
  • OpenCode adapter prompts are derived from a private D Research MiniMax reference config. The MiniMax prompt and subagent configuration are intentionally not published here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors