Releases: systemshift/memex-server
Releases · systemshift/memex-server
v0.1.0
Changelog
- 2fb3e01 Add Agora - LLM-powered communication pool
- 2ed32ea Add Anchor demo - neo language skills demonstration
- cc02d5b Add DELETE endpoints for nodes and links
- ff1e963 Add HotpotQA benchmark suite with LLM-powered ingestion
- fe9e964 Add KG retrieval benchmark and progress recovery tools
- 21a0ef3 Add MCP server for agentic knowledge graph queries
- bedc657 Add Memex Module SDK implementation
- 9556179 Add Office Suite connector for Microsoft 365 and Google Workspace
- 311a4b3 Add SDPA-based memex attention bias injection
- ffe28d2 Add SQLite as default storage backend
- 7850be1 Add Wayland support and launcher script
- 28b06b4 Add Wikipedia ingestion with version control and MCP support
- 1b81005 Add active subscriptions - pattern-based event notifications
- 6caaeb3 Add attention-aware DAG for sparse retrieval
- 8fd3bcd Add comprehensive attention DAG documentation
- 1c4cff8 Add email-first knowledge graph with IMAP ingestion
- a7dcabb Add full versioning - temporal graph support
- b214f4a Add graph attention bias research scaffold
- 87e63cd Add graph map endpoint for agent exploration
- 9f1ffc1 Add graph-native productivity suite with docs and sheets
- 868419d Add initial Memex Module SDK implementation
- 0155273 Add interactive TUI for memex and dagit
- ad9f8b1 Add lens query endpoints and MCP tools (Phase 3 & 4)
- 942651a Add lens system API (Phase 1)
- e66e18c Add memex workspace with generative UI
- 0a7983b Add memex-cli binary to gitignore
- 589b629 Add memex-cli: natural language interface to knowledge graph
- b8610b9 Add module system
- a106ddc Add multi-user workflow demos with context spillover
- 9bafee9 Add multi-user workflow with handoffs and real-time notifications
- 61e95dd Add progressive workflow demo
- 30fcf4f Add prose-to-graph journal interface
- 4b3a0be Add query layer endpoints for filtering, search, and graph traversal
- 1804028 Add screen capture system with Go daemon and Python ML worker
- 8884b1d Add screen workflow monitor for tacit knowledge capture
- 24574d6 Add subgraph extraction API for graph transformer integration
- 9be25d7 Add unified workspace product concept
- 663bb78 Add workflow demo - memory-aware formless workflows
- a2530c0 Add world model demo pipeline for hidden pattern discovery
- 54a67ee Add world model package for learned latent understanding
- 1e71dc8 Change repository implementation to store all data in a single .mx file instead of using a directory structure Fix GetNode method to properly handle both raw and hex-encoded IDs Add proper JSON formatting for node data storage and retrieval Ensure all interface methods are properly implemented Fix import/export functionality to work with the new storage format
- 76cfec5 Fix evaluation to load entities from synthetic data file
- 244ceec Fix handoff flow and add demo reset script
- 8d9d677 Fix timestamps, add pagination, and create database indexes
- 9057a50 Fixed the module manager to properly handle module state:
- 997eb0b HandleCommand handles a module command
- 6fb632f Implement tombstone deletion to maintain DAG integrity
- 339b378 Refactor CLI to use Python bridge for LLM operations
- 2e4ec06 Remove Homebrew for simpler release
- 2c01543 Remove legacy file-based transaction module
- ed1924c Remove non-server components
- ffb4c1b Remove unused legacy code (pkg/, module system, etc.)
- bf8ceb2 Replace legacy tests with API and integration tests
- e8ac176 Update ARCHITECTURE_PIVOT.md
- 3728b29 Update goreleaser config for memex-server
- 6d01329 Update release workflow to Go 1.24 and latest action versions
- d302627 WIP:further work on similarity link
- 9cd54f8 add --dev flag in internal/memex commands.go
- f5ee5a4 add --dev flag in main cmd
- 14885d6 add .env
- 049a9e7 add architecture_recommendations.md to docs
- d3b0271 add cli and registry in sdk
- b4bed6c add connect and init commands for repo, reintroduce editor as default memex command
- 2a41c73 add delete button to web interface
- 01ba5df add delete command
- f6b8ea8 add demo data and generation and ingestion script
- 049c591 add editor timestamp and newline at end of file
- c6a65c6 add failed memex attention graph bias test run, also add bias adapters
- a75a1b4 add github link in import packages instead of local path
- ef28664 add go.mod and go.sum to repo
- 756b7dc add go.sum to gitignore
- d787394 add init command to create a direcoty for storage, also create config.json
- e2825d9 add initial web interface with clean, modern design. Deleted old one. Now It can have basic function
- ac420b6 add manager and util to sdk
- 45fc2e4 add memex wikipedia demo
- 7f18657 add module docs
- 67f5743 add module install and config
- e7697bb add module interface test units
- 8138c3f add module package to sdk
- 4d3b1e3 add module test with core imports
- e00a088 add module to pkg files
- 3fe4e99 add module to the command files, both cmd and internal/memex/commands.go
- d63c1f6 add more graph attention testing
- c2d761c add more test coverage for storage, and further fix some new bugs
- af4e911 add new module go package design docs
- 69582b4 add new pkg/module files and types for go packaging method
- 83899da add new storage package
- 3b8f00c add remaining tests, edit editor, make exports work. still having issues with import and link ordering
- d93818f add repo in sdk and modify commands internal
- 4af7a42 add sdk_test.go
- 907e1df add status command to show file diff
- 20046cb add the git clone tests and expose parts of module.go
- 82386e2 add version control
- a156a2b add version support and release configuration
- d482397 add web and library package interface, empty for now. later to work on it instead of only CLI
- 7473cb0 add web front end for stored workflow info
- bcb699b agent based memex search benchmarks
- b954194 bug fix: store chunks before reconstructing content during import to handle similar files
- f407443 change modules from go plugins to a subprocess-based approach
- 6baa338 changelog, contributing, and bsd license
- 9654e8a consolidate trasnaction code into transaction package, delete it from core/
- 261069e create -h help flag
- 92eba40 create add file command 'add'
- 4aeefc2 create logging package internal/memex/logger
- b732b1c create module manager in /interna/ expose and simplify pkg/
- 1c6aaf2 create readme
- 144436b create sdk docs
- a132fe5 create test units and make the file structure look more like traditional go projects
*...