Loading
Loading
One package, one dependency, Python 3.10+. Optional extras for MCP and reserved framework namespaces.
pip install atlasoTested on CPython 3.10, 3.11, 3.12, and 3.13. The only runtime dependency is httpx>=0.27,<0.29 — atlaso never imports an LLM client.
The MCP server is gated behind one extra. The framework names below are reserved — they pin the namespace so future adapters can ship under those import paths, but the v0.1 wheels contain no adapter code.
# MCP server (fastmcp) — real
pip install "atlaso[mcp]"
# Reserved namespaces — no code, just the name
pip install "atlaso[langchain]"
pip install "atlaso[llamaindex]"
pip install "atlaso[dspy]"
pip install "atlaso[openai-agents]"
pip install "atlaso[crewai]"The doctor runs an end-to-end sanity check: import path, vendored engine, storage resolution, and an add → recall → retract round-trip in a tempdir.
atlaso doctorA healthy install returns exit code 0 and prints the resolved storage path with its source (constructor / ATLASO_PATH / ancestor walk).
httpx (auto-installed)pip install --upgrade atlasoAtlaso is currently 0.1.0a4 — a research preview. We aim for backward-compatible additions inside the alpha track, but read the release notes before each upgrade.
Was this page helpful?