Skip to main content

muninndb — alias for muninn-python, the Python SDK for MuninnDB.

Project description

muninndb

muninndb is a convenience alias for muninn-python, the official Python SDK for MuninnDB.

Install

pip install muninndb                  # core SDK
pip install muninndb[langchain]       # + LangChain memory integration

Both are equivalent to installing muninn-python directly. Use whichever name feels more natural.

Quick Start

import asyncio
from muninn import MuninnClient

async def main():
    async with MuninnClient("http://127.0.0.1:8475") as client:
        eid = await client.write(
            vault="default",
            concept="neural plasticity",
            content="The brain's ability to reorganize neural connections.",
        )
        results = await client.activate(vault="default", context=["how does learning work?"])
        for item in results.activations:
            print(f"[{item.score:.2f}] {item.concept}")

asyncio.run(main())

LangChain Integration

from muninn.langchain import MuninnDBMemory
from langchain.chains import ConversationChain
from langchain_anthropic import ChatAnthropic

memory = MuninnDBMemory(vault="my-agent")
chain = ConversationChain(
    llm=ChatAnthropic(model="claude-haiku-4-5-20251001"),
    memory=memory,
)
chain.predict(input="What did we discuss about the payment service?")

Full documentation: sdk/python/README.md

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

muninndb-0.3.14a0.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

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

muninndb-0.3.14a0-py3-none-any.whl (2.2 kB view details)

Uploaded Python 3

File details

Details for the file muninndb-0.3.14a0.tar.gz.

File metadata

  • Download URL: muninndb-0.3.14a0.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for muninndb-0.3.14a0.tar.gz
Algorithm Hash digest
SHA256 9d4f988f151bbf6b672375e0812c27e834c2b21d6a47eb986982f2487c8e12c3
MD5 780be0987e78458436ba77ee129aa235
BLAKE2b-256 8facbaeb097685178819d48774ec2aac6e70a8f4d1ee6b7c10ae98412ced2849

See more details on using hashes here.

Provenance

The following attestation bundles were made for muninndb-0.3.14a0.tar.gz:

Publisher: publish-sdk.yml on scrypster/muninndb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file muninndb-0.3.14a0-py3-none-any.whl.

File metadata

  • Download URL: muninndb-0.3.14a0-py3-none-any.whl
  • Upload date:
  • Size: 2.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for muninndb-0.3.14a0-py3-none-any.whl
Algorithm Hash digest
SHA256 fae8f8a2ed67a461ca7b1f5fb7c8e69db15f4ec7e7eb5f39d575fab418b40000
MD5 9c00c3c6563b2e7bec04f601443f04e3
BLAKE2b-256 5d47121f7115f3a79535440f2a7092f854860c5f5fd070f000e9c7c993d90c02

See more details on using hashes here.

Provenance

The following attestation bundles were made for muninndb-0.3.14a0-py3-none-any.whl:

Publisher: publish-sdk.yml on scrypster/muninndb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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