4 Commits

Author SHA1 Message Date
dongdongunique
716112f188 Refactor imports and enhance configuration
- Update all import paths from OpenRT to jailbreak_toolbox in README
- Add dotenv support in basic_usage.py for environment variable loading
- Remove hardcoded path dependency in basic_usage.py
- Adjust temperature parameter from 0.1 to 0.0 for consistent judging
- Update project structure diagram in README to reflect new naming
2025-12-29 17:22:43 +08:00
dongdongunique
8ac995bd81 Complete EvoSynth framework setup
- Updated README.md with comprehensive documentation
- Added requirements.txt with verified dependencies
- Added .gitignore to exclude sensitive files
- Implemented context length protection for access_runcontext_history
- Removed torch dependency to avoid confusion
- All changes tested and verified
2025-12-10 05:29:53 +08:00
dongdongunique
75eb41f50b Add context length protection in access_runcontext_history
- Add loop mechanism to reduce history_depth if output exceeds max_total_chars
- Prevents context overflow when accessing run context history
- Prints reduction info and returns depth_reduced field in result
2025-12-10 03:23:53 +08:00
dongdongunique
f3af94df0b first commit 2025-12-10 00:54:02 +08:00