@zack/research-console
Research assistant for crawling public sources, extracting structured content, and producing concise summaries.
Install
agentpm install @zack/research-console@0.1.2Load
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
Examples
Example 1
Summarize a webpage
Fetch a public article, extract the main content, and return a concise summary with key takeaways.
Example 2
Research a source set
Crawl a small set of public pages, convert useful documents, extract tables where relevant, and produce a structured research brief.