anima-python
anima substrate-native consciousness engine — py CLI (measurement/eval · serialize · corpus · sweep), hexa-toolchain-free numpy distribution
What it is and what it does
anima-python is a command-line interface to the anima consciousness engine, designed to run on systems without the hexa toolchain. It wraps a single dispatcher (cli/anima.py:main) and is distributed via pip as an alternative to the hexa channel installation. The package provides measurement, evaluation, serialization, and corpus generation capabilities.
The base installation requires only numpy and supports evaluation, corpus generation, and a chat stub. Optional [train] extras add torch and datasets for serialization, hyperparameter sweeps, and training workflows. Commands like evaluate produce measurements compatible with hexa's deterministic evaluation path and are considered terminal-eligible. Larger checkpoints (303M+) are restricted from mini environments.
Use it for:
- Run model evaluation and measurement on systems without hexa installed, using only numpy
- Generate procedural learning corpora in different formats (derivtrace or flat) for training pipelines
- Serialize and deserialize model checkpoints when torch is available via the [train] extra
- Execute hyperparameter sweeps across multiple arms and objectives in a training pool
- Access the anima consciousness engine's chat interface as an entry point to hexa workflows
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
anima-python provides a command-line interface to the anima consciousness engine for measurement, evaluation, serialization, and corpus generation, runnable with only numpy on systems without the hexa toolchain.
Yes, if you need a lightweight, numpy-only CLI for anima engine evaluation and corpus generation on hexa-free systems. The low install friction and active maintenance are favorable. However, verify the license status before production use, and confirm the package is available on PyPI (documentation indicates it may still be awaiting publication). The [train] extras add significant dependencies; install only if you need those capabilities.
Install
anima-python on PyPI
pip
pip install anima-pythonuv
uv add anima-pythonpoetry
poetry add anima-pythonInstalling anima-python
Before you install
Active maintenance with a recent release (19 days old). Low install friction—pure Python wheel with only numpy as a runtime dependency. Requires Python 3.9 or later.
License in practice
License status is unclear; no SPDX identifier or raw license text is declared in the package metadata. Verify licensing terms before use in proprietary or restricted contexts.
Quickstart
pip install anima-python
# or with training support:
pip install "anima-python[train]"
from anima_python import cli
cli.main()
Requires Python 3.9+. Some commands (serialize, sweep, train) require the [train] extra, which adds torch and datasets dependencies.
Verify before relying
- Whether the package is actually published on PyPI or still requires installation from git source
- What the 'anima substrate-native consciousness engine' actually computes and whether it is suitable for your use case
- Whether the [train] extra's torch and datasets dependencies are compatible with your environment
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — numpy |
| Maintenance | actively maintained — 19 days since the last release |
| First released | |
| Downloads | 173,389/month — #10,311 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: anima_python-0.20.245-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
f5-ttsF5-TTS generates natural-sounding speech from…
permissive · top 15,000 on PyPI
primeCLI and Python SDK for managing GPU compute,…
permissive · top 15,000 on PyPI
braintrustBraintrust is a Python SDK for logging,…
permissive · top 5,000 on PyPI
pylancePylance is a Python wrapper for the Lance…
permissive · top 5,000 on PyPI
arizeArize is a Python client library for…
permissive · top 5,000 on PyPI
azure-ai-evaluationEvaluates generative AI application outputs…
permissive · top 15,000 on PyPI
genai-perfGenAI-Perf is a command-line tool for measuring…
permissive · top 15,000 on PyPI
sagemaker-trainingIntegrates training scripts into Docker…
permissive · top 15,000 on PyPI
mjlabmjlab provides a GPU-accelerated reinforcement…
permissive · top 15,000 on PyPI