skillfed

autokeren

Cloudflare-first agentic coding CLI untuk developer Indonesia dan global

autokeren v0.14.3 80.0K downloads/30d#14,328 on PyPI0
Permissive license MIT Active released

What it is and what it does

Autokeren is an agentic coding CLI that combines a native Go runtime with Python compatibility to provide an interactive terminal interface for AI-assisted development. It targets the Cloudflare stack, integrating with Workers, D1, R2, and KV, while supporting multiple AI models (kimi, glm, llama, gemma, nemotron) with automatic fallback. The package includes tools for file manipulation, shell execution, git operations, and Cloudflare deployments, plus a proof system for evidence-led release workflows.

The interactive TUI provides real-time token streaming, session persistence via SQLite, context window tracking, and project-specific memory. It supports slash commands for operations like `/rewind` (undo tool calls), `/genome` (detect duplicate code), `/loop` (detect stuck agents), and `/export` (save chat history). The safe-deploy workflow requires human-approved proof artifacts bound to git commits before publishing, and the permission system prompts before executing dangerous shell commands or file modifications.

Use it for:

  • Build and deploy Cloudflare Workers and Pages applications with AI assistance and automated verification.
  • Develop multi-agent systems that spawn sub-agents dynamically or run in parallel via `/project` commands.
  • Integrate third-party tools via Model Context Protocol (MCP) and manage them within the agentic workflow.
  • Undo and recover from agent mistakes using `/rewind` to restore previous codebase checkpoints.
  • Detect and break agent loops when stuck in error cycles, with automatic model swapping.
  • Export complete chat histories and session state for review, audit, or resumption across terminal sessions.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

An agentic coding CLI with an interactive terminal UI that integrates with Cloudflare's stack, supporting multiple AI models with automatic fallback, file and shell command tools, and git/deployment integration.

Yes, with conditions. The package is actively maintained, has low install friction, and offers a genuinely novel feature set (proof-driven releases, time-travel undo, loop detection) not found in comparable tools. However, it is early-stage (Alpha, 26 days old, 0 stars), targets a specific stack (Cloudflare-first), and has a dense dependency tree. Install if you develop on Cloudflare and want agentic assistance with built-in safety gates; avoid if you need a general-purpose coding agent or require production-grade stability.

Install

autokeren on PyPI

pip

pip install autokeren

uv

uv add autokeren

poetry

poetry add autokeren

Installing autokeren

Before you install

Low friction installation via wheel distribution. Active maintenance with recent releases (26 days old). Requires Python 3.11+ and pulls in 10 runtime dependencies including httpx, pydantic, textual, and python-telegram-bot—a moderately dense dependency tree but all are well-established packages.

License in practice

MIT license permits commercial and private use with minimal restrictions. You may use, modify, and distribute the package freely provided you retain the license notice.

Quickstart

pip install autokeren
autokeren --proof replay examples/proof-demo/proof-run.json

Requires Python 3.11 or later. The native Go runtime is the active component; Python is retained as a compatibility layer.

Verify before relying

  • Whether the 10 runtime dependencies (httpx, pydantic, textual, etc.) introduce any transitive vulnerabilities or version conflicts in practice.
  • Performance characteristics and resource usage of the interactive TUI under typical workloads.
  • Stability and maturity of the proof system and safe-deploy workflow in production scenarios.
  • Whether the Cloudflare-first design limits utility for developers not using Cloudflare's platform.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.11)
Install friction low — pure-Python wheel
Runtime dependencies 10 — httpx, pydantic, pyfiglet, pyperclip, python-telegram-bot, pyyaml, requests, rich, strictyaml, textual
Maintenance actively maintained — 26 days since the last release
Last repo commit
First released
Downloads 79,958/month — #14,328 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: autokeren-0.14.3-py3-none-any.whl

Keywords: agent, agentic, cli, cloudflare, coding-assistant, developer-tools, glm, kimi, workers-ai

Development Status :: 3 - AlphaEnvironment :: ConsoleIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.11Programming Language :: Python :: 3.12Topic :: Software Development :: Code GeneratorsTopic :: Software Development :: LibrariesTopic :: UtilitiesTyping :: Typed

Tags

agentic coding assistant clicloudflare workers development toolai-powered code generation terminalinteractive tui for developersmulti-model ai agent frameworkcloudflare-first development clicode generation with fallback models
agentic-codingcloudflare-workerstui-terminal

More Libraries packages

Further reading