π Hey MemPalace community!
We've been building MemPalace-AGI β a community integration project that pairs MemPalace's spatial memory architecture with ASTRA-dev's autonomous scientific discovery engine. The idea: what if an AI research system could remember everything using MemPalace's palace/wings/rooms/drawers model, and use that structured memory to drive better hypothesis generation and testing?
We've put together a live dashboard showing the current state of the project, and we'd really appreciate honest feedback from the community before we go further.
π Dashboard
MemPalace-AGI Dashboard
What the dashboard covers
What we built (integration components)
| Component |
What it does |
PalaceDiscoveryMemory |
Drop-in adapter that dual-writes ASTRA-dev discoveries to both SQLite and ChromaDB palace structure |
MemoryAugmentedOrient |
Enhances ASTRA-dev's OODA Orient phase with semantic search + cross-domain discovery |
KnowledgeGraphBridge |
Maps causal inference results to MemPalace's temporal entity-relationship triples |
DomainSpecialistManager |
Maps research domains to MemPalace specialist agents |
Unified MCP Server |
Combined tool set exposing both systems via MCP |
What we'd love feedback on
- Does this integration make sense? Is pairing spatial memory with autonomous research a natural fit for MemPalace, or are we stretching the architecture in ways that don't feel right?
- Dashboard clarity β Is the dashboard understandable? Too much? Too little? What's confusing or missing?
- Architecture concerns β We used a composition pattern (wrapping
DiscoveryMemory with PalaceDiscoveryMemory) rather than forking either project. Does this approach seem sound?
- Memory mapping β We map research domains β wings, hypotheses β rooms, evidence β drawers. Does this mapping feel natural for the palace metaphor?
- What would you want to see next? Some directions we're considering:
- Provenance tracking in the knowledge graph (agent_id, evidence chains)
- Domain-adapted embeddings (SciBERT) for better scientific query matching
- A2A protocol support for agent-to-agent discovery
- Scaling tests to 200+ discoveries
Known issues we're already tracking
Context
This is a community-driven project β not affiliated with or endorsed by the MemPalace maintainers. We're sharing it here because MemPalace is the foundational memory layer and we want to make sure we're building something the community actually finds useful.
All integration code lives at the composition boundary β we haven't forked or modified MemPalace core. The STAN extension was extracted as a separate repo specifically to keep things clean.
Any and all feedback β positive, critical, or "you're doing this completely wrong" β is welcome. Thanks! π
π Hey MemPalace community!
We've been building MemPalace-AGI β a community integration project that pairs MemPalace's spatial memory architecture with ASTRA-dev's autonomous scientific discovery engine. The idea: what if an AI research system could remember everything using MemPalace's palace/wings/rooms/drawers model, and use that structured memory to drive better hypothesis generation and testing?
We've put together a live dashboard showing the current state of the project, and we'd really appreciate honest feedback from the community before we go further.
π Dashboard
MemPalace-AGI Dashboard
What the dashboard covers
What we built (integration components)
PalaceDiscoveryMemoryMemoryAugmentedOrientKnowledgeGraphBridgeDomainSpecialistManagerUnified MCP ServerWhat we'd love feedback on
DiscoveryMemorywithPalaceDiscoveryMemory) rather than forking either project. Does this approach seem sound?Known issues we're already tracking
Context
This is a community-driven project β not affiliated with or endorsed by the MemPalace maintainers. We're sharing it here because MemPalace is the foundational memory layer and we want to make sure we're building something the community actually finds useful.
All integration code lives at the composition boundary β we haven't forked or modified MemPalace core. The STAN extension was extracted as a separate repo specifically to keep things clean.
Any and all feedback β positive, critical, or "you're doing this completely wrong" β is welcome. Thanks! π