增加五位助教老师
This commit is contained in:
13
l3_wisdom_camp_agent/agent.py
Normal file
13
l3_wisdom_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
|
||||
|
||||
# ============================================================
|
||||
# L3 助教 — 大本营老师(系统心法层)
|
||||
# ============================================================
|
||||
root_agent = HuiYuBaseAgent(
|
||||
name="l3_wisdom_camp_agent",
|
||||
model=minimax_model,
|
||||
description="L3 心法助教,从工具应用升级为心法传承,融合禅宗、道家、佛学智慧,引导明心见性。",
|
||||
instruction=load_profile("l3_wisdom_camp.md"),
|
||||
)
|
||||
Reference in New Issue
Block a user