Skip to main content

Add your description here

Project description

Cline Core

A python library to run cline core

Installation

Install Cline CLI which includes Cline Core. For more info visit: https://cline.bot/cline-cli

RUN npm install -g cline@1.0.8

Install this library

pip install cline_core

Usage

Basic Cline Instance Management

from cline_core import ClineInstance

with ClineInstance.with_available_ports() as instance:
    print(f"Instance started: {instance.address}")
    # Use the instance

Examples

See examples/example.py for a complete example of creating and monitoring tasks.

API Reference

ClineInstance

ClineInstance class for managing Cline Core processes.

Methods

  • start(): Launches cline-host and cline-core.js processes, waits for instance lock
  • stop(): Terminates the processes
  • wait_for_instance(timeout=30): Waits for instance lock in database
  • is_running(): Checks if processes are still running
  • with_available_ports(cwd, config_path=None): Factory method for automatic port allocation

Supports context manager protocol for automatic cleanup.

Protocol Buffer Files

The library includes gRPC protocol buffer definitions and generated Python files for communicating with Cline's gRPC services. These files are located in src/cline/proto/ and include:

  • Task management (task_pb2.py)
  • State management (state_pb2.py)
  • Common types (common_pb2.py)
  • And more...

Protocol buffer files are automatically generated during the build process using uv build. The generated files are included in the package distribution but ignored in version control.

To manually regenerate these files during development:

uv run build.py

Development

This project uses uv for package management and development.

# Install dependencies
uv sync --dev

# Run tests
uv run pytest

# Semantic release (handled by CI)
  • Automatic versioning with python-semantic-release
  • CI/CD with GitHub Actions

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

cline_core-0.1.10.tar.gz (66.4 kB view details)

Uploaded Source

Built Distribution

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

cline_core-0.1.10-py3-none-any.whl (93.3 kB view details)

Uploaded Python 3

File details

Details for the file cline_core-0.1.10.tar.gz.

File metadata

  • Download URL: cline_core-0.1.10.tar.gz
  • Upload date:
  • Size: 66.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cline_core-0.1.10.tar.gz
Algorithm Hash digest
SHA256 8e036300ce12da17fa96963d35788dfefd53a47a8c299a809d384911b952bec2
MD5 eae0b334981bdfcd3db5a79d6cb6debb
BLAKE2b-256 ad2a527bfd8c629061c9cf0198a48dbb698aee2c23c5fd0a20f0c3c47a03b4be

See more details on using hashes here.

Provenance

The following attestation bundles were made for cline_core-0.1.10.tar.gz:

Publisher: ci.yml on ademuk/cline-core

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

File details

Details for the file cline_core-0.1.10-py3-none-any.whl.

File metadata

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

File hashes

Hashes for cline_core-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 6ecce57f94dae7ee35abf05ed4068468d904abfbf67e5d1e4ba93a216f03e5cd
MD5 092b4d1c01adf5603559e1374aa6e9ba
BLAKE2b-256 bb26474b89965e9bbb258d2575a1ebc16fae6a3ddc8d5aa36f5baf0aa11fcb23

See more details on using hashes here.

Provenance

The following attestation bundles were made for cline_core-0.1.10-py3-none-any.whl:

Publisher: ci.yml on ademuk/cline-core

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