ReMe/reme/steps
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
..
benchmark feat(benchmark): add lme benchmark steps (#326) 2026-07-07 18:53:39 +09:00
channel docs: rename vault_dir to workspace_dir in documentation and examples (#286) 2026-06-22 16:58:57 +08:00
common feat(benchmark): add lme benchmark steps (#326) 2026-07-07 18:53:39 +09:00
evolve fix(auto-memory): preserve message timestamps (#310) 2026-07-01 17:15:07 +08:00
file_io fix(file_io): fix risk of out-workspace paths (#322) 2026-07-06 15:25:21 +08:00
index feat(benchmark): add lme benchmark steps (#326) 2026-07-07 18:53:39 +09:00
transfer feat(benchmark): add lme benchmark steps (#326) 2026-07-07 18:53:39 +09:00
__init__.py feat(benchmark): add lme benchmark steps (#326) 2026-07-07 18:53:39 +09:00
base_step.py feat(mem): Enhance daily note system with metadata handling and write functionality (#295) 2026-06-25 21:54:56 +08:00