










Hi, I’m trying to make create_agent work a bit like Claude Skills, where the agent can discover tools when loading skill_tools (which are basically a long string with instructions + add new tools to its list). But it seems like I need to define the tools list right from the start. skills_tools = [skill_search, skill_math] agent = create_agent(tools = skills_tools) @tool def skill_search(): """Loads the context you need to search well""" # This part I don't know how to code ^^ parent...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。