@zack/research-console

Research assistant for crawling public sources, extracting structured content, and producing concise summaries.

Install
agentpm install @zack/research-console@0.1.2
Load
import { loadAgent } from '@agentpm/sdk';
const agent = await loadAgent('@zack/research-console@0.1.2');
Weekly installs
0
0%
Last publish
1d ago
v0.1.2

research-console

research-console is a published AgentPM agent package for interactive research workflows in Node.

It composes skills for:

  • structured evidence gathering and research brief workflow

And it keeps direct agent-level tools for:

  • translation when a brief needs multilingual output

Example prompts:

  • Fetch a public article, extract the main content, and return a concise summary with key takeaways.
  • Crawl a small set of public pages, convert useful documents, extract tables where relevant, and produce a structured research brief.

Local development

The source code for this agent package can be found here