Skip to content

user_profile_manage

user_profile_manage

Manage persistent user profile (USER.md).

Classes

UserProfileManageTool

UserProfileManageTool(user_path: Path | str = '~/.openjarvis/USER.md')

Bases: BaseTool

Manage persistent user profile (USER.md).

Source code in src/openjarvis/tools/user_profile_manage.py
def __init__(self, user_path: Path | str = "~/.openjarvis/USER.md") -> None:
    self._user_path = Path(user_path).expanduser()