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.2.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.2.0-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

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

Hashes for aurabrain-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c6319b6074f73f8799883c8f99f8c03b750d0e5707587a1f0205a4b57cceb3ee
MD5 c7c63fabed6e40198929c1b8b9917e65
BLAKE2b-256 f293dfc3741d6884ed9048cc7400bef85d421dd292bda6555c87812579484f7a

See more details on using hashes here.

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

Hashes for aurabrain-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ce016bcec2830dde33f6867a460db35dc5e83a07b83f945683848722e16d1098
MD5 27d60bc5163f45d3c42876b5455a1012
BLAKE2b-256 75c10a7ba63a20566675689dd5684a1af2dd4552f54566ba9133f3802ab28824

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