-
Notifications
You must be signed in to change notification settings - Fork 45.2k
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
feat(platform): Redirect to builder after saving agent to library and disable save button for owned agents #9225
base: dev
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for auto-gpt-docs-dev canceled.
|
❌ Deploy Preview for auto-gpt-docs failed.
|
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
…ter-adding-agent-to-library-in-the
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this still relevant?
Feel free to retag me if it is.
Resolves:
Changes 🏗️
GET /library/agents/{store_listing_version_id}
endpoint (and python function) that returns specific agent metadata to check if user owns itPOST /library/agents/{store_listing_version_id}
so it returns added agent (need agent id for redirection to the builder)AgentDetailContent.tsx
and itsactions.ts
Checklist 📋
For code changes:
Logged-in user already added agent displays "Already in Library"; not possible currentlyFor configuration changes:
.env.example
is updated or already compatible with my changesdocker-compose.yml
is updated or already compatible with my changesExamples of configuration changes