agentic.Workspace¶
Page status: scaffold Source state: generated Applies to: Shepherd v1.0-dev Owner: @docs-system-owner (TBD) Validation: scripts/gen_shepherd_api_inventory.py --check
This is reference — exact, generated facts. The mental model lives in concepts; recipes live in guides.
Pre-rename surface
Generated from the internal agentic facade; names and paths change at the Shepherd rename.
class
Workspace ¶
Process-local syntax nucleus workspace handle.
__aexit__
async
¶
__aexit__(
exc_type: type[BaseException] | None,
exc: BaseException | None,
traceback: TracebackType | None,
) -> None
__exit__ ¶
__exit__(
exc_type: type[BaseException] | None,
exc: BaseException | None,
traceback: TracebackType | None,
) -> None
__init__ ¶
__init__(
*,
model: object,
root: Path | None,
scope: Scope,
config: _EffectiveConfig,
owner: Workspace | None = None,
owns_scope: bool = False,
metagit: bool = False,
) -> None
See also¶
- Mental model: concepts/workspaces.md