Skip to main content

Production-grade TUI for AI-assisted development with RLM context management

Project description

PinkyClawd

╭──────────────────────────────────────────────────────────╮
│                                                          │
│   ██████╗ ██╗███╗   ██╗██╗  ██╗██╗   ██╗                │
│   ██╔══██╗██║████╗  ██║██║ ██╔╝╚██╗ ██╔╝                │
│   ██████╔╝██║██╔██╗ ██║█████╔╝  ╚████╔╝                 │
│   ██╔═══╝ ██║██║╚██╗██║██╔═██╗   ╚██╔╝                  │
│   ██║     ██║██║ ╚████║██║  ██╗   ██║                   │
│   ╚═╝     ╚═╝╚═╝  ╚═══╝╚═╝  ╚═╝   ╚═╝                   │
│                                                          │
│   ██████╗██╗      █████╗ ██╗    ██╗██████╗              │
│   ██╔════╝██║     ██╔══██╗██║    ██║██╔══██╗            │
│   ██║     ██║     ███████║██║ █╗ ██║██║  ██║            │
│   ██║     ██║     ██╔══██║██║███╗██║██║  ██║            │
│   ╚██████╗███████╗██║  ██║╚███╔███╔╝██████╔╝            │
│    ╚═════╝╚══════╝╚═╝  ╚═╝ ╚══╝╚══╝ ╚═════╝             │
│                                                          │
│           ◢◤ AI-Powered Development ◥◣                  │
╰──────────────────────────────────────────────────────────╯

AI-powered development tool with TUI interface and Recursive Language Model (RLM) context management for unlimited conversation context.

Features

  • RLM Context Management: Automatic context archival and retrieval enables conversations beyond context window limits
  • Multi-Provider Support: Anthropic (Claude), OpenAI (GPT-4), and more
  • Rich TUI Interface: Full-featured terminal UI with Textual
  • 14 Built-in Tools: bash, read, write, edit, glob, grep, todo, webfetch, memory, and more
  • Session Management: Fork, export, and manage conversation sessions
  • Slash Commands: /context, /search, /compact, /models, /agents

Installation

via npm (recommended)

npm install -g pinkyclawd

via pip

pip install pinkyclawd

From source

git clone https://github.com/tekcin/PinkyClawd.git
cd PinkyClawd
pip install -e .

Requirements

  • Python 3.11+
  • Node.js 16+ (for npm installation)

Usage

# Start the TUI
pinkyclawd

# Start with a specific project
pinkyclawd /path/to/project

# Continue last session
pinkyclawd --continue

# Run a single command (non-interactive)
pinkyclawd run "explain this codebase"

# List available models
pinkyclawd models

Configuration

Create ~/.config/pinkyclawd/pinkyclawd.json:

{
  "model": "anthropic/claude-sonnet-4",
  "theme": "pinkyclawd",
  "rlm": {
    "enabled": true,
    "threshold_ratio": 0.33,
    "auto_retrieve": true
  }
}

Environment Variables

export ANTHROPIC_API_KEY=sk-ant-...
export OPENAI_API_KEY=sk-...

RLM (Recursive Language Model)

RLM enables unlimited context by automatically:

  1. Tracking token usage across the conversation
  2. Archiving older context when threshold is reached (default: 33%)
  3. Retrieving relevant archived context for new queries
  4. Injecting context into the conversation seamlessly

Manual RLM Commands

  • /context - Show current token usage
  • /search <query> - Search archived context
  • /compact - Manually trigger context archival

RLM Tools

  • memory - Search and retrieve archived context
  • rlm_query - Execute Python queries on archived context

License

MIT

Author

Michael Thornton (tekcin@yahoo.com)

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

pinkyclawd-0.1.3.tar.gz (186.6 kB view details)

Uploaded Source

Built Distribution

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

pinkyclawd-0.1.3-py3-none-any.whl (244.5 kB view details)

Uploaded Python 3

File details

Details for the file pinkyclawd-0.1.3.tar.gz.

File metadata

  • Download URL: pinkyclawd-0.1.3.tar.gz
  • Upload date:
  • Size: 186.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for pinkyclawd-0.1.3.tar.gz
Algorithm Hash digest
SHA256 3498cf67b582287ebdb398b4c097820258fee5fa45668cc7b863ae87ced91dea
MD5 046a7954aab416157b8095f523106ed1
BLAKE2b-256 02914525cf337fb378a45cf1e3a49f73aeabff8419621a0c0c757871a27b38ea

See more details on using hashes here.

File details

Details for the file pinkyclawd-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: pinkyclawd-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 244.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for pinkyclawd-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 915034ac010be9557e301a02e40ecf769491aa29a17071d777f81a5ccc67bde7
MD5 76790f796f7a2982ee815a469366a04b
BLAKE2b-256 d94c9be200d30d2d567b46d2714eb481c18524f155883651561fd4fc64f72c87

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