gabriel / muse public
__init__.py python
8 lines 384 B
Raw
sha256:a317886dc0496c4af7b285b3e41c86c4c34ea2e79afc63b8829aadb1ada7903f chore: bump version to 0.2.0rc15 to match musehub#113 fix release Sonnet 4.6 patch 63 days ago
1 """Scaffold plugin — copy-paste template for new Muse domain plugins.
2
3 Copy this directory to ``muse/plugins/<your_domain>/``, rename the class
4 to ``<YourDomain>Plugin``, and implement every method that currently raises
5 ``NotImplementedError``. Then register the plugin in ``muse/plugins/registry.py``.
6
7 See ``docs/guide/plugin-authoring-guide.md`` for a complete walkthrough.
8 """
File History 2 commits
sha256:a317886dc0496c4af7b285b3e41c86c4c34ea2e79afc63b8829aadb1ada7903f chore: bump version to 0.2.0rc15 to match musehub#113 fix release Sonnet 4.6 patch 63 days ago
sha256:f3b726b50f0aee3622bba751e0a67aa7ae4cf75a798477dbce581940b6a9cf70 feat: migrate invariants cache to .muse/cache/invariants.ms… Sonnet 4.6 patch 130 days ago