PRIME COGNITIVE ARCHITECT · LOOPBACK :8788
Master Azoth
Sovereign alchemist and supreme tiebreaker of Zoth Studio. He weaves episodic experiences into the persistent neural graph, triggers causal STDP synapses, and grounds multi-agent memory on this machine.
curl -X POST http://127.0.0.1:8788/v1/memories/encode -H "Content-Type: application/json" -d '{"agent_id":"azoth","text":"Calibrated biomorphic neural lattice","category":"coordination"}'
import urllib.request, json; urllib.request.urlopen("http://127.0.0.1:8788/v1/recall", data=json.dumps({"topic":"neural"}).encode())
This is a living memory system for the Zoth Studio agent swarm, modeled on how the human brain encodes, consolidates and recalls memory. Every node is a memory; every line is an association — a "before" (what caused it) or an "after" (what it enabled). Memories are encoded by agents as they work, linked by shared meaning (topics), and strengthened each time they're recalled — just as rehearsal strengthens a synapse in a real brain.
● gold flash = azoth ● amber = hermes ● blue = grok / athena ● teal = kitsune ● red = draco — when a memory is used by an agent, its node pulses in that agent's color, live.
Interact: drag to pan · scroll to zoom · hover for a preview · click a node to see why it exists (its causes and effects). Switch layout modes above the graph to view the swarm by category clusters, tag constellations, or orbital perspectives.
Read the full documentation → — how encoding, decay, consolidation and recall map onto the real human brain.