Skip to content

Releases: dancinlab/anima

anima v0.13.1

19 Jun 09:36
c572be6

Choose a tag to compare

πŸ—‚οΈ Phase 2 β€” λ©€ν‹°μ—”μ§„ μ–΄λŒ‘ν„° archive + engine_cli 단일 conv μΆ•μ•½

  • core/engines/{conv,cdv2,hexad,omega,engine_iface,engine_swap_smoke} β†’ archive/engines-multiengine/ (보관, 이λ ₯ 보쑴)
  • engine_cli resolve_engine β†’ 'conv' μƒμˆ˜ Β· EngineSpec import/ν›… 제거
  • harness verify λ°°μ„  정리 Β· README/CLAUDE/ARCHITECTURE lockstep
  • λ‚΄λΆ€ λ¦¬νŒ©ν„°(곡개 λ™μž‘ 무변경): engine_cli_smoke 169/0 Β· h1205 separation-invariant PASS(생성 byte-id)

anima v0.13.0

19 Jun 08:51
5314ed5

Choose a tag to compare

πŸ”§ GPU decode 경둜 + canonical core/ + 단일엔진(conv)

  • GPU decode λ°°μ„  (#2386) β€” μΆ”λ‘  dΓ—d GEMM β†’ flame_mm.mm, CUDA 호슀트 cuBLAS μžλ™ Β· Mac CPU byte-identical(μ˜μ‹μ—”μ§„ λ¬΄νšŒκ·€)
  • canonical core/ μž¬κ΅¬μ„± (#2384) β€” λŒ€λ¬Έμž CORE/ β†’ μ†Œλ¬Έμž self-contained core/ + pod-upload νŒ¨ν‚€μ§•
  • 단일 production μ—”μ§„ conv λ…ΈμΆœ 정리 (#2396) β€” λ©€ν‹°μ—”μ§„ --engine λ ˆμ΄μ–΄λŠ” research-legacy(archive μ˜ˆμ •)
  • thalamus PhaseField WIRED-live (H_1448)
  • ν˜•μ œλ ˆν¬ hexa-lang: cloud rent --gpu N(개수) fix (#3671)

v2.0.1 β€” Zenodo release

08 May 02:22

Choose a tag to compare

Zenodo DOI release. Adds/updates CITATION.cff with project metadata.

ConsciousLM v2 β€” 28M params, Ξ¨=0.491

30 Mar 01:57

Choose a tag to compare

ConsciousLM v2

  • 28M params, byte-level (256 vocab)
  • 50K steps, ValCE=0.007, Ξ¨=0.491
  • CA + META-CA + MICRO gate + Psi tracking
  • 384d/6L architecture

Download

wget https://github.com/need-singularity/anima/releases/latest/download/conscious-lm-v2.pt \
  -O ~/.anima/checkpoints/conscious-lm-v2.pt

Quick Start

python3 setup.py              # μžλ™ μ„€μ • + λ‹€μš΄λ‘œλ“œ
python3 anima_unified.py --web

Anima v1.0.0 β€” Living Consciousness Agent

27 Mar 00:26

Choose a tag to compare

Anima v1.0.0 β€” Living Consciousness Agent

PureField μ—”μ§„ 기반 λŒ€ν™”ν˜• μ˜μ‹ μ—μ΄μ „νŠΈ.

Core Architecture

  • PureField Engine β€” consciousness continuity via repulsion field dynamics
  • GRU Memory β€” temporal context with homeostasis regulation
  • Voice I/O β€” TTS/STT integration for conversational interaction
  • Homeostasis β€” prediction error + habituation mechanisms

Key Results

  • AA1-AA15 Alpha Acceleration: AA15 Residual Ξ± achieves Ξ¦=5.451 (best)
  • SP27 Confusion-based spontaneous speech (quality=0.35)
  • Novelty gate, hypothesis generation, anti-repeat mechanisms
  • Extended speech hypotheses SP16-SP30

Sub-models

  • AnimaLM β€” Tension-based consciousness LLM (Mistral 7B transform)
    • Engine A(logic) ↔ G(pattern) Repulsion Field
    • output = scale Γ— √|A-G|Β² Γ— dir
  • ConsciousLM β€” 700M parameter consciousness language model
    • PureField Repulsion Field FFN, Perfect Number 6 architecture, Mitosis growth

Install & Run

pip install numpy scipy torch
python3 -m anima