Skip to main content

Default file-based memory provider for StrawPot

Project description

Dial

Default file-based memory provider for StrawPot.

Two memory layers — Event Memory and a unified Knowledge store — using local JSON/JSONL files. Zero external dependencies.

Quick Start

# strawpot.toml
memory = "dial"

How It Works

  • EM — Append-only event log per session. Fully automatic. Events are consolidated (deduped by task), ranked by relevance to the current task, and failures are prioritised.
  • Knowledge (SM) — Facts and conventions, always included. Scoped to global, project, or role.
  • Knowledge (RM) — Domain-specific entries, included only when the task keywords match.

Knowledge is scoped at three levels:

Scope Example
Global "Always use conventional commits"
Project "This project uses pytest"
Role "Check migration dir before modifying models"

Agents write knowledge via the denden remember RPC during execution:

denden send '{"remember": {"content": "This project uses pytest", "scope": "project"}}'
denden send '{"remember": {"content": "Payments API needs idempotency keys", "keywords": ["payment", "stripe"]}}'

Entries are deduplicated and written directly to the knowledge store.

Agents can query stored knowledge on-demand via the recall RPC:

denden send '{"recall": {"query": "testing framework", "scope": "project", "maxResults": 5}}'

Results are scored by keyword relevance and returned sorted best-first.

See DESIGN.md for architecture details.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dial_memory-0.1.20.tar.gz (29.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dial_memory-0.1.20-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

Details for the file dial_memory-0.1.20.tar.gz.

File metadata

  • Download URL: dial_memory-0.1.20.tar.gz
  • Upload date:
  • Size: 29.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dial_memory-0.1.20.tar.gz
Algorithm Hash digest
SHA256 6b6ed98e968bba7c3bd835b28fabcab288630023d13f27b6e4678383f68515b3
MD5 f055412b97fe0097d2ff36ee00e1764b
BLAKE2b-256 0d83e9d50133ab707db46c1a717b946cdca4e6e352f1b8a67984171a13645311

See more details on using hashes here.

Provenance

The following attestation bundles were made for dial_memory-0.1.20.tar.gz:

Publisher: publish.yml on strawpot/dial

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dial_memory-0.1.20-py3-none-any.whl.

File metadata

  • Download URL: dial_memory-0.1.20-py3-none-any.whl
  • Upload date:
  • Size: 13.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dial_memory-0.1.20-py3-none-any.whl
Algorithm Hash digest
SHA256 cca54c1bb95f5988c2747f494e6bd7c9000d4076cc1b1ee1b579eda8b9699cc0
MD5 470c47869b875d1b9f235f8c36111f84
BLAKE2b-256 caa34e537e50f5726191887341fd3750529c19fcd4b83af1ad59d7e7f2198138

See more details on using hashes here.

Provenance

The following attestation bundles were made for dial_memory-0.1.20-py3-none-any.whl:

Publisher: publish.yml on strawpot/dial

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page