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.1.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.1.0.tar.gz.
File metadata
- Download URL: aurabrain-0.1.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 |
25dd72227472e4c469e919a8ae7c0e86e8abb209010a0ba5fd2278e8ec525fe3
|
|
| MD5 |
0e41df30e9faa462fbc7c297cd082c24
|
|
| BLAKE2b-256 |
145867c6d1370943d6d15df3e6c3d9f4de6ff0121213d8659e470bd79e7425fe
|
File details
Details for the file aurabrain-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aurabrain-0.1.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 |
166c4a87723330886dba89902062da484049ef21a28af9916a205119a893a07c
|
|
| MD5 |
9f6d9eed69d670685ba5b89277cae695
|
|
| BLAKE2b-256 |
25f5b2dfdc1b241145544c5ed3bf5f7a9c08f4f39cd1b755a00ffe0d3a319c2d
|