You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor agent initialization and persistence logic
Standardizes agent metadata handling by passing agent_name, agent_description, and agent_instructions through constructors and storing them as instance variables. Refactors save_database_team_agent to use instance variables instead of method arguments. Updates orchestration and API router to support new agent initialization signatures. Improves logging and error handling for agent lifecycle management.
0 commit comments