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
Release files for aurabrain 0.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aurabrain-0.5.1.tar.gz | 8.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aurabrain-0.5.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.4 kB
Release files / aurabrain-0.5.1.tar.gz
| Download URL | aurabrain-0.5.1.tar.gz |
|---|---|
| Size | 8.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1472e41e27fae180e3ece4b30f2f61d5243b98250f8c7c44ac2b8af08fa2f15a
|
|
BLAKE2b-256 checksum How to use checksums |
78680f788ccafbec2beb0f91f43fd18eaa899933ec6992918d0448f005d5af03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|
Release files / aurabrain-0.5.1-py3-none-any.whl
| Download URL | aurabrain-0.5.1-py3-none-any.whl |
|---|---|
| Size | 9.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b6f9d49096a008df4a14176d7fab65a3cb2795b9954f7ff75100fb0c837c9944
|
|
BLAKE2b-256 checksum How to use checksums |
4ba09423fe72191c3df202fd7a776341ddcbcd85f8188451aa06454be969e0ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|