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 | { |
| #2 | "type": "object", |
| #3 | "properties": { |
| #4 | "author": { |
| #5 | "type": "string" |
| #6 | }, |
| #7 | "config": { |
| #8 | "type": "object", |
| #9 | "properties": { |
| #10 | "compressThreshold": { |
| #11 | "type": "number" |
| #12 | }, |
| #13 | "displayMode": { |
| #14 | "type": "string", |
| #15 | "enum": [ |
| #16 | "chat", |
| #17 | "docs" |
| #18 | ] |
| #19 | }, |
| #20 | "enableCompressThreshold": { |
| #21 | "type": "boolean" |
| #22 | }, |
| #23 | "enableHistoryCount": { |
| #24 | "type": "boolean" |
| #25 | }, |
| #26 | "enableMaxTokens": { |
| #27 | "type": "boolean" |
| #28 | }, |
| #29 | "fewShots": { |
| #30 | "type": "array", |
| #31 | "items": { |
| #32 | "type": "object", |
| #33 | "properties": { |
| #34 | "content": { |
| #35 | "type": "string" |
| #36 | }, |
| #37 | "role": { |
| #38 | "type": "string", |
| #39 | "enum": [ |
| #40 | "user", |
| #41 | "system", |
| #42 | "assistant", |
| #43 | "function" |
| #44 | ] |
| #45 | } |
| #46 | }, |
| #47 | "required": [ |
| #48 | "content", |
| #49 | "role" |
| #50 | ], |
| #51 | "additionalProperties": false |
| #52 | } |
| #53 | }, |
| #54 | "historyCount": { |
| #55 | "type": "number" |
| #56 | }, |
| #57 | "inputTemplate": { |
| #58 | "type": "string" |
| #59 | }, |
| #60 | "knowledgeBases": { |
| #61 | "type": "array", |
| #62 | "items": { |
| #63 | "type": "object", |
| #64 | "properties": { |
| #65 | "avatar": { |
| #66 | "type": [ |
| #67 | "string", |
| #68 | "null" |
| #69 | ] |
| #70 | }, |
| #71 | "createdAt": { |
| #72 | "type": "string", |
| #73 | "format": "date-time" |
| #74 | }, |
| #75 | "description": { |
| #76 | "anyOf": [ |
| #77 | { |
| #78 | "anyOf": [ |
| #79 | { |
| #80 | "not": {} |
| #81 | }, |
| #82 | { |
| #83 | "type": "string" |
| #84 | } |
| #85 | ] |
| #86 | }, |
| #87 | { |
| #88 | "type": "null" |
| #89 | } |
| #90 | ] |
| #91 | }, |
| #92 | "enabled": { |
| #93 | "type": "boolean" |
| #94 | }, |
| #95 | "id": { |
| #96 | "type": "string" |
| #97 | }, |
| #98 | "isPublic": { |
| #99 | "type": [ |
| #100 | "boolean", |
| #101 | "null" |
| #102 | ] |
| #103 | }, |
| #104 | "name": { |
| #105 | "type": "string" |
| #106 | }, |
| #107 | "settings": {}, |
| #108 | "type": { |
| #109 | "type": [ |
| #110 | "string", |
| #111 | "null" |
| #112 | ] |
| #113 | }, |
| #114 | "updatedAt": { |
| #115 | "type": "string", |
| #116 | "format": "date-time" |
| #117 | } |
| #118 | }, |
| #119 | "required": [ |
| #120 | "avatar", |
| #121 | "createdAt", |
| #122 | "id", |
| #123 | "isPublic", |
| #124 | "name", |
| #125 | "type", |
| #126 | "updatedAt" |
| #127 | ], |
| #128 | "additionalProperties": false |
| #129 | } |
| #130 | }, |
| #131 | "model": { |
| #132 | "type": "string" |
| #133 | }, |
| #134 | "openingMessage": { |
| #135 | "type": "string" |
| #136 | }, |
| #137 | "openingQuestions": { |
| #138 | "type": "array", |
| #139 | "items": { |
| #140 | "type": "string" |
| #141 | } |
| #142 | }, |
| #143 | "params": { |
| #144 | "type": "object", |
| #145 | "properties": { |
| #146 | "frequency_penalty": { |
| #147 | "type": "number", |
| #148 | "default": 0 |
| #149 | }, |
| #150 | "max_tokens": { |
| #151 | "type": "number" |
| #152 | }, |
| #153 | "presence_penalty": { |
| #154 | "type": "number", |
| #155 | "default": 0 |
| #156 | }, |
| #157 | "temperature": { |
| #158 | "type": "number", |
| #159 | "default": 0 |
| #160 | }, |
| #161 | "top_p": { |
| #162 | "type": "number", |
| #163 | "default": 1 |
| #164 | } |
| #165 | }, |
| #166 | "additionalProperties": false |
| #167 | }, |
| #168 | "plugins": { |
| #169 | "type": "array", |
| #170 | "items": { |
| #171 | "type": "string" |
| #172 | } |
| #173 | }, |
| #174 | "systemRole": { |
| #175 | "type": "string" |
| #176 | } |
| #177 | }, |
| #178 | "required": [ |
| #179 | "systemRole" |
| #180 | ], |
| #181 | "additionalProperties": false |
| #182 | }, |
| #183 | "createdAt": { |
| #184 | "type": "string" |
| #185 | }, |
| #186 | "examples": { |
| #187 | "$ref": "#/properties/config/properties/fewShots" |
| #188 | }, |
| #189 | "homepage": { |
| #190 | "type": "string" |
| #191 | }, |
| #192 | "identifier": { |
| #193 | "type": "string" |
| #194 | }, |
| #195 | "knowledgeCount": { |
| #196 | "type": "number" |
| #197 | }, |
| #198 | "meta": { |
| #199 | "type": "object", |
| #200 | "properties": { |
| #201 | "avatar": { |
| #202 | "type": "string" |
| #203 | }, |
| #204 | "backgroundColor": { |
| #205 | "type": "string" |
| #206 | }, |
| #207 | "category": { |
| #208 | "type": "string" |
| #209 | }, |
| #210 | "description": { |
| #211 | "type": "string" |
| #212 | }, |
| #213 | "tags": { |
| #214 | "type": "array", |
| #215 | "items": { |
| #216 | "type": "string" |
| #217 | } |
| #218 | }, |
| #219 | "title": { |
| #220 | "type": "string" |
| #221 | } |
| #222 | }, |
| #223 | "required": [ |
| #224 | "avatar", |
| #225 | "description", |
| #226 | "tags", |
| #227 | "title" |
| #228 | ], |
| #229 | "additionalProperties": false |
| #230 | }, |
| #231 | "openingMessage": { |
| #232 | "type": "string" |
| #233 | }, |
| #234 | "openingQuestions": { |
| #235 | "type": "array", |
| #236 | "items": { |
| #237 | "type": "string" |
| #238 | } |
| #239 | }, |
| #240 | "pluginCount": { |
| #241 | "type": "number" |
| #242 | }, |
| #243 | "schemaVersion": { |
| #244 | "type": "number" |
| #245 | }, |
| #246 | "summary": { |
| #247 | "type": "string" |
| #248 | }, |
| #249 | "tokenUsage": { |
| #250 | "type": "number" |
| #251 | } |
| #252 | }, |
| #253 | "required": [ |
| #254 | "author", |
| #255 | "config", |
| #256 | "createdAt", |
| #257 | "homepage", |
| #258 | "identifier", |
| #259 | "knowledgeCount", |
| #260 | "meta", |
| #261 | "pluginCount", |
| #262 | "schemaVersion", |
| #263 | "tokenUsage" |
| #264 | ], |
| #265 | "additionalProperties": false, |
| #266 | "$schema": "http://json-schema.org/draft-07/schema#" |
| #267 | } |
| #268 |