|
Entropic 2.3.8
Local-first agentic inference engine
|
Final artifact emitted by a finalized sandbox. More...
#include <entropic/core/sandbox.h>
Public Attributes | |
| std::string | patch |
| Unified diff text. | |
| std::vector< std::filesystem::path > | files_touched |
| Relative paths that changed. | |
| std::filesystem::path | base_dir |
| Snapshot the diff is against. | |
| std::filesystem::path | head_dir |
| Final sandbox state. | |
Final artifact emitted by a finalized sandbox.
patch is a unified diff (output of git diff --no-index base/ head/) suitable for git apply in any tree. files_touched lists files that differ between base and head, relative to the sandbox root. The caller (typically the facade) forwards this to the consumer via the delegation-complete callback.
| std::filesystem::path entropic::SandboxResult::base_dir |
| std::vector<std::filesystem::path> entropic::SandboxResult::files_touched |
| std::filesystem::path entropic::SandboxResult::head_dir |
| std::string entropic::SandboxResult::patch |