Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::SandboxInfo Struct Reference

Identifies one delegation's sandbox directory. More...

#include <entropic/core/sandbox.h>

Public Attributes

std::filesystem::path path
 Sandbox directory (under session base)
 
std::string delegation_id
 Short delegation id (e.g. "d1", "pipeline")
 
std::filesystem::path base_dir
 Snapshot used as this sandbox's starting state.
 

Detailed Description

Identifies one delegation's sandbox directory.

Version
2.1.5

Definition at line 49 of file sandbox.h.

Member Data Documentation

◆ base_dir

std::filesystem::path entropic::SandboxInfo::base_dir

Snapshot used as this sandbox's starting state.

Definition at line 52 of file sandbox.h.

◆ delegation_id

std::string entropic::SandboxInfo::delegation_id

Short delegation id (e.g. "d1", "pipeline")

Definition at line 51 of file sandbox.h.

◆ path

std::filesystem::path entropic::SandboxInfo::path

Sandbox directory (under session base)

Definition at line 50 of file sandbox.h.


The documentation for this struct was generated from the following file: