albert-cli-0.1.2 is not a library.
albert-cli
The albert binary — part of the Ternary Intelligence Stack.
Install
Then run:
What Albert does
Albert is a sovereign AI development CLI that runs in your terminal. It connects to any LLM provider and gives you a full agentic coding environment without any cloud dependency:
| Feature | Details |
|---|---|
| Multi-provider | Claude, GPT-4o, Gemini, Grok, Ollama, Bedrock, Azure |
| Slash commands | /plan, /tdd, /loop, /code-review, /build-fix, /bughunter, /refactor, /commit |
| Tool execution | read_file, write_file, edit_file, bash, glob, grep, web_fetch |
| MCP support | stdio and network transport for any MCP server |
| Permission layer | Deny-first AST interception blocks dangerous shell patterns before OS |
| Session memory | Sliding-window context compaction keeps long sessions coherent |
Part of the Albert ecosystem
| Crate | Role |
|---|---|
albert-runtime |
Session, MCP, auth, bash |
albert-api |
Multi-provider LLM client |
albert-commands |
Slash command library |
albert-tools |
Tool execution layer |
albert-compat |
Manifest extraction harness |
albert-cli |
This crate — binary (albert) |