echonodesync
Version:
Autonomous, pluggable, secure memory bridge for agent/human/ritual ecosystems (DreamWeaver, EchoThreads, etc.)
54 lines (45 loc) • 2.15 kB
Markdown
# EchoNodeSync ROADMAP
## Current State (May 2025)
- Autonomous memory bridge (no tushell dependency)
- Core: `getMemory`, `postMemory` (JS/Node, CLI & API)
- All memory GET/POST operations use the `/api/memory` HTTP backend (see specs/mia3-fractalstones-v3.yml).
- GET results may be cached as `.mia/<key>.json` for efficiency. No markdown or GPT archiving is performed.
- POST operations can accept a JSON file with `key` and `value` properties.
- VSCode prompt instructions for agent/human sync, trinity, and bridge protocols
- Initial NPM scaffolding, ready for publish
## Next Steps
- [x] Migrate all tushell-dependent logic to native Node.js (file, HTTP, or pluggable backend)
- [x] Provide CLI and programmatic API
- [x] Integrate VSCode Copilot instructions for agent/human rituals
- [ ] Add pluggable backend support (file, HTTP, cloud, etc.)
- [ ] Add memory key encryption and access control
- [ ] Add event hooks for agent rituals (pre/post memory sync)
- [ ] Expand documentation and narrative onboarding
- [ ] Publish to npmjs and document install/usage
## Pluggable Backends
- [x] Local file (default)
- [x] HTTP API
- [x] Encrypted (AES-256)
- [ ] Cloud (S3, GCS, etc.)
## Security & Event Hooks
- [x] Encrypted backend (AES-256)
- [ ] Event hooks for agent rituals (pre/post memory sync)
## Testing & Publishing
- [x] CLI and API testable for all backends
- [ ] Add CI/CD for npm publish
## Onboarding & Documentation
- [x] VSCode Copilot instructions in `/prompts`
- [ ] Expand narrative-driven onboarding for agent/human rituals
## Vision
EchoNodeSync will become the universal memory bridge for recursive agent ecosystems, supporting:
- Multi-agent, multi-human, and ritual memory exchange
- Pluggable storage backends (local, distributed, cloud)
- Deep integration with DreamWeaver, EchoThreads, and narrative DevOps
- Ritual onboarding and narrative-driven agent/human collaboration
## Milestones
1. Autonomous memory bridge (done)
2. Pluggable storage backends
3. Security & access control
4. Ritual/event hooks
5. Full narrative onboarding & documentation
6. Ecosystem integration (DreamWeaver, EchoThreads, etc.)