A Rust-based AI inference and memory system built with Candle. Provides local LLM inference with persistent memory and state management.
Role
Developer
Skills
Cortex is a Rust-based AI inference and memory system built with Candle. It provides local LLM inference with persistent memory and state management, enabling developers to run AI models locally with semantic memory capabilities.
The system is built around a modular architecture with the following core components:
The memory system provides powerful semantic search capabilities:
The CLI provides intuitive commands for interacting with the system:
# Interactive chat with semantic memory
cortex chat --model path/to/model.gguf --memory
# Single generation
cortex generate --model path/to/model.gguf "Explain quantum computing"
# Session management
cortex sessions
cortex delete-session my-session