增加五位助教老师
This commit is contained in:
13
l1_live_course_agent/agent.py
Normal file
13
l1_live_course_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
|
||||
|
||||
# ============================================================
|
||||
# L1 助教 — 299 直播课老师(入门层)
|
||||
# ============================================================
|
||||
root_agent = HuiYuBaseAgent(
|
||||
name="l1_live_course_agent",
|
||||
model=minimax_model,
|
||||
description="L1 入门助教,负责零基础启蒙,用生活化语言和互动方式帮助学员获得第一次内在体验。",
|
||||
instruction=load_profile("l1_live_course.md"),
|
||||
)
|
||||
Reference in New Issue
Block a user