AuraBrain — Universal cognitive architecture SDK with anticipatory priming, causal inference, and adaptive forgetting
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.1.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.1.tar.gz.
File metadata
- Download URL: aurabrain-0.5.1.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 |
1472e41e27fae180e3ece4b30f2f61d5243b98250f8c7c44ac2b8af08fa2f15a
|
|
| MD5 |
ddc57b7f5761ce37174200706bcef503
|
|
| BLAKE2b-256 |
78680f788ccafbec2beb0f91f43fd18eaa899933ec6992918d0448f005d5af03
|
File details
Details for the file aurabrain-0.5.1-py3-none-any.whl.
File metadata
- Download URL: aurabrain-0.5.1-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 |
b6f9d49096a008df4a14176d7fab65a3cb2795b9954f7ff75100fb0c837c9944
|
|
| MD5 |
f246c40267146088a271dcfca7f5f9a1
|
|
| BLAKE2b-256 |
4ba09423fe72191c3df202fd7a776341ddcbcd85f8188451aa06454be969e0ea
|