lolaplex
Lolaplex autonomous coding agent suite: ultra-fast, zero-bloat modular agent tools, MCP runtimes, and diagnostic CLI.
Shared across Cursor, Claude Code, Antigravity, and Zed.
Quickstart
1-Step Setup
# Core suite (memory + docs + browser)
pip install lolaplex
# Full autonomous suite with all runtimes & drivers
pip install "lolaplex[all]"
2. Agent-Driven Setup (Zero Friction)
[!TIP] 🤖 Agent-Driven Setup (Zero Friction):
Simply tell your coding agent: "Install the Lolaplex suite and run environment diagnostics."
The agent installslolaplex[all]and checks your local agent stores usinglolaplex doctor.
Source checkouts can also be installed and managed using vand.
The Lolaplex Ecosystem
| Package | Role | Tier | Status |
|---|---|---|---|
| agents-memory | Local markdown memory & cross-agent context engine | Core | Stable (v1.0+) |
| agents-docs | Ultra-fast local BM25 documentation RAG | Core | Stable (v0.42+) |
| agents-browser | Minimal zero-Node Python CDP browser control | Core | Stable (v0.43+) |
| agents-terminal | Policy-bound terminal jail & sandbox execution | Runtime | Beta (v0.0.2+) |
| agents-traces | Sub-millisecond JSONL observability & self-healing | Observability | Beta (v0.0.1+) |
| agents-keys | Host Ed25519 agent key minting and challenge proofs | Security | Beta (v0.0.1+) |
| agents-harness | Declarative flow runner, loop & job kernel | Runtime | Beta (v0.0.1+) |
CLI & Diagnostics
# Print suite component table & versions
lolaplex
# Run local environment diagnostics on ~/.agents stores
lolaplex doctor
# Machine-readable JSON output
lolaplex --json
lolaplex --help-json
Python API
import lolaplex
# Inspect installed components programmatically
info = lolaplex.get_suite_info()
print(f"Lolaplex Suite {info['suite_version']} ({info['installed_count']}/{info['total_count']} active)")
License
MIT License. See LICENSE for details.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lolaplex-0.0.2.tar.gz.
File metadata
- Download URL: lolaplex-0.0.2.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
293488c4a008dfbd874b00baba164d1e0cc216d2a61d3847e9011582f2f5cb17
|
|
| MD5 |
fe6a399e352cdef83572a936086b36e6
|
|
| BLAKE2b-256 |
e25d9b0bf5ffb1a7fdb842872cc08a415ca2ee089b85fd1bf497d3f632607247
|
File details
Details for the file lolaplex-0.0.2-py3-none-any.whl.
File metadata
- Download URL: lolaplex-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7821592c613f8348593bf6018cc7eeaef861023f65680ca4cd9b060b32123f4a
|
|
| MD5 |
5025cc0d613757172e0c0e64fdf3bd77
|
|
| BLAKE2b-256 |
9979fd85c6c1d9f3f3a60d5e85900cf085aec6f8b4ba5eb7c91d296309795c65
|