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
# E2E test environment variables
# Copy to .env and fill in your keys

# Required for live integration tests (06)
DEEPSEEK_API_KEY=
DEEPSEEK_API_BASE=https://api.deepseek.com/v1
DEEPSEEK_MODEL=deepseek-chat

# Required for LLM-as-judge
JUDGE_API_KEY=
JUDGE_MODEL=deepseek-chat