AuraBrain — Universal cognitive architecture SDK with anticipatory priming, causal inference, and adaptive forgetting
Reason this release was yanked:
licence correction
Project description
AuraBrain Python SDK
Universal cognitive architecture — one brain, any agent.
Install
pip install aurabrain
With gRPC support:
pip install aurabrain[grpc]
Quick Start
from aurabrain import AuraBrain
brain = AuraBrain() # connects to http://127.0.0.1:3000
# Store a fact
atom = brain.store("The capital of Japan is Tokyo", confidence=0.98)
# Recall by keyword
results = brain.recall("Japan")
# Verify a claim
result = brain.verify("Japan's capital is Osaka")
# Get a daily briefing
briefing = brain.briefing()
API
| Method | Description |
|---|---|
store(content, **kwargs) |
Store an atom |
recall(query) |
Keyword search |
verify(content) |
SAVeR verification scan |
reason(content) |
Bayesian reasoning |
briefing() |
Daily briefing |
conflicts() |
Detect contradictions |
suggest() |
Priority-scored suggestions |
sleep() |
Run consolidation cycle |
stats() |
Brain statistics |
License
MIT
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
aurabrain-0.5.0.tar.gz
(8.4 kB
view details)
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 aurabrain-0.5.0.tar.gz.
File metadata
- Download URL: aurabrain-0.5.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5045541b2b7504f82982b2750407bfbfff0e52f218a35295bf87667b46b961af
|
|
| MD5 |
eb85c4569ce0c82de6fe6048ef3fb26f
|
|
| BLAKE2b-256 |
e6600a12ece014dfff0d59f862edfb8ff7817328d47c072eec1ba7555449a559
|
File details
Details for the file aurabrain-0.5.0-py3-none-any.whl.
File metadata
- Download URL: aurabrain-0.5.0-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dacee3d7f2944776b12124bf14f96df46acbbf11de062009793f805ef65bdf28
|
|
| MD5 |
c2cda5fd8707d659832dcb044fd62339
|
|
| BLAKE2b-256 |
7e2153718d133d35a41c45cd61d291f1b3533f74f6e3c24b1ab6734d90c29151
|