Skip to content

Commit 774d036

Browse files
feat: add module self-declaration metadata
Added __amplifier_module_type__ for explicit type declaration. Part of H-02 Phase 2: Module self-declaration migration. Kernel now reads module type instead of guessing from naming. 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
1 parent 801f3b7 commit 774d036

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

amplifier_module_loop_basic/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Basic orchestrator with complete event emissions (desired state).
33
"""
44

5+
# Amplifier module metadata
6+
__amplifier_module_type__ = "orchestrator"
7+
58
import logging
69
from typing import Any
710
from typing import Optional

0 commit comments

Comments
 (0)