Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildContext ¶
type BuildContext struct {
WorkDir string // working directory for tool execution
UserDataDir string // per-user sandbox directory (empty = no sandbox)
AnnaHome string // anna home directory (e.g. ~/.anna)
Workspace string // agent workspace dir
ToolsBinDir string // path to anna tools bin directory (prepended to PATH)
}
BuildContext carries per-session configuration for tool construction.
Click to show internal directories.
Click to hide internal directories.