-
Notifications
You must be signed in to change notification settings - Fork 44.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Split forge.models.config
into forge.models.config
and forge.models.state
#7000
Comments
This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days. |
This issue was closed automatically because it has been stale for 10 days with no activity. |
Unstale |
This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days. |
autogpt.core.configuration
into forge.config
and forge.state
forge.models.config
into forge.models.config
and forge.models.state
Partially implemented in #7106 |
@kcze do you think splitting is useful/necessary? Otherwise we can close this. |
forge.models.config
into forge.models.config
and forge.models.state
forge.models.config
into forge.models.config
and forge.models.state
I think it's useful, |
This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days. |
This issue was closed automatically because it has been stale for 10 days with no activity. |
Actionable for 🚀 AutoGPT Roadmap - Empowering Agent Builders 👷 #6970
⛔ Blocks [all other "Port ... to Forge" items]
autogpt.core.resource.model_provider
from AutoGPT to Forge #7001Separation
Currently,
autogpt.core.configuration
handles both configuration and state management. It makes sense to separate those functions intoforge.config
andforge.state
. For example:Configurable
+SystemConfiguration
andStateful
+SystemState
will share a large portion of their implementations, because both support the same kind of nesting and related functionality.Background
autogpt.core.configuration
Notes
The text was updated successfully, but these errors were encountered: