01Enables conversation history management and reset functionality.
02Manages LLM parameters like model, temperature, and system prompts through dedicated files.
03Access LLMs via the 9P filesystem protocol using standard file operations.
04Provides a streaming interface for real-time retrieval of LLM responses.
051 GitHub stars
06Supports multiple LLM backends: Anthropic API, Claude Code CLI, and planned local Ollama integration.