Merge pull request #1578 from tcmofashi/rdev

feat: add a subagent frame
This commit is contained in:
tcmofashi
2026-04-03 23:26:06 +08:00
committed by GitHub
82 changed files with 13046 additions and 18 deletions

View File

@@ -1135,9 +1135,6 @@ class DefaultReplyer:
return content, reasoning_content, model_name, tool_calls
async def get_prompt_info(self, message: str, sender: str, target: str):
del message
del sender
del target
return ""
related_info = ""
start_time = time.time()