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 sources15d ago| { |
| #2 | "author": "your name or org name", |
| #3 | "config": { |
| #4 | "displayMode": "chat or docs", |
| #5 | "systemRole": "agent prompt", |
| #6 | "model": "gpt-4", |
| #7 | "params": { |
| #8 | "frequency_penalty": 0, |
| #9 | "presence_penalty": 0, |
| #10 | "temperature": 0.6, |
| #11 | "top_p": 1 |
| #12 | }, |
| #13 | "enableHistoryCount": true, |
| #14 | "historyCount": 2, |
| #15 | "inputTemplate": "{{text}} will be replaced with real-time input information" |
| #16 | }, |
| #17 | "homepage": "https://github.com/OWNER", |
| #18 | "identifier": "agent-template-full # same as your filename", |
| #19 | "locale": "zh-CN # you can set locale if you use other i18n language, default is en-US", |
| #20 | "meta": { |
| #21 | "avatar": "🤯 emoji or logo url", |
| #22 | "tags": ["tag1", "tag2"], |
| #23 | "title": "agent en-US title # will auto generate i18n in workflow", |
| #24 | "description": "agent en-US description # will auto generate i18n in workflow" |
| #25 | } |
| #26 | } |
| #27 |
| #28 |
| #29 |