From aa7adb3313584d4a2d80d4c848e12232b3f205e5 Mon Sep 17 00:00:00 2001 From: simple321vip <635344988@qq.com> Date: Wed, 27 May 2026 05:01:06 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20distribution.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- distribution.yaml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/distribution.yaml b/distribution.yaml index ccc9bd6..3aba21a 100644 --- a/distribution.yaml +++ b/distribution.yaml @@ -1 +1,18 @@ -xx +name: research-bot +version: 1.0.0 +description: "Autonomous research assistant with arXiv and web tools" +hermes_requires: ">=0.12.0" +author: "Your Name" +license: "MIT" + +# Tell installers which env vars the agent needs. These are checked against +# the installer's shell and existing .env file so they don't get nagged +# about keys they already have configured. +env_requires: + - name: OPENAI_API_KEY + description: "OpenAI API key (for model access)" + required: true + - name: SERPAPI_KEY + description: "SerpAPI key for web search" + required: false + default: "" \ No newline at end of file