A DeepSeek-native coding agent that emphasizes a cache-first loop for cost reduction and a flash-first cost control strategy. Version 0.53.2, active release cadence, ships TypeScript types, requires Node >= 22. Provides CLI/TUI for agentic coding with tool-call repair and prompt caching vs standard LLM APIs.
npm install reasonixNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Reasonix agent with caching, runs a coding task, and prints the result.
Upgrade Node to >= 22 or use an alternative agent.
Use import syntax and ensure package.json has "type": "module".
Set DEEPSEEK_API_KEY environment variable or pass apiKey in config.
Use new CacheConfig object with { enable: boolean, ttl: number }npm install reasonix
Set DEEPSEEK_API_KEY environment variable or pass apiKey in constructor options.
Use import { Reasonix } from 'reasonix' and const agent = new Reasonix(...)No dependency data recorded yet.