recursive-agent 0.6.0

A minimal, orthogonal, self-improving coding agent kernel in Rust
Documentation
{
  "fixtures": [
    {
      "match": { "userMessage": "list_dir", "hasToolResult": false },
      "response": {
        "toolCalls": [
          {
            "name": "list_dir",
            "arguments": { "path": "." }
          }
        ]
      }
    },
    {
      "match": { "userMessage": "list_dir", "hasToolResult": true },
      "response": { "content": "The workspace root contains the listed files. Task complete." }
    }
  ]
}