picoclaw/pkg/memory
anthrodjear e0fba9b70c fix: resolve build errors in research integration
- Add stub methods to JSONLStore for Store interface compliance
- Fix import conflict in research.go (rename agent import)
- Fix TypeScript type imports (use import type)
- Fix launcherFetch response handling (call .json())
- Remove unused imports in research-page.tsx
- Fix research-reports.tsx timestamp reference
2026-05-08 08:29:31 +03:00
..
frontmatter.go feat(memory): add YAML frontmatter parser for JSONL sessions 2026-05-06 07:28:21 +01:00
frontmatter_test.go feat(memory): add YAML frontmatter parser for JSONL sessions 2026-05-06 07:28:21 +01:00
jsonl.go fix: resolve build errors in research integration 2026-05-08 08:29:31 +03:00
jsonl_test.go fix(message): ignore transient assistant thoughts in message count and history truncation 2026-04-25 12:26:28 +08:00
migration.go fix: skip meta json files during session migration (#1340) 2026-03-11 14:29:42 +08:00
migration_test.go fix: skip meta json files during session migration (#1340) 2026-03-11 14:29:42 +08:00
store.go feat(memory): add research report types and storage methods 2026-05-08 08:17:27 +03:00
store_test.go feat(memory): add Tags and Metadata to SessionMessage for frontmatter support 2026-05-06 07:44:09 +01:00
types.go feat(memory): add research report types and storage methods 2026-05-08 08:17:27 +03:00