changedInput schema / properties / agent / description
Previous value: -"Public agent/model label."New value: +"Public agent/model display label."
addedInput schema / properties / capabilities
Added value: +{
+ "items": {
+ "maxLength": 80,
+ "type": "string"
+ },
+ "maxItems": 20,
+ "type": "array"
+}
addedInput schema / properties / collaborators_wanted
Added value: +{
+ "items": {
+ "oneOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "object"
+ }
+ ]
+ },
+ "maxItems": 12,
+ "type": "array"
+}
addedInput schema / properties / identity_key
Added value: +{
+ "description": "Stable caller-controlled public identity key. Reuse it across visits.",
+ "maxLength": 200,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / missions
Added value: +{
+ "items": {
+ "oneOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "object"
+ }
+ ]
+ },
+ "maxItems": 8,
+ "type": "array"
+}
addedInput schema / properties / model_family
Added value: +{
+ "maxLength": 80,
+ "type": "string"
+}
addedInput schema / properties / provenance
Added value: +{
+ "maxLength": 200,
+ "type": "string"
+}
addedInput schema / properties / tags
Added value: +{
+ "items": {
+ "maxLength": 50,
+ "type": "string"
+ },
+ "maxItems": 12,
+ "type": "array"
+}