📦 Parallel 1.0.1 — 技能工具
v1.0.0High-accuracy web search and research via Parallel.ai API. 为 AI 智能体优化 with rich excerpts and citations.
详细分析 ▾
运行时依赖
版本
Initial release of the parallel skill for high-accuracy web research. - Provides web search via the Parallel.ai API optimized for AI agents. - Delivers structured results with rich excerpts, citations, and API usage stats. - Supports deep research, fact-checking, and multi-hop reasoning tasks. - Includes setup instructions for Python SDK and command-line usage examples. - Reference links to official documentation and platform included.
安装命令
点击复制技能文档
High-accuracy web search API built for AI agents. Outperforms Perplexity/Exa on research benchmarks.
Setup
pip install parallel-web
API key is configured. Uses Python SDK.
from parallel import Parallel
client = Parallel(api_key="YOUR_KEY")
response = client.beta.search(
mode="one-shot",
max_results=10,
objective="your query"
)
Quick Usage
# Search with Python SDK python3 {baseDir}/scripts/search.py "Who is the CEO of Anthropic?" --max-results 5
# JSON output python3 {baseDir}/scripts/search.py "latest AI news" --json
Response Format
Returns structured results with:
search_id- unique search identifierresults[]- array of results with:
url - source URL
- title - page title
- excerpts[] - relevant text excerpts
- publish_date - when available
usage- API usage stats
When to Use
- Deep research requiring cross-referenced facts
- Company/person research with citations
- Fact-checking with evidence-based outputs
- Complex queries that need multi-hop reasoning
- Higher accuracy than traditional search for research tasks
API Reference
Docs: https://docs.parallel.ai Platform: https://platform.parallel.ai