RECOMMEND
Agent
[GitHub](https://github.com/aiagenta2z/awesome-chatgpt-apps) | [Website](https://www.deepnlp.org/store/chatgpt-app)In this blog, I will introduce you step by step on how to submit your First ChatGPT Apps.ChatGPT Apps are just like the Apple App Store and WeChat Mini Apps, in which developers implement their features as 'tool' and UIas "resources", and render back the results to ChatGPT and display in the Chat Interface. In this blog, we will use a simple Bill Agentwhich help you track daily bills and generate expenses summary report as an example of how to submit your AI Apps/Agents to ChatGPT.Required:0. App Icon Format: SVG (64 × 64 px)1. A Valid MCP Server URL: This is the core part of an ChatGPT Apps, you can test if the tools are resources are rendered correcly. I tried cursor, DeepNLP Agent Router(https://www.agent.deepnlp.org)2. Domain Verification. You will need to put a verification code under your root domain to verify ownership, the address is 3. 5 Test Cases and 3 negative cases: Which Allow ChatGPT to know when to call and not to call your tools.4. Screenshot Sizes: ### submit address https://platform.openai.com/apps-manage### guideline: https://developers.openai.com/apps-sdk/app-submission-guidelinesWe have wrapped up a simple add bill payment agent which you can add a bill by typing something like "xxxx"https://agent.deepnlp.org/container/aiagenta2z/a2z_bill_agent/mcpStep 1. App InfoThis is the place where you add your App name, Subtitle, Description of your App and choose category.Step 2. MCP Server This is the place where you let ChatGPT to connect to your MCP server and get tools/ resources. You also need to provide some information about the MCP field justification such as why the tool is not read only (In our case, we are adding a bill record to MCP server DB), etc.Domain VerificationIn this like the Google search console, you have to put the code under the relative path so that website can read the file and know you own the domain. https://{your_domain}/.well-known/openai-apps-challengeStep 3. TestingThis is the step which takes the most time to complete.In this step, you need to fill in form of providing 5 positive cases and 3 negative cases to ChatGPT so that they can use it as system prompts to let ChatGPT properly chose tools. Step 4. ScreenShotsThis step is easy, just prepare 4 images of the required sizes.Changes these 3 files to At least 1 screenshot is required at 2x (retina-quality); 4 screenshots max.Requirements:PNG fileWidth: 706pxMin height: 400pxMax height: 860px (Recommended)Step 5. GlobalChoose CoutriesStep 6. Submit Submit and consend to a lot of options, easy steps.
1大模型LLM 应用+AI Agents框架,为我们提供了非常便利的自动化执行任务的能力。微信公众号(订阅号)则是非常适合落地各种AI Agents的场景,我们可以利用微信公众号提供的文本、图像、语音的输入,在自己服务器上部署一套API框架,把自己感兴趣的一些对话、图文、语音等能力的API封装为Agents。这里给大家介绍一个拆箱即用的微信公众号服务端框架 Flask+tencent代码库来实现,并且会利用一个简单的金融智能助理(Finance Agent)的例子来实现一个根据用户输入来查询实时股价,并且返回给微信公众号用户的功能,支持更加复杂定制的AI Agents业务逻辑。
NLP
[GitHub](https://github.com/aiagenta2z/awesome-chatgpt-apps) | [Website](https://www.deepnlp.org/store/chatgpt-app)In this blog, I will introduce you step by step on how to submit your First ChatGPT Apps.ChatGPT Apps are just like the Apple App Store and WeChat Mini Apps, in which developers implement their features as 'tool' and UIas "resources", and render back the results to ChatGPT and display in the Chat Interface. In this blog, we will use a simple Bill Agentwhich help you track daily bills and generate expenses summary report as an example of how to submit your AI Apps/Agents to ChatGPT.Required:0. App Icon Format: SVG (64 × 64 px)1. A Valid MCP Server URL: This is the core part of an ChatGPT Apps, you can test if the tools are resources are rendered correcly. I tried cursor, DeepNLP Agent Router(https://www.agent.deepnlp.org)2. Domain Verification. You will need to put a verification code under your root domain to verify ownership, the address is 3. 5 Test Cases and 3 negative cases: Which Allow ChatGPT to know when to call and not to call your tools.4. Screenshot Sizes: ### submit address https://platform.openai.com/apps-manage### guideline: https://developers.openai.com/apps-sdk/app-submission-guidelinesWe have wrapped up a simple add bill payment agent which you can add a bill by typing something like "xxxx"https://agent.deepnlp.org/container/aiagenta2z/a2z_bill_agent/mcpStep 1. App InfoThis is the place where you add your App name, Subtitle, Description of your App and choose category.Step 2. MCP Server This is the place where you let ChatGPT to connect to your MCP server and get tools/ resources. You also need to provide some information about the MCP field justification such as why the tool is not read only (In our case, we are adding a bill record to MCP server DB), etc.Domain VerificationIn this like the Google search console, you have to put the code under the relative path so that website can read the file and know you own the domain. https://{your_domain}/.well-known/openai-apps-challengeStep 3. TestingThis is the step which takes the most time to complete.In this step, you need to fill in form of providing 5 positive cases and 3 negative cases to ChatGPT so that they can use it as system prompts to let ChatGPT properly chose tools. Step 4. ScreenShotsThis step is easy, just prepare 4 images of the required sizes.Changes these 3 files to At least 1 screenshot is required at 2x (retina-quality); 4 screenshots max.Requirements:PNG fileWidth: 706pxMin height: 400pxMax height: 860px (Recommended)Step 5. GlobalChoose CoutriesStep 6. Submit Submit and consend to a lot of options, easy steps.
AI Store
大家在使用微信(WeChat)APP的AI问答功能的时候,遇到了哪些好的体验和有问题的体验?请麻烦写明复现条件,比如prompt输入文本,上传截图。
大家在使用微信(WeChat)APP的搜索推荐Search and Recommendation 功能的时候遇到了哪些好的体验和有问题的体验?请麻烦写明复现条件,比如prompt输入文本,上传截图。
OTHER
In this blog, we will give you a brief introduction of how to contribute to the "tencent" python package third party APIs and help developers integrate future tencent product and services API easier, such as backend for "Wechat public account Automatic Reply". The guidelines are also listed and any violation of the guidelines will not be accepted in the MR request of Github.