Skip to main content

A powerful CLI super agent

Project description

adorable logo

Adorable CLI - Deep Agent built on Agno

Python License PRs Welcome

Quick InstallFeaturesUsageConfiguration

English 中文


Adorable is a deep agent for complex, long-horizon tasks, powered by the Agno framework. It operates through continuous interleaved reasoning and action—thinking before every step, executing with precision, and analyzing results—to handle research, coding, and system automation reliably.

Built on Agno's agent architecture with persistent memory, tool orchestration, and OpenAI-compatible APIs.


🧩 Features

  • Deep Agent: Built on Agno framework for planning, web search, coding, and file operations.
  • Interleaved Thinking: Continuous Think → Act → Analyze loop—reasons before every step, never guesses, verifies all assumptions.
  • Persistent Memory: Uses SQLite (~/.adorable/memory.db) and session summaries to maintain context across long sessions.
  • Multi-Modal Toolset:
    • Planning: Reasoning engine & Todo list management.
    • File Operations: File reading, writing, and directory navigation.
    • Web Search: Deep web search (DuckDuckGo) & crawling (Crawl4AI).
    • Coding: Python scripting & Shell commands.
    • Vision: Vision capabilities for image analysis.
  • Interactive UI: Rich terminal interface with history, autocompletion, and shortcuts.

⚡ Quick Install

Method Command Best For
🚗 auto curl -fsSL https://leonethan.github.io/adorable-cli/install.sh | bash ✅ Recommended - Linux/macOS
🐍 pipx pipx install adorable-cli Isolated CLI envs - Linux/macOS
📦 pip pip install adorable-cli Traditional Python environments

On first run you will be guided to set API_KEY, BASE_URL, MODEL_ID into ~/.adorable/config. You can run ador config anytime to update.

🖥 Platform Support

  • OS: macOS, Linux x86_64
  • Arch: x86_64; Linux arm64 currently not supported
  • Python: >= 3.10 (recommended 3.11)
  • Linux glibc: >= 2.28 (e.g., Debian 12, Ubuntu 22.04+, CentOS Stream 9)

🚀 Usage

# Start interactive session
adorable
# Or use alias
ador

# Configure settings
ador config

# Show help
ador --help

CLI Commands

  • ador / adorable: Start interactive chat
  • ador config: Configure API keys and models
  • ador version: Print CLI version

Interactive Shortcuts

  • Enter: Submit message
  • Alt+Enter / Ctrl+J: Insert newline
  • @: File path completion
  • /: Command completion (e.g., /help, /clear)
  • Ctrl+Q: Quick exit

Global Options

  • --model <ID>: Primary model ID (e.g., gpt-4o)
  • --base-url <URL>: OpenAI-compatible base URL
  • --api-key <KEY>: API key
  • --debug: Enable debug logging
  • --plain: Disable color output

Example:

ador --api-key sk-xxxx --model gpt-4o chat

🔧 Configuration

  • Config File: ~/.adorable/config
  • Environment Variables:
    • OPENAI_API_KEY / API_KEY
    • OPENAI_BASE_URL / BASE_URL
    • DEEPAGENTS_MODEL_ID / MODEL_ID

Example (~/.adorable/config):

API_KEY=sk-xxxx
BASE_URL=https://api.openai.com/v1
MODEL_ID=gpt-4o

🧠 Capabilities

  • Planning: ReasoningTools for strategy; TodoTools for task tracking.
  • Research: DuckDuckGoTools for search; Crawl4aiTools for scraping; FileTools for local context.
  • Execution: PythonTools for logic/data; ShellTools for system ops.
  • Perception: ImageUnderstandingTool for visual inputs.

See src/adorable_cli/agent/prompts.py for the full system prompt and guidelines.

🧪 Example Prompts

  • "Research the current state of quantum computing and write a summary markdown file."
  • "Clone the 'requests' repo, analyze the directory structure, and create a diagram."
  • "Plan and execute a data migration script for these CSV files."

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

adorable_cli-0.2.6.tar.gz (1.7 MB view details)

Uploaded Source

Built Distribution

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

adorable_cli-0.2.6-py3-none-any.whl (27.7 kB view details)

Uploaded Python 3

File details

Details for the file adorable_cli-0.2.6.tar.gz.

File metadata

  • Download URL: adorable_cli-0.2.6.tar.gz
  • Upload date:
  • Size: 1.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for adorable_cli-0.2.6.tar.gz
Algorithm Hash digest
SHA256 80d37a090694515630ab5d13eba641d7d5c67e22154d38a859c8bf56a0276f93
MD5 4b33942f7e49ac936dbb228995fc79e0
BLAKE2b-256 6e1e18a94e34d512197de09c612f73424f0dd7282c3e65e1c01ebd99a2698401

See more details on using hashes here.

Provenance

The following attestation bundles were made for adorable_cli-0.2.6.tar.gz:

Publisher: pypi-publish.yml on LeonEthan/adorable-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file adorable_cli-0.2.6-py3-none-any.whl.

File metadata

  • Download URL: adorable_cli-0.2.6-py3-none-any.whl
  • Upload date:
  • Size: 27.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for adorable_cli-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 bc626c5681f8a5fbe888d0cb635e9bc987eabd69aad31523ed246fc8eb6a83c9
MD5 24e1e3cff8146894028ccebb5a42331d
BLAKE2b-256 b025d1e144c3c6663d00d4d5600b7f75eda240cce52d915ac94fa9271a692357

See more details on using hashes here.

Provenance

The following attestation bundles were made for adorable_cli-0.2.6-py3-none-any.whl:

Publisher: pypi-publish.yml on LeonEthan/adorable-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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