Skip to main content

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


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.3.0.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aurabrain-0.3.0-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file aurabrain-0.3.0.tar.gz.

File metadata

  • Download URL: aurabrain-0.3.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

Hashes for aurabrain-0.3.0.tar.gz
Algorithm Hash digest
SHA256 93d9b0dbd400fb26cc3272bbaef1deed4bf4db277aeb8536feb2c26e356acd5f
MD5 1fe4ce9bbacce4235f6c32aee69a0cbf
BLAKE2b-256 f5a0781c62b3687edf313fd6ecd949c8e1772582f7997a612b64297dac07c260

See more details on using hashes here.

File details

Details for the file aurabrain-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: aurabrain-0.3.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

Hashes for aurabrain-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4e827cff8c5d5b9a69ea039f7070e1fed19ff7d1560b72a2ce5478aa80945af9
MD5 35e855c6341c299a92fd1b80a50a1f00
BLAKE2b-256 4ff189e40bcf89f9ca493dc70a70c742275f4f390735b30610fa403cb53f1796

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page