-
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(backend): Add ability to execute store agents without agent ownership #9179
base: dev
Are you sure you want to change the base?
feature(backend): Add ability to execute store agents without agent ownership #9179
Conversation
This pull request has been ignored for the connected project Preview Branches by Supabase. |
This PR targets the Automatically setting the base branch to |
✅ Deploy Preview for auto-gpt-docs canceled.
|
…re-agents-without-agent-ownership
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
✅ Deploy Preview for auto-gpt-docs-dev canceled.
|
…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]>
…re-agents-without-agent-ownership
Description
This PR enables the execution of store agents even if they are not owned by the user. Key changes include handling store-listed agents in the
get_graph
logic, improving execution flow, and ensuring version-specific handling. These updates support more flexible agent execution.Changes 🏗️
get_graph
to check store listings for agents not owned by the user.graph_version
to execution methods for consistent version-specific execution.scheduler.py
,rest_api.py
, and other modules for clearer logic and better maintainability.test_manager.py
and other test cases to validate execution of store-listed agents.Checklist 📋
Code Changes:
Configuration Changes:
.env.example
anddocker-compose.yml
are compatible.Test Plan