recursive-agent 0.6.0

A minimal, orthogonal, self-improving coding agent kernel in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "fixtures": [
    {
      "_comment": "Python SDK session test: single-turn, agent replies directly.",
      "match": { "userMessage": "sdk-python-hello", "turnIndex": 0 },
      "response": {
        "content": "Hello from the Python SDK! Task completed."
      }
    }
  ]
}