-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The test_working_directory_independence test in test_save_load.py is failing.
Error:
AssertionError: '15' not found in {'error': "Tool 'simple_addition' not found in function map"}The test fails when attempting to use a loaded bot from a different working directory. The error indicates that the tool 'simple_addition' is not being properly preserved when loading the bot from a different directory.
Steps to reproduce:
- Run tests/test_save_load.py
- Look for test_working_directory_independence failure
- The specific failure occurs when trying to use the loaded bot after changing working directories
Impact:
- Bots cannot be reliably loaded from different working directories
- Tools are not properly preserved when loading from different locations
- This limits the portability of saved bot states across different directory locations
Metadata
Metadata
Assignees
Labels
No labels