Tags: trevyn/dspy
Tags
Improve handling of literals and optionals (stanfordnlp#8143)
Add `dspy.Tool.from_mcp_tool` (stanfordnlp#8130) * Add util for using mcp tools as DSPy tools Co-authored-by: ThanabordeeN <[email protected]> * rename * update dependency * add from_mcp_tool * fix circular import * test fix --------- Co-authored-by: ThanabordeeN <[email protected]>
Dspy fanout cache (stanfordnlp#8062) * init * increment * add test * remove old cache code * rename fanout_cache to disk_cache * add testing * fix tests * add cache for colbert * fix tests * increase timeout to 10s * change default value * cache embedding * fallback to litellm cache for embedding call * fix test
Fixing SIMBA max recursion depth error Co-authored-by: Krista Opsahl-Ong <[email protected]>
Add usage tracking (stanfordnlp#8014) * init * increment * add test * rename to lm_usage * fix tests * fix edge case * add tutorial and fix some errors * improve writing * only deepcopy the usage tracker * fix copy
PreviousNext