sz-researcher是一款为中文研究而设计的自主智能体,适用于多种任务。
Project description
🔎 sz-researcher
sz-researcher是一款为中文研究而设计的自主智能体,适用于多种任务。
该智能体能够生成详尽、真实、无偏见的研究报告,并提供定制选项,专注于相关资源、大纲和课程。受最近发布的计划与解决和RAG论文的启发,sz-researcher解决了速度、确定性和可靠性的问题,通过并行化智能体工作,而非同步操作,提供了更稳定的性能和更快的处理速度。
主要参考源自:GPT Researcher
我们的使命是通过利用人工智能的力量,为个人和组织提供准确、无偏见、真实的信息。
PIP软件包
步骤0 - 安装Python 3.11或更高版本。点击这里 查看逐步指南。 步骤1 - 安装sz-researcher软件包 PyPI页面
$ pip install sz-researcher
步骤2 - 创建.env文件并填入您的OpenAI密钥和Tavily API密钥,或者直接导出它们
$ export OPENAI_API_KEY={您的OpenAI API密钥}
步骤3 - 在您自己的代码中开始使用sz-researcher,示例:
from sz_researcher import SZResearcher
import asyncio
async def get_report(query: str, report_type: str) -> str:
researcher = SZResearcher(query, report_type)
report = await researcher.run()
return report
if __name__ == "__main__":
query = "北溪天然气管道是谁炸的?"
report_type = "研究"
report = asyncio.run(get_report(query, report_type))
print(report)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sz_researcher-0.7.5.tar.gz.
File metadata
- Download URL: sz_researcher-0.7.5.tar.gz
- Upload date:
- Size: 41.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4801ef3867a04fbdc21e14700b13c4cd7d1a454d9c768a177a7210f85a28ec7
|
|
| MD5 |
1db529fd12442f479803cbf500d28b9b
|
|
| BLAKE2b-256 |
a4c18639a375a811e5ee4446970daf7da5dbcd1f89eefdd636fda6ae2b1d3848
|
File details
Details for the file sz_researcher-0.7.5-py3-none-any.whl.
File metadata
- Download URL: sz_researcher-0.7.5-py3-none-any.whl
- Upload date:
- Size: 59.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
492f34e6ec8f865af3c91e99941a9351740ead1472e9580e0a3979f94ded34a9
|
|
| MD5 |
789fb00cce6a0865844e4ccd5cbb8e31
|
|
| BLAKE2b-256 |
304d062d03ffa6761d70ada7529abc78c9e09824bafe8d7538312886ca36bc6d
|