Skip to content

fix(graphstore): default to file.memory for OSS entrypoints#76

Open
Chloride233 wants to merge 1 commit into
alibaba:mainfrom
Chloride233:fix/graphstore-default-file-memory
Open

fix(graphstore): default to file.memory for OSS entrypoints#76
Chloride233 wants to merge 1 commit into
alibaba:mainfrom
Chloride233:fix/graphstore-default-file-memory

Conversation

@Chloride233

Copy link
Copy Markdown

Summary

This changes the default GraphStore provider for OSS entrypoints from local.ladybug to file.memory.

When umodel-server, umodel-mcp, or bootstrap.NewApp are used without an explicit provider, they now use the JSON-backed local provider. This keeps the default path runnable without Ladybug build tags or a local Ladybug runtime.

local.ladybug is still available when explicitly selected with --graphstore local.ladybug.

Notes

  • make quickstart still defaults to memory.
  • make dev and deployment assets were already using file.memory.
  • Ladybug optional tests now request local.ladybug explicitly.

Validation

  • git diff --check
  • GOPROXY=https://goproxy.cn,direct go test ./tests/contract ./cmd/umodel-server ./cmd/umodel-mcp ./internal/bootstrap

@CLAassistant

CLAassistant commented Jun 21, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants