feat(library): add folder_id and folder_name to agent snapshots

- Introduced `folder_id` and `folder_name` fields in agent snapshots to support folder organization.
- This enhancement improves the structure of agent data, facilitating better management and retrieval of agents within folders.
This commit is contained in:
abhi1992002
2026-02-16 13:25:38 +05:30
parent f4848a43af
commit 85b24468e8

View File

@@ -38,6 +38,8 @@
"can_access_graph": true,
"is_latest_version": true,
"is_favorite": false,
"folder_id": null,
"folder_name": null,
"recommended_schedule_cron": null,
"settings": {
"human_in_the_loop_safe_mode": true,
@@ -83,6 +85,8 @@
"can_access_graph": false,
"is_latest_version": true,
"is_favorite": false,
"folder_id": null,
"folder_name": null,
"recommended_schedule_cron": null,
"settings": {
"human_in_the_loop_safe_mode": true,