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
-`SOUL.md` — agent identity, embedded in the generated `system_prompt`
7
-
-`skills/web-research/`, `skills/summarize/` — passed via `skills=["./skills"]`; DeepAgents loads each `SKILL.md` natively
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
9
-`agents/fact-checker/` — emitted as a `SubAgent` dict in `subagents=[...]`
10
10
-`expected_output.py` — the Python module the adapter produces
0 commit comments