lean-ctx 3.9.3

Context Runtime for AI Agents with CCP. 71 MCP tools, 10 read modes, 95+ compression patterns, cross-session memory (CCP), persistent AI knowledge with temporal facts + contradiction detection, multi-agent context sharing, LITM-aware positioning, AAAK compact format, adaptive compression with Thompson Sampling bandits. Supports 24+ AI tools. Reduces LLM token consumption by up to 99%.
Documentation
1
2
# lean-ctx testbench — local code fixture (deterministic CI subset, #611)
{"id":"code-fizz","domain":"code","prompt":"Implement the POSIX shell function fizzbuzz(n) in solution.sh: echo 'Fizz' when n is divisible by 3, 'Buzz' when divisible by 5, 'FizzBuzz' when divisible by both, otherwise echo n. Output only the file contents.","workspace":".","retrieval_query":"fizzbuzz solution.sh divisible by 3 5","target_file":"solution.sh","test_cmd":"sh test.sh"}