Skip to main content

CLIO Agent — Autonomous AI agent framework for scientific data management. Part of the IOWarp platform.

Project description

CLIO Agent — Cognitive Layer for Adaptive Universal Data & Intelligent Operations

Beta Python 3.12+ UV FastMCP IOWarp


⚠️ Beta. CLIO is under active development — interfaces, blueprints, and on-disk formats may change between releases. Pin a version for reproducibility.

What is CLIO Agent?

An autonomous agent for scientific data management — HDF5, Parquet, and CSV inspection through a FastMCP tool gateway, with a Bubbletea terminal UI (gact) for interactive work. CLIO is the Intelligence Layer (CEI) of the IOWarp platform.

The agent runs in three tiers: a main orchestrator (planner loop over registered tools and experts), domain experts (data / analysis / visualization), and ephemeral nanoagents for parallel sub-tasks. State lives in a local-first memory layer (ARC) that all tiers read and write.

  • Multi-expert orchestration with capability-based routing
  • FastMCP tool gateway, HDF5 + Parquet servers out of the box
  • ARC memory with O(log N) context retrieval
  • Optimizer layer for offline tuning + online learning
  • Runtime doctor for LM / gateway / file-policy health
  • Works with LM Studio, Ollama, OpenAI, Anthropic, OpenRouter, OpenAI Codex subscriptions, and the Argonne ALCF inference gateway

Quick Start

One line installs clio-agent from PyPI, downloads the matching CLIO-branded TUI binary for your platform, and drops a clio command on your PATH.

Linux / macOS

curl -fsSL https://raw.githubusercontent.com/iowarp/clio-agent/main/install/install.sh | bash
clio

Windows (PowerShell)

irm https://raw.githubusercontent.com/iowarp/clio-agent/main/install/install.ps1 | iex
clio

clio boots the server (if it isn't already up) and attaches the TUI. On first connect, pick an LM provider in the modal and you're chatting.

Prerequisites for the default release install: uv or Python 3.12+ with pip. git and Go are only needed when you opt into source-build mode with CLIO_REF or GACT_REF.


Using the clio command

clio with no arguments is the one-command UX. The subcommands manage the backing server without hunting PIDs:

Command What it does
clio ensure the server is up, then attach the TUI
clio start / stop / restart server lifecycle (process-tree kill on stop)
clio status / ps PID, port, health
clio logs [N] tail server + TUI stderr logs
clio doctor check prerequisites and install layout
clio report diagnostics bundle for filing GitHub issues
clio completion <shell> tab-completion (bash / zsh / powershell)
clio uninstall remove CLIO (--purge / -Purge to drop config too)

Override paths with CLIO_PREFIX / CLIO_BIN_DIR and the server port with CLIO_PORT. Full install + uninstall reference: install/README.md.


Architecture

CLIO Agent architecture: user interfaces, the Intelligence Layer (CEI) with the orchestrator and tier-2 experts, tier-3 nanoagents, ARC memory, the optimizer layer, and CTE multi-tier storage

For the design rationale (three-tier hierarchy, ARC memory, optimizer layer, IOWarp integration), see docs/CLIO_AGENT_ARCHITECTURE.md.


Documentation

Doc What's in it
docs/CLIO_AGENT_ARCHITECTURE.md Three-tier design, ARC memory, optimizer layer
docs/SYSTEM_IDENTITY.md What the agent is, design principles
docs/SETUP.md Release install, source-build install, and smoke test
docs/CONTRIBUTOR_QUICKSTART.md Dev environment, quality checks, where to put code
docs/MCP_TOOL_INTEGRATION.md Adding tools via FastMCP
docs/EXPERT_SYSTEM_DESIGN.md Adding new experts
docs/ARC_MEMORY_LAYER.md Memory model and storage
docs/SELF_IMPROVEMENT.md Optimizer layer
docs/PERMISSIONS.md Tool permission system
docs/providers/ LM provider configuration
docs/CAPABILITIES_MATRIX.md Feature matrix
PLAN.md Roadmap

Contributing

Start with docs/CONTRIBUTOR_QUICKSTART.md. For guidance specific to AI agents working on the codebase, see AGENTS.md.


License + Citation

BSD-3-Clause.

@software{clioagent2026,
  title  = {CLIO Agent: Autonomous Agent for Scientific Data Management},
  author = {IOWarp Team},
  year   = {2026},
  url    = {https://github.com/iowarp/clio-agent},
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clio_agent-0.5.12.tar.gz (982.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

clio_agent-0.5.12-py3-none-any.whl (713.1 kB view details)

Uploaded Python 3

File details

Details for the file clio_agent-0.5.12.tar.gz.

File metadata

  • Download URL: clio_agent-0.5.12.tar.gz
  • Upload date:
  • Size: 982.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for clio_agent-0.5.12.tar.gz
Algorithm Hash digest
SHA256 297261ca53c9f0141fd2e9b24d71e481c20a0d945e062ef4ecbb38aa8b81b6db
MD5 5aad2c93282a85e4ef7eac5480d0b58f
BLAKE2b-256 1a3f4137d3a820617f3ecd0996b849d35b696dd26d1e8bf8630fe6126a238fde

See more details on using hashes here.

File details

Details for the file clio_agent-0.5.12-py3-none-any.whl.

File metadata

  • Download URL: clio_agent-0.5.12-py3-none-any.whl
  • Upload date:
  • Size: 713.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for clio_agent-0.5.12-py3-none-any.whl
Algorithm Hash digest
SHA256 3ab18a644ead565ed6d44bc21540e923c56df422fa1d0da8ed80362f29856e21
MD5 0000227bf49383e0bfdc31f1fced6df4
BLAKE2b-256 c23dfb856d9c168c83728ddbd530ba092c41bb78baa966ff0e09ea4d96643ad3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page