terraphim_agent 1.21.1

Terraphim AI Agent CLI - Command-line interface with interactive REPL and ASCII graph visualization
Documentation
1
2
3
4
5
6
7
8
9
{
  "tool_name": "Bash",
  "tool_input": { "command": "cargo buidl --workspace" },
  "tool_result": {
    "exit_code": 101,
    "stdout": "error: no such command: `buidl`\n\n\tDid you mean `build`?",
    "stderr": ""
  }
}