You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: add lib folder and remove from gitignore
* refactor: streamline backend structure and enhance logging
- Removed commented-out code and unnecessary imports in main.py for clarity.
- Updated logging levels from info to debug in agent.py and panda_agi_client.py for more granular logging.
- Refactored token_processor.py to improve error handling and streamline token processing logic.
- Introduced ShellOutput model in shell_ops.py to standardize command execution results and improve error reporting.
- Updated shell command functions to return ShellOutput, enhancing consistency across shell operations.
- Cleaned up event handling in shell tools to remove commented-out event logging.
* fix: python code execution in execute_script
* fix: remove 'Z' suffix from timestamp generation
- Modified the timestamp generation in panda_agi/client/agent.py at line 522 by removing the 'Z' suffix. Changed 'end_timestamp = datetime.now().isoformat() + "Z"' to 'end_timestamp = datetime.now().isoformat()'.
* fix: Removed JSONDecodeError
---------
Co-authored-by: ArslanSaleem <khan.arslan38@gmail.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
0 commit comments