Significant-Gravitas / AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
https://agpt.co
MIT License
164.96k stars 43.73k forks source link

Split `forge.models.config` into `forge.models.config` and `forge.models.state` #7000

Open Pwuts opened 4 months ago

Pwuts commented 4 months ago

Background

Notes

github-actions[bot] commented 2 months ago

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.

github-actions[bot] commented 2 months ago

This issue was closed automatically because it has been stale for 10 days with no activity.

ntindle commented 2 months ago

Unstale

github-actions[bot] commented 2 weeks ago

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.

Pwuts commented 2 weeks ago

Partially implemented in #7106

Pwuts commented 2 weeks ago

@kcze do you think splitting is useful/necessary? Otherwise we can close this.

kcze commented 2 weeks ago

@kcze do you think splitting is useful/necessary? Otherwise we can close this.

I think it's useful, config.py is quite large. We could rename *Settings to *State in the same PR as well.