{"id":13455722,"url":"https://github.com/easychen/deepgpt-dist","last_synced_at":"2025-04-13T04:23:50.228Z","repository":{"id":176626779,"uuid":"659188459","full_name":"easychen/deepgpt-dist","owner":"easychen","description":"DeepGPT，类agentGPT/AutoGPT 工具，支持 api2d / 和自定义 openai key。此为静态网页独立部署版，部署方便","archived":false,"fork":false,"pushed_at":"2023-07-08T08:46:12.000Z","size":14943,"stargazers_count":230,"open_issues_count":2,"forks_count":37,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-24T09:45:02.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dp3.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/easychen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-27T10:03:59.000Z","updated_at":"2025-03-07T02:23:58.000Z","dependencies_parsed_at":"2024-01-30T19:46:14.244Z","dependency_job_id":null,"html_url":"https://github.com/easychen/deepgpt-dist","commit_stats":null,"previous_names":["easychen/deepgpt-dist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easychen%2Fdeepgpt-dist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easychen%2Fdeepgpt-dist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easychen%2Fdeepgpt-dist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easychen%2Fdeepgpt-dist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easychen","download_url":"https://codeload.github.com/easychen/deepgpt-dist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248662355,"owners_count":21141562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T08:01:10.002Z","updated_at":"2025-04-13T04:23:50.181Z","avatar_url":"https://github.com/easychen.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# DeepGPT\n类agentGPT/AutoGPT 工具，支持 api2d / 和自定义 openai key。此为静态网页独立部署版，无需后端，一键部署。甚至可以无需服务器，直接部署到对象存储。\n\n![](images/20230627180754.png)\n\n1. 官方仓库 \u003chttps://github.com/easychen/deepgpt-dist\u003e\n1. 在线版本 \u003chttps://d.level06.com\u003e (如果无法访问，请到官方仓库查看新域名)\n1. 独立部署版下载 \u003chttps://github.com/easychen/deepgpt-dist/build.zip\u003e\n\n## 使用教学\n\n请移步B站 \u003chttps://www.bilibili.com/video/BV1As4y1k73M\u003e\n\n## Vercel 一键部署\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Feasychen%2Fdeepgpt-dist.git)\n\n\n## 独立部署\n\n1. 下载 [Zip包](./build.zip)\n1. 解压并部署到服务器，支持静态网页即可\n\n## 更新日志\n\n### 1.0.6 json预设模版支持指定子任务\n\n为了进一步提升对任务的控制力度，支持了预设模版的 `tasks`（子任务） 和 `finalOutput`（最终产出）属性。指定这两个值以后，无需通过「创建任务」按钮生成一级任务，直接点击「执行任务」即可。\n\n通过编辑目录下的 [deepgpt.templates.json](./build/deepgpt.templates.json) 文件，即可为网站添加预设目标模版。以下是一个示例：\n\n```json\n[\n    {\n        \"text\":\"商业计划规划\",\n        \"prompt\":\"针对「通过GPT翻译图书」的想法，按《精益创业》的流程，设计一份商业计划。\",\n        \"icon\":\"briefcase\",\n        \"tasks\":[\n            {\n                \"content\":\"根据总目标进行用户细分，返回细分用户的画像\",\n                \"complexity\":1\n            },\n            {\n                \"content\":\"根据总目标和用户画像列表，分别提出针对每个用户画像的价值主张，每一个价值主张均包括以下三点 ① 痛点和缓释方案 ② 价值提升点 ③ 产品形态和具体服务\",\n                \"complexity\":1\n            }\n        ],\n        \"finalOutput\":\"一份包含了用户画像、价值主张设计、精益画布的商业计划书\"\n}]\n```\n其中 `complexity` 是任务复杂度（也就是会被分拆为多少个子任务）；`finalOutput` 是任务的最终产出。\n\n### 1.0.5 支持导出截图\n\n### 1.0.4 支持用户将目标保存为模板，支持通过json预设模版\n\n![](images/20230701005648.png)\n\n通过编辑目录下的 [deepgpt.templates.json](./build/deepgpt.templates.json) 文件，为网站添加预设的目标。\n\n该文件也可以**在保存为自定义模板后**，从首页通过「导出自定义模板为JSON」按钮导出。\n\n![](images/20230701010009.png)\n\n### 1.0.3 优化任务控制能力，支持手动调整根任务广度，优化只有一个子任务时的汇总逻辑，实时显示消耗点数\n\n![](images/20230628153425.png)\n\n### 1.0.2 添加余额显示和任务停止按钮\n\n![](images/20230628132904.png)\n\n## Thanks\n\n1. 本项目参考了 [AgentGPT](https://github.com/reworkd/AgentGPT) 的[提示词](https://github.com/reworkd/AgentGPT/blob/main/platform/reworkd_platform/web/api/agent/prompts.py)，故按 GPTv3 协议，开源[本项目的提示词](./prompt.js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasychen%2Fdeepgpt-dist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasychen%2Fdeepgpt-dist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasychen%2Fdeepgpt-dist/lists"}