▲ | codedokode 3 days ago | |
I decided just to look at the code for a moment and discovered ChainMap in Python. | ||
▲ | ddtaylor 3 days ago | parent | next [-] | |
This is excellent for some of my usages. I want to have my AI agents "fork" their context in some ways, this could be useful for that instead of juggling a tree of dictionaries. | ||
▲ | bjackman 2 days ago | parent | prev [-] | |
Ha, that's cool. I have implemented a crappy and probably broken version of this type before. Next time I won't have to! |