Ask a question to get started
Enter to send•Shift+Enter new line
ProjectContext( self, user_cwd: Path, project_root: Path | None = None )
Build a project context from an explicit user working directory.
Resolve a path relative to the explicit user working directory.
Return project-level AGENTS.md files for this context.
AGENTS.md
Return the project .deepagents/skills directory, if any.
.deepagents/skills
Return the project .deepagents/agents directory, if any.
.deepagents/agents
Return the project .agents/skills directory, if any.
.agents/skills
Explicit user/project path context for project-sensitive behavior.