Spaces:
Running
Running
| """ | |
| Second Brain OpenEnv Environment | |
| ================================= | |
| A Personal Knowledge Management environment for training AI agents | |
| to capture, organize, and retrieve information. | |
| Usage: | |
| from second_brain_env import SecondBrainAction, SecondBrainObservation, SecondBrainState, SecondBrainEnv | |
| """ | |
| from models import SecondBrainAction, SecondBrainObservation, SecondBrainState, ActionType | |
| from client import SecondBrainEnv | |
| __all__ = [ | |
| "SecondBrainAction", | |
| "SecondBrainObservation", | |
| "SecondBrainState", | |
| "ActionType", | |
| "SecondBrainEnv", | |
| ] | |
| __version__ = "1.0.0" |