Initial commit: add .gitignore and README
This commit is contained in:
5
fusionagi/reflection/__init__.py
Normal file
5
fusionagi/reflection/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Reflection and learning loop: post-task evaluation and heuristic updates."""
|
||||
|
||||
from fusionagi.reflection.loop import run_reflection
|
||||
|
||||
__all__ = ["run_reflection"]
|
||||
Reference in New Issue
Block a user