mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
37a01b806d
- incremental sync on watch - sync non-markdown files in knowledge base - experimental `read_resource` tool for reading non-markdown files in raw form (pdf, image)
5 lines
141 B
Python
5 lines
141 B
Python
import os
|
|
|
|
# set config.env to "test" for pytest to prevent logging to file in utils.setup_logging()
|
|
os.environ["BASIC_MEMORY_ENV"] = "test"
|