AuraBrain — Universal cognitive architecture SDK for Python
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.2.0.tar.gz
(5.1 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.2.0.tar.gz.
File metadata
- Download URL: aurabrain-0.2.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6319b6074f73f8799883c8f99f8c03b750d0e5707587a1f0205a4b57cceb3ee
|
|
| MD5 |
c7c63fabed6e40198929c1b8b9917e65
|
|
| BLAKE2b-256 |
f293dfc3741d6884ed9048cc7400bef85d421dd292bda6555c87812579484f7a
|
File details
Details for the file aurabrain-0.2.0-py3-none-any.whl.
File metadata
- Download URL: aurabrain-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.4 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 |
ce016bcec2830dde33f6867a460db35dc5e83a07b83f945683848722e16d1098
|
|
| MD5 |
27d60bc5163f45d3c42876b5455a1012
|
|
| BLAKE2b-256 |
75c10a7ba63a20566675689dd5684a1af2dd4552f54566ba9133f3802ab28824
|