Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

AbstractLLM v1.0.3

Latest

Choose a tag to compare

@lpalbou lpalbou released this 14 Sep 21:10
· 47 commits to main since this release

[1.0.3] - 2025-09-14

Added

  • Global ALMA Command: Added alma console script that provides global access to the intelligent agent
  • CLI Module: New abstractllm.cli module that integrates all SOTA features from alma-simple.py
  • Universal Agent Access: Users can now run alma from 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