Merge pull request #7 from iorisa/feature/agent_demo

feat: +.agent-store-config.yaml.example
This commit is contained in:
send18 2023-08-30 13:39:31 +08:00 committed by GitHub
commit 140af9df8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +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.