Skip to main content

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

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.11.0.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.11.0-py3-none-any.whl (2.2 kB view details)

Uploaded Python 3

File details

Details for the file muninndb-0.11.0.tar.gz.

File metadata

  • Download URL: muninndb-0.11.0.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for muninndb-0.11.0.tar.gz
Algorithm Hash digest
SHA256 61bfecb7ceaae3fd5d8d5895d997f3e54dc2bc59661e5b9298206c1d9422976b
MD5 7f09953eebffa4adeec1359cb0d2dae5
BLAKE2b-256 3c75c2e8dfaf8ac9e9e935d5f98acdb579c2d8b5566119e85c318a169d9b73f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for muninndb-0.11.0.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.11.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for muninndb-0.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0e6fa685e82bc08af800cbbbe00b2499b2dc38180af5dfc3ea723c398ecba8ee
MD5 face289ca9786743eabcc68ea0120a96
BLAKE2b-256 6f5b0c5a9cdb6c264ff1d9f7a618b5fa06f1b5dcc01b1704f994b1786eebe46a

See more details on using hashes here.

Provenance

The following attestation bundles were made for muninndb-0.11.0-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.

Release history Release notifications | RSS feed

This release

0.11.0 This release

2 files

0.10.0

2 files

0.9.0

2 files

0.8.0

2 files

0.7.0

2 files

0.6.3

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.1

2 files

0.5.0

2 files

0.4.10

2 files

0.2.5

2 files

0.2.4

2 files

0.2.3

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page