Skip to content
Skillv1.0.0

store

`ISessionStore` is the session/turn persistence contract (no streaming/SSE); Postgres, SQLite, and `InMemorySessionStore` MUST implement it, and shared behavior MUST live in `storeContractSuite.ts` (b

by truefoundry(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from truefoundry/trueforge (packages/trueforge-core/src/agent-session/store/AGENTS.md). Install upstream with npx skills add truefoundry/trueforge --skill store. Copyright stays with the author.

  • ISessionStore is the session/turn persistence contract (no streaming/SSE); Postgres, SQLite, and InMemorySessionStore MUST implement it, and shared behavior MUST live in storeContractSuite.ts (backend wrappers only bind a store).
  • Changing an ISessionStore method, input, error, or semantic MUST update the interface, every implementation, and the contract suite in the same change.
  • Path filters for the store filter in .github/workflows/ci.yml MUST stay synchronized when store or contract-test paths are added, moved, or renamed.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/truefoundry-trueforge-store/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

truefoundry-trueforge-store.ocm.jsonjson
{
  "ocm": "1",
  "id": "truefoundry-trueforge-store",
  "kind": "skill",
  "name": "store",
  "description": "`ISessionStore` is the session/turn persistence contract (no streaming/SSE); Postgres, SQLite, and `InMemorySessionStore` MUST implement it, and shared behavior MUST live in `storeContractSuite.ts` (backend wrappers only bind a store). - Changing an `ISessionStore` method, input, error, or semantic MUST update the interface, every implementation, and the contract suite in the same change. - Path filters for the `store` filter in `.github/workflows/ci.yml` MUST stay synchronized when store or contract-test paths are added, moved, or renamed.",
  "publisher": "truefoundry",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "legal"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "`ISessionStore` is the session/turn persistence contract (no streaming/SSE); Postgres, SQLite, and `InMemorySessionStore` MUST implement it, and shared behavior MUST live in `storeContractSuite.ts` (backend wrappers only bind a store). - Changing an `ISessionStore` method, input, error, or semantic MUST update the interface, every implementation, and the contract suite in the same change. - Path filters for the `store` filter in `.github/workflows/ci.yml` MUST stay synchronized when store or contract-test paths are added, moved, or renamed."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/truefoundry/trueforge",
      "path": "packages/trueforge-core/src/agent-session/store/AGENTS.md",
      "ref": "3c1d544907d5e714ae1d2d19d7df61197e974350",
      "url": "https://github.com/truefoundry/trueforge/blob/3c1d544907d5e714ae1d2d19d7df61197e974350/packages/trueforge-core/src/agent-session/store/AGENTS.md",
      "key": "truefoundry/trueforge/packages/trueforge-core/src/agent-session/store/AGENTS.md"
    }
  },
  "instructions": "- `ISessionStore` is the session/turn persistence contract (no streaming/SSE); Postgres, SQLite, and `InMemorySessionStore` MUST implement it, and shared behavior MUST live in `storeContractSuite.ts` (backend wrappers only bind a store).\n- Changing an `ISessionStore` method, input, error, or semantic MUST update the interface, every implementation, and the contract suite in the same change.\n- Path filters for the `store` filter in `.github/workflows/ci.yml` MUST stay synchronized when store or contract-test paths are added, moved, or renamed.",
  "cost": {
    "context_tokens": 137
  }
}

Fetch it by URL: GET /api/v1/registry/truefoundry-trueforge-store/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.