From 8f631180f687266c45e870ea2391073c9554be1e Mon Sep 17 00:00:00 2001 From: geekan Date: Wed, 3 Jan 2024 17:58:04 +0800 Subject: [PATCH] refine path --- .../.agent-store-config.yaml.example | 18 +++++++++--------- .../.well-known}/ai-plugin.json | 0 .../.well-known}/metagpt_oas3_api.yaml | 0 {.well-known => docs/.well-known}/openapi.yaml | 0 {.well-known => docs/.well-known}/skills.yaml | 0 5 files changed, 9 insertions(+), 9 deletions(-) rename .agent-store-config.yaml.example => docs/.agent-store-config.yaml.example (97%) rename {.well-known => docs/.well-known}/ai-plugin.json (100%) rename {.well-known => docs/.well-known}/metagpt_oas3_api.yaml (100%) rename {.well-known => docs/.well-known}/openapi.yaml (100%) rename {.well-known => docs/.well-known}/skills.yaml (100%) diff --git a/.agent-store-config.yaml.example b/docs/.agent-store-config.yaml.example similarity index 97% rename from .agent-store-config.yaml.example rename to docs/.agent-store-config.yaml.example index 037a44ed4..d12cc6999 100644 --- a/.agent-store-config.yaml.example +++ b/docs/.agent-store-config.yaml.example @@ -1,9 +1,9 @@ -role: - name: Teacher # Referenced the `Teacher` in `metagpt/roles/teacher.py`. - module: metagpt.roles.teacher # Referenced `metagpt/roles/teacher.py`. - skills: # Refer to the skill `name` of the published skill in `.well-known/skills.yaml`. - - name: text_to_speech - description: Text-to-speech - - name: text_to_image - description: Create a drawing based on the text. - +role: + name: Teacher # Referenced the `Teacher` in `metagpt/roles/teacher.py`. + module: metagpt.roles.teacher # Referenced `metagpt/roles/teacher.py`. + skills: # Refer to the skill `name` of the published skill in `.well-known/skills.yaml`. + - name: text_to_speech + description: Text-to-speech + - name: text_to_image + description: Create a drawing based on the text. + diff --git a/.well-known/ai-plugin.json b/docs/.well-known/ai-plugin.json similarity index 100% rename from .well-known/ai-plugin.json rename to docs/.well-known/ai-plugin.json diff --git a/.well-known/metagpt_oas3_api.yaml b/docs/.well-known/metagpt_oas3_api.yaml similarity index 100% rename from .well-known/metagpt_oas3_api.yaml rename to docs/.well-known/metagpt_oas3_api.yaml diff --git a/.well-known/openapi.yaml b/docs/.well-known/openapi.yaml similarity index 100% rename from .well-known/openapi.yaml rename to docs/.well-known/openapi.yaml diff --git a/.well-known/skills.yaml b/docs/.well-known/skills.yaml similarity index 100% rename from .well-known/skills.yaml rename to docs/.well-known/skills.yaml