Releases: Alexx-coder/Cortex
Release list
Cortex v0.1.1 - Flexfible settings agents and smart Database
🛠️ What's new in v0.1.1
✨ Features
-
Flexible Agent Settings: You can now set custom temperature and max_tokens for each agent in config.json. Make the code agent strict (temp 0.2) and the ideas agent highly creative (temp 0.9)!
-
Smart Database Recovery: If the encrypted database is corrupted or the password is wrong, Cortex now politely asks if you want to reset it, instead of just crashing.
🔄 Under the hood
-
Added num_predict (max tokens) support for local Ollama models.
-
Improved config migration (v0.1.0 configs will automatically upgrade to the new format).
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