| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Refactor code structure for improved readability and maintainability | 2026-01-04 | 1 | -867/+145 | |
| | | | | | | - Remove hanlp and torch deps - Using base-model-trpgner either to replace hanlp and torch deps | ||||
| * | feat: add json5 as a dependency and update documentation URL | 2025-11-04 | 1 | -0/+2 | |
| | | |||||
| * | feat: add visualization tools for character relationship graphs | 2025-11-01 | 1 | -712/+1794 | |
| | | | | | | | | - Implemented ASCII visualization of relationships. - Added Graphviz support for generating PNG images of relationship graphs. - Created an interactive HTML visualization using Cytoscape.js. - Included styles and scripts for enhanced user experience in the HTML output. | ||||
| * | refactor: Refactor code structure for improved readability and maintainability | 2025-10-29 | 1 | -0/+1292 | |
| | | |||||
| * | feat: Implement plugin system with combat tracker and dice analyzer | 2025-10-25 | 1 | -1027/+0 | |
| | | | | | | | | | | | | | | - Added `plugin_system_demo.py` to demonstrate basic plugin usage, processing, and analysis. - Created `CombatTrackerPlugin` for tracking combat statistics including damage and healing. - Developed `DiceAnalyzerPlugin` for analyzing dice rolls and calculating success rates. - Introduced `renderer_demo.py` for rendering output in HTML, Markdown, and JSON formats. - Implemented `rule_system_demo.py` to showcase rule engine capabilities with various examples. - Established core rule engine functionality in `rules.py` with support for conditions and actions. - Enhanced base plugin structure in `base.py` to support different plugin types (Processor, Renderer, Analyzer). - Added custom exception handling in `exceptions.py` for better error management. - Configured logging setup in `logging_config.py` for improved logging capabilities. - Created unit tests in `test_rust_core.py` to validate core functionalities and performance. | ||||
| * | feat: ➕ Add dependency json5 | 2025-03-15 | 1 | -0/+11 | |
| | | |||||
| * | refactor: update project structure and rename modules to conventionalrp | 2025-03-14 | 1 | -1/+1 | |
| | | |||||
| * | refactor(project)!: first implementation of the Conventional Role Play SDK ↵ | 2025-03-13 | 1 | -34/+35 | |
| | | | | | with core components, renderers, extractors, and example usage. | ||||
| * | Initial commit | 2025-03-12 | 1 | -0/+1015 | |
