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": "TypeScript SDK session test: single-turn, agent replies directly.",
      "match": { "userMessage": "sdk-typescript-hello" },
      "response": {
        "content": "Hello from the TypeScript SDK! Task completed."
      }
    }
  ]
}