增加五位助教老师
This commit is contained in:
13
l2_training_camp_agent/agent.py
Normal file
13
l2_training_camp_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
|
||||
|
||||
# ============================================================
|
||||
# L2 助教 — 训练营老师(进阶层)
|
||||
# ============================================================
|
||||
root_agent = HuiYuBaseAgent(
|
||||
name="l2_training_camp_agent",
|
||||
model=minimax_model,
|
||||
description="L2 进阶助教,带领学员从'知道'走向'体验到',掌握万能释放公式和戏剧三角形等工具。",
|
||||
instruction=load_profile("l2_training_camp.md"),
|
||||
)
|
||||
Reference in New Issue
Block a user