Skip to content

Add validation UX +API for all components in AGS #4616

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 tasks
Tracked by #4006
victordibia opened this issue Dec 9, 2024 · 0 comments · Fixed by #5503
Closed
2 tasks
Tracked by #4006

Add validation UX +API for all components in AGS #4616

victordibia opened this issue Dec 9, 2024 · 0 comments · Fixed by #5503
Assignees
Milestone

Comments

@victordibia
Copy link
Collaborator

victordibia commented Dec 9, 2024

The AutoGen Studio interface should have logic (UX and api endpoints) that can validate components. Now that all components are based on the component config spec we can simply do Component.load_component to validate.

Two high level goals here ...

  • Support validation logic (fields)
  • Support ability to independently test each component (e.g, run a model client and show resutls, run an agent, or run a team).

Having an API do this in a structured way enables extensiblity (validation occurs only at backend rather than frontend maintaining its own validation logic)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants