You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/deepagents/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A research agent with a fact-checker sub-agent, demonstrating the DeepAgents ada
6
6
-`SOUL.md` — agent identity, embedded in the generated `system_prompt`
7
7
-`skills/web-research/`, `skills/summarize/` — passed via a `skills=` path resolved next to the generated module (`Path(__file__).parent / "skills"`), so discovery works from any working directory; DeepAgents loads each `SKILL.md` natively
8
8
-`tools/web-search.yaml` — emitted as a `@tool` function bound into `tools=[...]`
9
-
-`agents/fact-checker/` — emitted as a `SubAgent` dict in `subagents=[...]`
9
+
-`agents/fact-checker/` — emitted as a `SubAgent` dict in `subagents=[...]`. By default a sub-agent inherits the full parent `TOOLS` list; add a `tools:` list to the sub-agent's own `agent.yaml` to narrow it to a subset.
10
10
-`expected_output.py` — the Python module the adapter produces
11
11
12
12
DeepAgents is a higher-level harness on top of LangGraph — there is no graph
0 commit comments