strix/strix/llm
0xallam 796d538582 fix(llm): remove hardcoded temperature from dedupe check
Allow the model's default temperature setting to be used instead of
forcing temperature=0 for duplicate detection.
2026-01-15 18:56:48 -08:00
..
__init__.py fix(llm): suppress RuntimeWarnings for unawaited coroutines from asyncio 2026-01-07 20:09:46 -08:00
config.py refactor: replace type ignores with inline fallbacks 2026-01-10 15:49:03 -08:00
dedupe.py fix(llm): remove hardcoded temperature from dedupe check 2026-01-15 18:56:48 -08:00
llm.py chore(prompt): enforce single tool call per message and remove stop word usage 2026-01-14 19:51:08 -08:00
memory_compressor.py fix(agent): fix agent loop hanging and simplify LLM module 2026-01-14 18:54:45 -08:00
utils.py fix(agent): fix tool schemas not retrieved on pyinstaller binary and validate tool call args 2026-01-14 10:57:32 -08:00