pub fn load_workspace_agent_package(
workspace: &Path,
) -> Result<Option<AgentPackage>, Error>Expand description
Load the agent package rooted at workspace.
Ok(None) means this is an ordinary repository with no
.supercode/package.toml. Loading is read-only and never executes package
content or creates its requested storage directory.