"""
```{tip}
TODO Dummy class for now, check back later or help us by contributing!
```
"""
from ..portfolio.folder import Portfolio
[docs]class Copilot:
"""
Main class for generating recommendations from your portfolio and simulation goals.
This module has not started development yet. Check back soon!
"""
def __init__(self) -> None:
"""Empty initialization for now."""
pass
[docs] def rich_recommendations(self, portfolio: Portfolio) -> str:
"""Dummy output for now, will return formatted recommendations in the future."""
return "Advice"