feat: 初始化工程
This commit is contained in:
9
agent/health.py
Normal file
9
agent/health.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from langchain.agents import create_agent
|
||||
|
||||
from agent.model import model
|
||||
from agent.prompt import tip_prompt
|
||||
|
||||
tip_agent = create_agent(
|
||||
model=model,
|
||||
system_prompt=tip_prompt
|
||||
)
|
||||
Reference in New Issue
Block a user