repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | name: '🤖Submit Agent' |
| #2 | description: 'Submit an agent setting' |
| #3 | title: '[Agent] Replace it with your agent name' |
| #4 | labels: ['🤖 Agent PR'] |
| #5 | body: |
| #6 | - type: textarea |
| #7 | attributes: |
| #8 | label: 'systemRole' |
| #9 | description: Agent `prompt`, If you need to use advanced configurations, please refer to the README and follow the PR process |
| #10 | validations: |
| #11 | required: true |
| #12 | - type: input |
| #13 | attributes: |
| #14 | label: 'identifier' |
| #15 | description: Agent identifier should be unique and written in English, e.g. `web-development` |
| #16 | validations: |
| #17 | required: true |
| #18 | - type: input |
| #19 | attributes: |
| #20 | label: 'avatar' |
| #21 | description: Agent avatar should be emoji 🤯 or logo url |
| #22 | validations: |
| #23 | required: true |
| #24 | - type: input |
| #25 | attributes: |
| #26 | label: 'title' |
| #27 | description: Agent title, will auto generate i18n in workflow |
| #28 | validations: |
| #29 | required: true |
| #30 | - type: input |
| #31 | attributes: |
| #32 | label: 'description' |
| #33 | description: Agent short description, will auto generate i18n in workflow |
| #34 | validations: |
| #35 | required: true |
| #36 | - type: input |
| #37 | attributes: |
| #38 | label: 'tags' |
| #39 | description: Agent tags. split by `,` |
| #40 | validations: |
| #41 | required: true |
| #42 | - type: dropdown |
| #43 | attributes: |
| #44 | label: 'locale' |
| #45 | options: |
| #46 | - en-US |
| #47 | - zh-CN |
| #48 | description: You can set locale if you use other i18n language, default is `en-US` |
| #49 | validations: |
| #50 | required: true |
| #51 | |
| #52 | |
| #53 |