|
Entropic 2.3.8
Local-first agentic inference engine
|
Tool: git branch -a, or git checkout -b name. More...


Public Member Functions | |
| GitBranchTool (ToolDefinition def, GitServer &server) | |
| Construct with definition and server ref. | |
| ServerResponse | execute (const std::string &args_json) override |
| List branches or create a new one. | |
Public Member Functions inherited from entropic::ToolBase | |
| ToolBase (ToolDefinition def) | |
| Construct with a pre-built definition. | |
| const std::string & | name () const |
| Get the tool name. | |
| const ToolDefinition & | definition () const |
| Get the full tool definition. | |
| virtual std::string | anchor_key (const std::string &args_json) const |
| Generate anchor key for this tool result. | |
| virtual MCPAccessLevel | required_access_level () const |
| Minimum access level required to execute this tool. | |
Additional Inherited Members | |
Protected Attributes inherited from entropic::ToolBase | |
| ToolDefinition | definition_ |
| Tool definition. | |
|
inline |
|
inlineoverridevirtual |
List branches or create a new one.
| args_json | JSON with optional "create" branch name. |
Implements entropic::ToolBase.