emrgnt-cmplxty / automata

Automata: A self-coding agent
Apache License 2.0
615 stars 100 forks source link

Ensure `DATA_ROOT/graph` is built from the root dir #453

Closed NolanTrem closed 1 year ago

NolanTrem commented 1 year ago

Ensures that the pickled path is set from the root directory, and not the currently working directory.

emrgnt-cmplxty commented 1 year ago

Use the existing get_root_fpath() in core/utils.

NolanTrem commented 1 year ago

Type check error is carryover from when this branch was created—fixed in an already merged PR.