This repository was archived by the owner on Jun 1, 2026. It is now read-only.
[1.0.3] - 2025-09-14
Added
- Global ALMA Command: Added
almaconsole script that provides global access to the intelligent agent - CLI Module: New
abstractllm.climodule that integrates all SOTA features from alma-simple.py - Universal Agent Access: Users can now run
almafrom anywhere after installing AbstractLLM - Full Feature Integration: The global command includes hierarchical memory, ReAct reasoning, knowledge graphs, and tool support
Changed
- Package Distribution: Enhanced package to include console script entry point
- User Experience: Simplified access to the intelligent agent capabilities without needing to clone the repository
Fixed
- Tool Call Parsing: Enhanced JSON parsing robustness for LLM-generated tool calls with unescaped newlines
- Write File Tool: Fixed tool call parsing when content contains literal newlines or special characters
Installation
After upgrading to v1.0.3, users can install and use the global command:
pip install abstractllm==1.0.3
alma --help
alma --prompt "Hello, I'm testing the global command"
alma # Interactive mode with memory and reasoning