Auto GPT Notion
1.0.0
使用 Notion 为 Auto-GPT 提供动力!
访问由 Auto-GPT 管理的此数据库。
# ai_settings.yaml
ai_goals :
- Use "google" command to search what is Auto-GPT, and save the result to a Notion page
ai_name : Notion-GPT
ai_role : Research assistant
(回到顶部)
不要克隆此存储库,工作目录和环境位于Auto-GPT下。
pip install notion-client python-dotenv auto_gpt_plugin_template
单击此处以ZIP形式下载源代码,并将ZIP文件放在Auto-GPT/plugins/
下。
查看Notion官方文档了解更多细节。
NOTION_TOKEN
。NOTION_DATABASE_ID
,可以从数据库url获取。 https://doutv.notion.site/e3187aaa1aed42c39f0f372fdf84655e?v=b892e5b7d13f49ec8ff200916e79cf5b
|--------- database ID ----------|
NOTION_DATABASE_ID=e3187aaa1aed42c39f0f372fdf84655e
Auto-GPT/.env
AutoGPTNotion
附加到ALLOWLISTED_PLUGINS
。 ALLOWLISTED_PLUGINS=AutoGPTNotion
################################################################################
### Notion
################################################################################
NOTION_TOKEN=<Notion integration token>
NOTION_DATABASE_ID=<Notion database id>
运行 Auto-GPT 并享受吧!
如果您遇到问题或者有什么想法,欢迎讨论:
(回到顶部)
notion_get_all_pages
从数据库中检索所有页面属性。notion_retrieve_page
通过 id 检索页面的属性和内容。notion_create_page
创建一个新的Notion页面。notion_append_page
按 id 附加页面内容。notion_update_page_properties
通过 id 更新页面的属性。(回到顶部)
贡献使开源社区成为学习、启发和创造的绝佳场所。我们非常感谢您所做的任何贡献。
如果您有更好的建议,请分叉该存储库并创建拉取请求。您也可以简单地使用标签“增强”打开问题。不要忘记给该项目一颗星!再次感谢!
pytest -vs
(回到顶部)
(回到顶部)