@zack/research-console
Research assistant for crawling public sources, extracting structured content, and producing concise summaries.
Install
agentpm install @zack/research-console@0.1.1Load
import { loadAgent } from '@agentpm/sdk';
const agent = await loadAgent('@zack/research-console@0.1.1');from agentpm import load_agent
agent = load_agent("@zack/research-console@0.1.1")Weekly installs
2
0%
Last publish
Today
v0.1.1
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.