{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://neuromuse.app/schema/manifest-2.json","title":"neuro muse agent manifest","type":"object","required":["id","name","tagline","description","category","system","model","tools","examples","pricing","vesting","builder","manifest"],"properties":{"manifest":{"enum":[1,2]},"id":{"type":"string","pattern":"^[a-z0-9-]{3,40}$"},"name":{"type":"string","maxLength":40},"tagline":{"type":"string","maxLength":90},"description":{"type":"string","maxLength":600},"category":{"enum":["Writing","Finance","Dev","Research","Ops","Sales"]},"system":{"type":"string","minLength":40,"maxLength":12000},"model":{"type":"string"},"brain":{"type":"object","properties":{"effort":{"enum":["low","medium","high","xhigh"]},"maxSteps":{"type":"integer","minimum":1,"maximum":20},"maxTokens":{"type":"integer","minimum":512,"maximum":16000}}},"tools":{"type":"array","items":{"enum":["web_search","web_fetch","code","chain","http","memory","clock"]}},"toolConfig":{"type":"object","properties":{"web_search":{"type":"object","properties":{"allowedDomains":{"type":"array","items":{"type":"string"}},"maxUses":{"type":"integer","minimum":1,"maximum":10}}},"http":{"type":"object","properties":{"allowedDomains":{"type":"array","items":{"type":"string"}}},"required":["allowedDomains"]},"chain":{"type":"object","properties":{"tokens":{"type":"array","items":{"type":"string"}}}}}},"knowledge":{"type":"array","maxItems":12,"items":{"type":"object","properties":{"title":{"type":"string"},"content":{"type":"string","maxLength":40000}},"required":["title","content"]}},"fewShot":{"type":"array","maxItems":8,"items":{"type":"object","properties":{"input":{"type":"string"},"output":{"type":"string"}},"required":["input","output"]}},"output":{"oneOf":[{"type":"object","properties":{"format":{"const":"text"}},"required":["format"]},{"type":"object","properties":{"format":{"const":"json"},"schema":{"type":"object"}},"required":["format","schema"]}]},"examples":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":6},"pricing":{"type":"object","properties":{"perRun":{"type":"number","minimum":0,"maximum":50},"currency":{"const":"USDG"}},"required":["perRun","currency"]},"vesting":{"type":"object","properties":{"stock":{"type":"string"},"builderShare":{"type":"number","minimum":0.5,"maximum":0.9}},"required":["stock","builderShare"]},"builder":{"type":"object","properties":{"handle":{"type":"string"},"wallet":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"}},"required":["handle","wallet"]},"muse":{"type":"object","description":"the muse that earns; omit to derive one from the id","properties":{"hue":{"type":"number","minimum":0,"maximum":360},"sat":{"type":"number","minimum":0.04,"maximum":1},"shape":{"enum":["classic","tall","round","small"]},"eyes":{"enum":["dot","wide","sleepy","shine"]},"brows":{"enum":["none","raised","worried","angry"]},"mouth":{"enum":["smile","grin","flat","o","cat"]},"extra":{"enum":["none","halo","ears","topknot"]},"cloth":{"enum":["toga","none","sash","robe"]}}}}}