🧪 refactor: Add Validation for Agent Creation/Updates (#8261)

* refactor: Add validation schemas for agent creation and updates

* fix: Ensure author validation is applied in correct order for agent update handler

* ci: Add comprehensive unit tests for agent creation and update handlers with mass assignment protection

* fix: add missing  web_search tool in system tools configuration
This commit is contained in:
Danny Avila 2025-07-05 11:34:28 -04:00 committed by GitHub
parent e513f50c08
commit a37bf6719c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 743 additions and 13 deletions

View file

@ -2,3 +2,4 @@ export * from './config';
export * from './memory';
export * from './resources';
export * from './run';
export * from './validation';