| test(memory): anchor pyproject path to repo root in agentarts test
The test read pyproject.toml via a CWD-relative path, so it failed
with FileNotFoundError when run from any directory other than the repo
root. Resolve the path from __file__ instead.
| 17 分钟前 |