Releases: Alexx-coder/Cortex
Releases · Alexx-coder/Cortex
Release list
Cortex v0.1.0 - Initial Release
🎉 What's new in v0.1.0
This is the first official release of Cortex!
✨ Features
-
Multi-Agent System: Split tasks between code, ideas, and other agents.
-
Provider Flexibility: Use local models via Ollama (tested with glm-4.7-flash) or cloud APIs (OpenAI, Gemini, OpenRouter).
-
Military-Grade Security: Chat history is fully encrypted using Fernet (AES-128-CBC + HMAC). No one can read your data without the master password.
-
Easy Configuration: Simple config.json setup for API keys and agent routing.
🛠️ Under the hood
-
Clean Python CLI interface.
-
Automated testing pipeline using pytest (3 tests for cryptography and database integrity).
-
MIT License.
📥 Installation and run
git clone https://github.com/Alexx-coder/Cortex.git
cd Cortex
pip install -r requirements.txt
python runner.py