@hackage llm-with-context0.1.0.0
Typified interactions with LLMs
Categories
License
MIT
Maintainer
galen.sprout@gmail.com
Links
Versions
- 0.1.0.0 Sun, 8 Feb 2026
Installation
Dependencies (13)
- aeson >=2.2.3 && <2.3
- base >=4.19.0 && <4.21
- bytestring >=0.12.2 && <0.13
- containers >=0.7 && <0.8
- data-default >=0.8.0 && <0.9
- directory >=1.3.8 && <1.4 Show all…
Dependents (0)
Using Proxy and StateT we manage a typed conversation with conversation history. We can also perform more customized qqueries of history to be included in the next response.