-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
The 5-step agent creation wizard currently shows generic error messages when validation fails. More specific, user-friendly messages would help users understand what needs to be fixed.
What to do
- Review the agent creation flow in
frontend/src/pages/ - Identify form validation points (name, model selection, etc.)
- Replace generic errors with descriptive messages (e.g., "Agent name must be between 2-50 characters" instead of "Invalid input")
Resources
- Frontend pages:
frontend/src/pages/ - Backend validation:
backend/app/api/agents.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers