Show HN: Weak Incentives – lean, minimalistic toolkit for background agents(github.com)
github.com
Show HN: Weak Incentives – lean, minimalistic toolkit for background agents
https://github.com/weakincentives/weakincentives
1 comments
If you try it, I’m most interested in where the abstractions are too thin or too heavy or lacking.
Install: uv add weakincentives (extras as needed)
Start with the code‑review example; it ties together prompt construction, overrides, telemetry and using the adapters.
Status: Alpha; APIs may change
Roadmap: parallel sub-agents, built-in GEPA prompt optimizer that uses the overrides store
Install: uv add weakincentives (extras as needed)
Start with the code‑review example; it ties together prompt construction, overrides, telemetry and using the adapters.
Status: Alpha; APIs may change
Roadmap: parallel sub-agents, built-in GEPA prompt optimizer that uses the overrides store
* Deterministic Markdown prompt trees (dataclass input/output, tool contracts)
* On‑disk overrides with hash checks; Git‑root discovery
* Event bus (ToolInvoked/PromptExecuted), reducers, rollbackable session state
* Built‑ins: planning, sandboxed VFS, Python‑eval (via asteval)
* Optional adapters: OpenAI/LiteLLM conversation loop + JSON‑Schema outputs