Commit Graph

34 Commits

Author SHA1 Message Date
Nick Sweeting
b67be37490 fix type hint errors 2025-06-21 04:35:24 -07:00
Nick Sweeting
3cf9f3410c fix config issues 2025-06-21 04:03:58 -07:00
Nick Sweeting
49e9fd4ff2 move env var config to utils file 2025-06-21 03:14:46 -07:00
Nick Sweeting
a8eb2bac2f make markdownify non-blocking async 2025-06-10 02:01:16 -07:00
Nick Sweeting
023c702f4d pass logger object down the chain to sub-objects for re-use 2025-06-10 00:38:38 -07:00
Nick Sweeting
f0df1f195f tweak mem0 warning 2025-06-09 22:04:54 -07:00
Nick Sweeting
64e2476f22 gracefully degrade when mem0 db is corrupt 2025-06-09 21:00:04 -07:00
Nick Sweeting
39bc9327f7 silence faiss-cpu swig deprecation warnings 2025-06-09 20:34:45 -07:00
EnzoFanAccount
6477fca147 Fix vector providers and example 2025-05-29 20:45:06 -03:00
Nick Sweeting
c2114cdb21 Update browser_use/agent/memory/service.py 2025-05-23 16:09:48 -04:00
Nick Sweeting
b7de6e6e8d Merge branch 'main' into fix/memoryconfig-pydantic-v2 2025-05-23 06:46:46 -07:00
Nick Sweeting
8e58c97036 Merge branch 'main' into feat/scalable-memory-backend 2025-05-23 01:44:09 -07:00
manglesh-nimbalkar-apptware
03cbb832e2 Fix #1747: use model_validate for MemoryConfig re-validation under Pydantic v2 2025-05-22 17:25:21 +05:30
Magnus Müller
c40efbc890 Refactor logging configuration and adjust log levels in memory service
- Updated `logging_config.py` to improve clarity in third-party logger management by renaming the list and adding new loggers.
- Changed log level from `info` to `debug` in `service.py` for better granularity in message processing feedback.
2025-05-21 13:45:53 +02:00
EnzoFanAccount
430c8f68cb increase range of vector store providers 2025-05-21 08:15:04 -03:00
Nick Sweeting
7635ec4e5c fix revalidation of untrusted user config 2025-05-16 15:50:03 -07:00
Nick Sweeting
66b3c26df5 add pyupgrade to lint rules 2025-05-02 15:21:23 +08:00
Nick Sweeting
c0c3ab19bc fix import order 2025-04-26 23:26:14 -04:00
Nick Sweeting
b4e3732208 linter fixes 2025-04-26 23:18:13 -04:00
Nick Sweeting
a6d9aab000 Update browser_use/agent/memory/service.py 2025-04-26 20:45:51 -04:00
Nick Sweeting
510d2ecd72 Update browser_use/agent/memory/service.py 2025-04-26 20:45:11 -04:00
vfdev
9eab9fd08b Optionally disable mem0 telemetry 2025-04-24 23:25:50 +02:00
Nick Sweeting
db54a6c8b3 fix vector_store_path duplication/inconsistency 2025-04-21 10:39:02 -07:00
Nick Sweeting
d9f765dcac use new-style python types 2025-04-21 10:30:36 -07:00
Nick Sweeting
ceb90db823 lazy import 2025-04-21 10:27:04 -07:00
Nick Sweeting
d5ad80f5fd fix ruff errors with new memory PR 2025-04-21 10:24:33 -07:00
Dev-Khant
6b16855c11 Merge branch 'main' into fix-huggingface-issue 2025-04-20 11:55:47 +05:30
lynn
347b473ab7 fix: Make memory module optional for Python 3.13 compatibility 2025-04-18 14:54:48 +08:00
Dev-Khant
c4ea195ae4 address comments 2025-04-17 13:35:26 +05:30
Dev-Khant
99604656e4 Mem0: Embedder config for different LLMs 2025-04-16 09:03:26 +05:30
Deshraj Yadav
27ec836491 Upgrade mem0 version 2025-04-09 18:51:44 -07:00
Deshraj Yadav
056dbe20e3 Add example and minor improvements 2025-03-29 17:24:21 -07:00
Deshraj Yadav
fdff205036 Remove pdb 2025-03-28 19:05:21 -07:00
Deshraj Yadav
55e5e2168e Add support for procedural memory 2025-03-28 19:05:21 -07:00