feat(core): structure memory directory and block labels [LET-7336] (#9309)

This commit is contained in:
Sarah Wooders
2026-02-05 18:21:56 -08:00
committed by Caren Thomas
parent 3709be28dd
commit 21e880907f
11 changed files with 172 additions and 34 deletions

View File

@@ -38202,6 +38202,12 @@
"title": "Agent Type",
"description": "Agent type controlling prompt rendering."
},
"git_enabled": {
"type": "boolean",
"title": "Git Enabled",
"description": "Whether this agent uses git-backed memory with structured labels.",
"default": false
},
"blocks": {
"items": {
"$ref": "#/components/schemas/Block"