mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
refactor(reme): remove unused context methods and update config path default
This commit is contained in:
parent
115373ab30
commit
370450f157
2 changed files with 1 additions and 7 deletions
|
|
@ -547,12 +547,6 @@ class ReMe(Application):
|
|||
"""Get the profile handler for the specified user."""
|
||||
return ProfileHandler(memory_target=user_name, profile_path=self.profile_path)
|
||||
|
||||
async def context_offload(self):
|
||||
"""working memory summary"""
|
||||
|
||||
async def context_reload(self):
|
||||
"""working memory retrieve"""
|
||||
|
||||
|
||||
def main():
|
||||
"""Main entry point for running ReMe from command line."""
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ class ReMeFb(Application):
|
|||
self,
|
||||
*args,
|
||||
working_dir: str = ".reme",
|
||||
config_path: str = "fs",
|
||||
config_path: str = "file",
|
||||
enable_logo: bool = True,
|
||||
log_to_console: bool = True,
|
||||
llm_api_key: str | None = None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue