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