diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yaml similarity index 100% rename from .github/workflows/publish.yml rename to .github/workflows/publish.yaml diff --git a/README.md b/README.md index 1b88c39..67aad88 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # RawLLM +[![PyPI](https://img.shields.io/pypi/v/rawllm-evo)](https://pypi.org/project/rawllm-evo/) + Minimal POC of "dumb orchestrator – smart model". The LLM evolves itself by writing plugins (`add_plugin` / `run_plugin`). Inspired by MemPalace (96.6% on LongMemEval) and Claude Code’s TAOR loop. The core is immutable (<150 loc). HTTP transport is a plugin. ## Idea diff --git a/pyproject.toml b/pyproject.toml index c9e84c0..4f81914 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = ["setuptools>=68,<72", "wheel"] build-backend = "setuptools.build_meta" [project] -name = "rawllm" +name = "rawllm-evo" version = "0.2.0" description = "RawLLM – minimal orchestrator that exposes the raw power of LLMs" readme = "README.md"