Ask a question to get started
Enter to send•Shift+Enter new line
find_config( start_path: Path | None = None, ) -> Path | None
Find deepagents.toml in start_path (or cwd if not given).
deepagents.toml
Only checks the single directory — does not walk parent directories.
Returns the path if found, or None otherwise.
None