PaddlePaddle / ERNIE-SDK

ERNIE Bot Agent is a Large Language Model (LLM) Agent Framework, powered by the advanced capabilities of ERNIE Bot and the platform resources of Baidu AI Studio.
http://ernie-bot-agent.readthedocs.io/
Apache License 2.0
323 stars 48 forks source link

请求对agents的文档和使用说明进行补全 #316

Closed Liyulingyue closed 4 months ago

Liyulingyue commented 4 months ago

根据代码可以观察到erniebot-agent/src/erniebot_agent/agents/agent.py已经支持了system的参数,因此Agent[class]具有角色扮演的基础功能。

希望可以补全该模块的文档,并将角色扮演作为预制方法或样例。

请求完成上述需求。

Liyulingyue commented 4 months ago

已经发现其他方式实现目标内容。