addedOutput schema / additionalProperties
Added value: +true
addedOutput schema / description
Added value: +"Autonomous learning loops + running children (JSON-ready snapshot)."
addedOutput schema / properties / agents
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "title": "Agents",
+ "type": "array"
+}
addedOutput schema / properties / enabled_loop_count
Added value: +{
+ "default": 0,
+ "title": "Enabled Loop Count",
+ "type": "integer"
+}
addedOutput schema / properties / generated_at
Added value: +{
+ "default": 0,
+ "title": "Generated At",
+ "type": "integer"
+}
addedOutput schema / properties / loops
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "title": "Loops",
+ "type": "array"
+}
addedOutput schema / properties / ready_loop_count
Added value: +{
+ "default": 0,
+ "title": "Ready Loop Count",
+ "type": "integer"
+}
addedOutput schema / properties / recent_results
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "title": "Recent Results",
+ "type": "array"
+}
removedOutput schema / properties / result
Removed value: -{
- "title": "Result",
- "type": "string"
-}
addedOutput schema / properties / running_count
Added value: +{
+ "default": 0,
+ "title": "Running Count",
+ "type": "integer"
+}
addedOutput schema / properties / running_loop_count
Added value: +{
+ "default": 0,
+ "title": "Running Loop Count",
+ "type": "integer"
+}
addedOutput schema / properties / timed_out_count
Added value: +{
+ "default": 0,
+ "title": "Timed Out Count",
+ "type": "integer"
+}
addedOutput schema / properties / total_rss_kb
Added value: +{
+ "default": 0,
+ "title": "Total Rss Kb",
+ "type": "integer"
+}
addedOutput schema / properties / total_rss_mb
Added value: +{
+ "default": 0,
+ "title": "Total Rss Mb",
+ "type": "integer"
+}
removedOutput schema / required
Removed value: -[
- "result"
-]
changedOutput schema / title
Previous value: -"agent_statusOutput"New value: +"AgentStatusSnapshot"