Bilinc DevTools

Small local helpers for agent memory work.

Inspect key metadata, shape commit payloads, and generate recall requests without uploading secrets to a third-party tool.

Runtimebrowser-local
Networkno tool calls
Use casepayload shaping
Next stepCloud API

key inspector

format only
Paste a key to inspect format locally.

This browser helper does not send the key anywhere.

commit payload

{
  "key": "agent.memory.bootstrap",
  "value": {
    "goal": "keep durable state between runs",
    "owner": "agent-runtime"
  },
  "memoryType": "semantic",
  "importance": 0.8,
  "metadata": {
    "source": "bilinc-devtools"
  }
}

recall payload

{
  "query": "durable state between runs",
  "profile": "balanced",
  "limit": 5
}