shikumi-compile: The compiler layer for shikumi LM programs (EP-9)
The compiler layer for shikumi: pure Program -> Program transformations that
bake a prompting strategy into a program's per-node parameters or structure
(zero-shot, few-shot, chain-of-thought, retrieval-augmented), the owned type
CompiledProgram (MasterPlan integration point #6), a minimal Retriever
interface with a trivial in-memory implementation, and parameter-state
serialization mirroring DSPy's dump_state/load_state. A compiler never calls
the LM to try variations and keep the best — that is the optimizer (EP-10). Every
acceptance assertion is about the prompt the model would have seen, observed
offline through a capturing stub, so the whole package tests with no network.
Modules
[Index] [Quick Jump]
Downloads
- shikumi-compile-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | aeson, base (>=4.20 && <5), bytestring, effectful, shikumi (>=0.1.0.0 && <0.2), text (>=2.1 && <2.2) [details] |
| License | BSD-3-Clause |
| Author | Nadeem Bitar |
| Maintainer | nadeem@gmail.com |
| Uploaded | by shinzui at 2026-06-13T15:21:42Z |
| Category | AI |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 3 total (3 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |