improvementapi
Tags are now created as you store memories
Add new tags directly with memory_set or the REST API without creating them first.
Storing a tagged memory now takes one step instead of two. When you include a tag that does not yet exist, agimem creates it automatically and links it to the memory.
This works with both the MCP memory_set tool and the REST PUT /memory endpoint. Existing per-memory and per-capsule tag limits still apply, so requests that would exceed those limits return an error without storing the memory.