ReMe/reme/core/utils
诸岳 0dff85b9b5
feat(store): seekdb file and vector stores via pyseekdb (embedded + remote) (#207)
* feat(seekdb): add Seekdb file and vector stores with pyseekdb>=1.2.0

* refactor(seekdb): add pyseekdb_conn and remote-only host/port config

* refactor(embedding): remove env fallbacks from BaseEmbeddingModel; pass credentials in tests

* refactor(seekdb): drop tenant from client kwargs; default database test and empty password

* fix(deps): gate pyseekdb to Python >=3.11 for CI 3.10 compatibility

* fix(seekdb): satisfy pre-commit pylint and formatting for seekdb stores
2026-05-22 10:55:48 +08:00
..
__init__.py feat(store): seekdb file and vector stores via pyseekdb (embedded + remote) (#207) 2026-05-22 10:55:48 +08:00
agentscope_utils.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
cache_handler.py refactor(core): restructure core modules and update pre-commit configuration 2026-01-22 16:25:20 +08:00
case_converter.py refactor(core): restructure core modules and update pre-commit configuration 2026-01-22 16:25:20 +08:00
chunking_utils.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
common_utils.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
env_utils.py refactor(core): replace memory stores with file stores and update architecture 2026-02-26 14:18:12 +08:00
execute_utils.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
hf_token_counter_utils.py refactor(core): update registry registration syntax and improve code formatting 2026-03-06 01:57:29 +08:00
horse.py refactor(core): restructure application initialization and component management 2026-02-24 19:45:47 +08:00
http_client.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
llm_utils.py refactor(cli): using AgentScope components to reimplement the reme_cli logic (#153) 2026-03-12 11:23:36 +08:00
logger_utils.py 添加log_to_file的开关 (#205) 2026-04-13 10:49:26 +08:00
logo_utils.py feat(cli): enable vector search and improve chat history management 2026-02-15 13:29:46 +08:00
mcp_client.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
pydantic_config_parser.py feat(core): upgrade version to 0.3.0.0b1 and add metadata configuration 2026-02-15 18:29:46 +08:00
pydantic_utils.py refactor(core): restructure core modules and update pre-commit configuration 2026-01-22 16:25:20 +08:00
pyseekdb_conn.py feat(store): seekdb file and vector stores via pyseekdb (embedded + remote) (#207) 2026-05-22 10:55:48 +08:00
singleton.py refactor(core): replace memory stores with file stores and update architecture 2026-02-26 14:18:12 +08:00
std_logger.py refactor(cli): using AgentScope components to reimplement the reme_cli logic (#153) 2026-03-12 11:23:36 +08:00
time.py refactor(core): simplify component registration and improve application lifecycle management 2026-01-31 01:05:31 +08:00