Skip to main content

A self-modeling and phenomenology kernel for cognitive agents.

Project description

Autonoesis

A self-modeling and phenomenology kernel for cognitive agents.

Autonoesis provides small, typed primitives for representing and updating an agent's model of itself as a subject situated in a world. It is designed to be embedded inside larger cognitive architectures without bringing a database, web framework, agent runtime, or storage backend.

What It Owns

  • Phenomenal state records
  • Self-model state records
  • Agency and ownership attribution
  • First-person perspective state
  • Boundary and mineness checks
  • Transparency / opacity markers
  • Pure self-model update operations

What It Does Not Own

  • Memory storage
  • Agent orchestration
  • LLM prompting infrastructure
  • Active inference policy selection
  • Safety policy systems
  • Product runtime surfaces

Install

pip install autonoesis

Minimal Example

from autonoesis import PhenomenalState, SelfModel, assess_agency, update_self_model

state = PhenomenalState(
    salience=0.8,
    valence=0.2,
    arousal=0.4,
    perspective="first_person",
)

model = SelfModel(subject_id="agent")
agency = assess_agency(intention_strength=0.9, outcome_match=0.7, external_override=0.0)
updated = update_self_model(model, state, agency=agency)

assert updated.agency.confidence > 0.0

Design Rule

Autonoesis is a kernel. It should stay pure, typed, dependency-light, and easy to test. Host systems should attach storage, orchestration, LLM calls, and runtime policy through adapters.

Project Docs

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

autonoesis-0.2.0.tar.gz (21.0 kB view details)

Uploaded Source

Built Distribution

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

autonoesis-0.2.0-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file autonoesis-0.2.0.tar.gz.

File metadata

  • Download URL: autonoesis-0.2.0.tar.gz
  • Upload date:
  • Size: 21.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for autonoesis-0.2.0.tar.gz
Algorithm Hash digest
SHA256 0cb56eec339e33587f71d0ca0954cffdc55e64981ebeac51db716dd2d82ea187
MD5 66e82a493034ce3c84bd59f1e841f407
BLAKE2b-256 eefb0d6f7506d65c78ae7727e19dffd7179156ee72b75bca836f934a1049d999

See more details on using hashes here.

File details

Details for the file autonoesis-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: autonoesis-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 9.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for autonoesis-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2c122912f7f66e33d8b247de42a0bb5dd16ab85087ab08929c52369ca0313295
MD5 3227736643b1bde63f779bf5c80d452e
BLAKE2b-256 f1eb56855259c3d1b3369deeb0b42312b81203fc3a0089ecedc496c559371c22

See more details on using hashes here.

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