agent_memory v0.0.4
π agent_memory Release v0.0.4
π What's Changed
- feat(demo): add sample records generator to dashboard (71d979b)
A Dart memory / knowledge-base CLI and library. Turn text, images, or directories into a structured Markdown KB and query it with any OpenAI-compatible LLM.
π¦ What's Included
- Native binaries for Linux, macOS, and Windows
- Cross-platform install scripts (bash, PowerShell, Windows batch)
- Development wrappers for running from source
π― Quick Start
Install the CLI
macOS / Linux:
curl -fsSL https://github.com/IstiN/flutter_agent_memory/releases/latest/download/install.sh | bashWindows (PowerShell):
irm https://github.com/IstiN/flutter_agent_memory/releases/latest/download/install.ps1 | iexWindows (cmd.exe):
curl -fsSL https://github.com/IstiN/flutter_agent_memory/releases/latest/download/install.bat -o %TEMP%\agent_memory-install.bat && %TEMP%\agent_memory-install.batInstall a Specific Version (v0.0.4)
macOS / Linux:
curl -fsSL https://github.com/IstiN/flutter_agent_memory/releases/download/v0.0.4/install.sh | bashWindows (PowerShell):
irm https://github.com/IstiN/flutter_agent_memory/releases/download/v0.0.4/install.ps1 | iexπ οΈ Development Wrapper
If you already have the repo cloned and Dart installed:
./scripts/agent_memory.sh --helpπ System Requirements
- Dart SDK 3.12+ (only if running from source; the native binary has no runtime dependency)
- ~50 MB disk space
π Build Information
- Version: v0.0.4
- Build Date: 2026-07-02 09:39:12 UTC
- Git Commit:
71d979b7
π Troubleshooting
- If
agent_memoryis not found after install, restart your terminal or runsource ~/.bashrc/source ~/.zshrc. - For source runs, ensure a
.envfile with your LLM credentials is in the working directory.