增加五位助教老师
This commit is contained in:
13
l5_refinement_agent/agent.py
Normal file
13
l5_refinement_agent/agent.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from agent_base.agent_base import HuiYuBaseAgent
|
||||
from common.models import minimax_model
|
||||
from common.profile_loader import load_profile
|
||||
|
||||
# ============================================================
|
||||
# L5 助教 — 精修小参老师(深度实修层)
|
||||
# ============================================================
|
||||
root_agent = HuiYuBaseAgent(
|
||||
name="l5_refinement_agent",
|
||||
model=minimax_model,
|
||||
description="L5 精修助教,最高层级的一对一精准引导者,擅长'我允许'递进引导和回溯法,处理深层强迫性行为。",
|
||||
instruction=load_profile("l5_refinement.md"),
|
||||
)
|
||||
Reference in New Issue
Block a user