ReMe/reme
jinliyl 10da205797
Some checks are pending
Pre-commit / run (ubuntu-latest) (push) Waiting to run
Tests ReMe / Unit Tests - py3.11 (push) Waiting to run
Tests ReMe / Unit Tests - py3.12 (push) Waiting to run
Tests ReMe / Unit Tests - py3.13 (push) Waiting to run
feat(benchmark): add lme benchmark steps (#326)
* refactor(search): replace time module with datetime for timestamp generation

- Removed unused time import
- Added static method _now_ts using datetime.timestamp
- Updated clock parameter to use _now_ts method instead of time.time
- Maintained same timestamp precision and functionality

* test(http): add tests for HTTP client display formatting

- Add test for default metadata hiding behavior in CLI output
- Add test for metadata display when show_metadata is enabled
- Verify _format_for_display method correctly formats response text
- Test both success case and metadata inclusion scenarios

* chore(build): remove longmemeval from gitignore

- Removed longmemeval directory from gitignore list
- Kept evaluation and datasets directories in ignore list
- Updated gitignore configuration for proper version control
2026-07-07 18:53:39 +09:00
..
components feat(benchmark): add lme benchmark steps (#326) 2026-07-07 18:53:39 +09:00
config feat(benchmark): add lme benchmark steps (#326) 2026-07-07 18:53:39 +09:00
enumeration Refactor logging levels and add dream schema definitions (#291) 2026-06-24 16:44:03 +08:00
schema Refactor logging levels and add dream schema definitions (#291) 2026-06-24 16:44:03 +08:00
steps feat(benchmark): add lme benchmark steps (#326) 2026-07-07 18:53:39 +09:00
utils feat(cli): route bare commands to the running server's real config (#312) 2026-07-01 17:15:48 +08:00
__init__.py Bump version to 0.4.0.7 2026-07-06 19:04:46 +08:00
application.py feat(mem): Enhance daily note system with metadata handling and write functionality (#295) 2026-06-25 21:54:56 +08:00
constants.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00
reme.py feat(benchmark): add lme benchmark steps (#326) 2026-07-07 18:53:39 +09:00