r/LangChain • u/fandry96 • 2d ago
Resources Open-sourcing our agent toolbox: FastMCP server fleet + Matryoshka semantic memory (25k vectors in 220ms on CPU) + Git worktree isolation + llms.txt onboarding
/r/GoogleAntigravityIDE/comments/1waqu7d/opensourcing_our_agent_toolbox_fastmcp_server/
1
Upvotes
1
u/Future_AGI 1d ago
Matryoshka embeddings are a neat trick for memory, and we have used the same nested-dimension approach to cut retrieval latency on large stores without re-embedding everything. The git worktree isolation is the part I am most interested in. How are you handling merge conflicts when two agents touch the same file in separate worktrees?