Initial commit with translated description

This commit is contained in:
2026-03-29 13:14:52 +08:00
commit 5663bab2b8
4 changed files with 279 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "deep-research-pro",
"version": "1.0.0",
"description": "Multi-source deep research agent. Searches the web, synthesizes findings, and delivers cited reports. No API keys required.",
"keywords": ["research", "search", "analysis", "citations", "reports", "duckduckgo"],
"license": "MIT",
"author": "AstralSage",
"files": ["SKILL.md", "scripts/research", "package.json"]
}