Devlog 2025-08-20
We've been mostly focused on Semem in the past few weeks. The good news is that it now has a new UI. Not so good is that it isn't quite working.
It calls against the MCP HTTP endpoints so, in theory at least, it should work exactly the same. But the STDIO MCP interface will be a bit out of sync now. Although that shares most of the same underlying code, the calls won't yet be properly glued together.
The Verbs
- Tell - add data to the memory
- Ask - query the memory
- Augment - analyse and enhance data in the store
- Zoom - set the level of detail of interest
- Pan - set the domain of interest
- Tilt - set the view of interest
- Inspect - details for debugging
POST /ask - Query the system POST /augment - Augment content POST /upload-document - Upload and process document files POST /zoom - Set abstraction level POST /pan - Set domain/filtering POST /tilt - Set view filter POST /zpt/navigate - Execute ZPT navigation
I created the Semem repo on 2024-11-18, the Transmissions repo 2024-01-25.