Commit Graph
6 Commits
Author SHA1 Message Date
Ben Cherry 8b81be645c move the LLM instance directly to Assistant to make it cleaner to share with tests (#71)
* Attach models to agent subclass

* Fix up

* comment

* ruff

* 4.1-mini

* remove comment
2026-05-07 12:46:41 -07:00
u9g b27bf9e7da Use textwrap.dedent for multiline strings (#73) 2026-05-04 17:30:24 -04:00
u9g 1bab7d439d Unify agent model between agent and tests (#66)
Extract AGENT_MODEL constant in agent.py so tests use the same model as production.
2026-04-14 17:46:52 -04:00
Ben Cherry 423d4a2edc Inference gateway integration (#22) 2025-10-01 12:50:02 -06:00
Ben Cherry 494b1e2a43 Fix mock_tools import 2025-08-18 14:29:50 -07:00
Ben Cherry ffc390ad72 Mv tests 2025-07-18 16:11:24 -04:00