Skip to content

feat(typescript sdk): Add history() method for querying past memory events#300

Merged
AbirAbbas merged 2 commits intoAgent-Field:mainfrom
ro-robles:feat/fetch_memory_event_history
Mar 23, 2026
Merged

feat(typescript sdk): Add history() method for querying past memory events#300
AbirAbbas merged 2 commits intoAgent-Field:mainfrom
ro-robles:feat/fetch_memory_event_history

Conversation

@ro-robles
Copy link
Contributor

Summary

Port of memory_events.py to from python sdk to typescript sdk

Testing

  • ./scripts/test-all.sh
  • Additional verification (please describe):
    tested using docker-compose example.

Checklist

  • I updated documentation where applicable.
  • I added or updated tests (or none were needed).
  • I updated CHANGELOG.md (or this change does not warrant a changelog entry).

Screenshots (if UI-related)

Related issues

Fixes #89

@ro-robles ro-robles requested review from a team and AbirAbbas as code owners March 21, 2026 00:42
@CLAassistant
Copy link

CLAassistant commented Mar 21, 2026

CLA assistant check
All committers have signed the CLA.

…vents

Signed-off-by: Roberto Robles <ro-robles@pm.me>
@ro-robles ro-robles force-pushed the feat/fetch_memory_event_history branch from 669bf2d to 6c77e08 Compare March 21, 2026 00:57
@github-actions
Copy link
Contributor

github-actions bot commented Mar 23, 2026

Performance

SDK Memory Δ Latency Δ Tests Status
TS 400 B +14% 1.42 µs -29%

✓ No regressions detected

… match

The server returns `null` instead of `[]` for empty result sets, causing
a TypeError when callers access the return value. Use nullish coalescing
to always return an array.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@AbirAbbas AbirAbbas merged commit fc69fee into Agent-Field:main Mar 23, 2026
13 checks passed
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.

[TypeScript SDK] Add history() method for querying past memory events

3 participants