mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-31 21:39:28 +00:00
Fix bug where files could be saved to non-existent directories. The `get_working_directory()` function now guarantees the returned directory exists by creating it if necessary. All toolkit __init__ methods that resolve working directories from environment variables also ensure the directory exists before passing it to the base class. Fixes: Saves files to imaginary directories Co-authored-by: lightaime <23632352+lightaime@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| agent | ||
| command | ||
| component | ||
| controller | ||
| exception | ||
| middleware | ||
| model | ||
| service | ||
| utils | ||
| __init__.py | ||
| router.py | ||