chore: refactor and updates to crucible challenge example #50
+240
−141
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Notes
Generated Summary
SYSTEM_PROMPTto provide clearer guidance on interaction with the challenge, emphasizing techniques for prompt injection and flag extraction.CrucibleStatedataclass to track attempts, successful techniques, and potential flags, improving state management between attempts.mainto vary the temperature parameter during attempts to explore different strategies, potentially increasing success rates.CrucibleGeneratorclass in favor of simplified function calls, enhancing code clarity and maintainability.These changes significantly improve the functionality, usability, and robustness of the crucible example, setting a solid foundation for further development and experimentation.
This summary was generated with ❤️ by rigging
Generated Summary
SYSTEM_PROMPTwith additional context on the challenge and guidance for participants, potentially improving their approach.CrucibleStatedataclass for tracking the state during attempts, including metrics for successful and failed techniques, which aids in strategizing.clifunction to use the new challenge URL format and added options for temperature randomization and maximum steps, enhancing configurability.CrucibleGeneratorclass in favor of direct asynchronous API calls, simplifying the code and improving maintainability.This summary was generated with ❤️ by rigging