feat: Create cognition/__init__.py with module docstring

This commit is contained in:
Andreas Koepf (aider) 2025-01-23 13:33:14 +01:00
parent 3179cb83af
commit 1b42fcb737

9
python
View file

@ -7,3 +7,12 @@ Cognition tasks for training reasoning capabilities:
"""
__all__ = []
"""
Cognition tasks for training reasoning capabilities:
- Pattern recognition
- Sequence completion
- Logical reasoning
- Working memory
"""
__all__ = []