-
Notifications
You must be signed in to change notification settings - Fork 183
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
Refactor how configs work #765
Conversation
e7d5fb8
to
f7ad35a
Compare
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.
Sweet simplicity!
I think this great change overall.
Approving, though it would be nice if you could elaborate on the decision to remove task_memory
from the config classes.
2ff3632
to
30bf66a
Compare
Originally they were added here to make configuring Task Memory easier. Though in reality it didn't really make it much easier and just over-complicated the Config classes. Instead, this PR makes it easier to configure Task Memory without the need of a Config class. More details on how to do this will come in #757 |
e0e0adb
to
8f14657
Compare
b664e94
to
fc427c7
Compare
StructureConfig
classes by moving Driver config to top level.task_memory
config from Config classes.📚 Documentation preview 📚: https://griptape--765.org.readthedocs.build//765/