🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Biomorphic Memory

by @dario-github

Brain-inspired memory for AI agents. Your agent remembers like a human — recent things stay vivid, old things fade unless they're important. Uses spreading a...

Versionv0.1.0
💡 Examples

from biomorphic_memory.graph import MemoryGraph
from biomorphic_memory.recall import spreading_activation

graph = MemoryGraph() graph.add_memory("Prefer dark mode in all UIs", tags=["preference", "ui"]) graph.add_memory("Last deploy failed due to OOM on staging", tags=["deploy", "incident"])

Later, when "deploy" comes up:

relevant = spreading_activation(graph, query="preparing to deploy v2.1")

Returns: deploy incident memory + related context, ranked by relevance

View on ClawHub
TERMINAL
clawhub install biomorphic-memory

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →