aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
* fix: Remove unnecessary links from the documentation table of contents简律纯2025-10-251-4/+4
|
* feat: Implement plugin system with combat tracker and dice analyzer简律纯2025-10-253-0/+1029
| | | | | | | | | | | | | - 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.
* docs(conf.py): format code简律纯2025-06-141-0/+152
|
* chore(docs): update makefile and conf.py简律纯2025-06-141-151/+0
|
* refactor: clean up code formatting and add new PluginManager classHsiangNianian2025-03-151-11/+13
|
* refactor(project)!: first implementation of the Conventional Role Play SDK ↵HsiangNianian2025-03-132-0/+152
| | | | with core components, renderers, extractors, and example usage.
* Initial commit简律纯2025-03-122-0/+149