Longitudinal user modeling for AI agents
Project description
AgenticCognition Python SDK
Longitudinal user modeling for AI agents -- belief revision, world models, and cognitive state tracking.
Install
pip install agentic-cognition
Usage
from agentic_cognition import CognitionStore
cs = CognitionStore("project.acog")
cs.create_model("user-prefs", domain="preferences")
cs.update_model("user-prefs", belief="prefers-dark-mode", confidence=0.9)
cs.query_model("user-prefs")
Requires the acog CLI binary on PATH. Install via:
curl -fsSL https://agentralabs.tech/install/cognition | bash
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentic_cognition-0.1.0.tar.gz.
File metadata
- Download URL: agentic_cognition-0.1.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcc25d08052b1bea72aace2dba77529d90d077140c9266079d1387c6441ddad3
|
|
| MD5 |
9d784a8d3ba897a1190390992c22ba5a
|
|
| BLAKE2b-256 |
1df6cc35e14b034e6fb0f6b7e6d752805f8f3c99117e9321f97970ffb58f20d8
|
File details
Details for the file agentic_cognition-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentic_cognition-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40331d393722d255579b22df597fd2641c7ebb79e701145ae8bfd8ec6c25a99b
|
|
| MD5 |
460c494deca1a02b227ea7f06d692ffd
|
|
| BLAKE2b-256 |
efc5794f2c005d7998a1c77723c7672f8016ea1a57676f620024ca0fb532839b
|