Skip to content

issues Search Results · language:Dune language:JavaScript language:Java linked:pr language:Java language:Python

Filter by

5.9M results  (349 ms)

5.9M results

parity 정정 4 + persistence 버그. evidence: apps/forgekit-console/examples/tui-parity-correction/results.txt
🤖 Agent-runtime
🐞 BugFix

Bug In the REST server, the add, update, and delete handlers wrap the core call in a bare except Exception that returns 502. But core update/delete raise ValueError( Memory with id ... not found ) for ...

Bug In the Redis vector store, both RedisDB.__init__ and create_col build their field schema with DEFAULT_FIELDS.copy(), a shallow copy. The list is new, but the nested embedding field dict (and its attrs) ...

Bug In the SQLite history buffer, when more than 10 messages are saved in a single save_messages call, the buffer keeps the oldest 10 instead of the newest 10. save_messages stamps one created_at on the ...

Bug MemoryClient._validate_api_key (and the same method on AsyncMemoryClient) parses the /v1/ping/ response body as JSON before checking the HTTP status (response.json() is called before response.raise_for_status()). ...

Bug In parse_vision_messages, a single image content part is dereferenced as content[ image_url ][ url ] outside the surrounding try. When an image part is malformed (missing the nested url), this raises ...

Bug Weaviate.list_cols() (Weaviate vector store) calls print(f collections: {collections} ) on every invocation. The line above it already logs the same thing at debug level via logger.debug(...), so ...

Bug In the graph memory path, _extract_entities_from_doc drops entities that are substrings of longer ones, but the dedup check is unanchored (e.lower() in o). A shorter entity is removed whenever it ...

Bug mem0.reranker.__init__ only re-exports 3 of the 5 rerankers. LLMReranker, HuggingFaceReranker, and ZeroEntropyReranker are missing from the package root imports and __all__, even though all five are ...

Bug LLMReranker._extract_score (in mem0/reranker) parses the model s score with the regex \b([01](?:\.\d+)?)\b, which only matches numbers starting with 0 or 1. An out-of-range score like 2.0 matches ...
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.