-
Notifications
You must be signed in to change notification settings - Fork 44.8k
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
feature(platform): Implement library add, update, remove, archive functionality #9218
feature(platform): Implement library add, update, remove, archive functionality #9218
Conversation
…re-agents-without-agent-ownership
…without-agent-ownership' of github.com:Significant-Gravitas/AutoGPT into swiftyos/open-2276-add-ability-to-execute-store-agents-without-agent-ownership
…re-agents-without-agent-ownership
Co-authored-by: Reinier van der Leer <[email protected]>
Co-authored-by: Reinier van der Leer <[email protected]>
…re-agents-without-agent-ownership
…without-agent-ownership' into swiftyos/open-2277-implement-library-add-update-remove-archive-functionality
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
✅ Deploy Preview for auto-gpt-docs-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for auto-gpt-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I'll wait with reviewing this one until #9211 is merged |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
d5ac76b
to
bc8043b
Compare
…te-remove-archive-functionality
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
Changes 🏗️
Core Features:
Refactoring:
UserAgent
withLibraryAgent
.Schema Changes:
LibraryAgent
table with fields likeisArchived
,isDeleted
, etc.AgentPreset
.Testing:
LibraryAgent
operations.Database Migrations:
UserAgent
and addLibraryAgent
.Note this includes the changes from the following PR's to avoid merge conflicts with them:
#9179
#9211