@talocode/promptlane
v0.1.0
Published
Prompt versioning and feedback patches for AI copilots — learn from thumbs-down without full fine-tunes
Maintainers
Readme
PromptLane
Prompt versioning and feedback patches for copilots — capture thumbs-down and apply deterministic preference patches.
Part of Talocode. Hosted at /v1/promptlane/*.
| | |
|--|--|
| npm | npm install @talocode/promptlane |
| CLI | promptlane |
| Cloud | https://api.talocode.site/v1/promptlane/* |
| Auth | TALOCODE_API_KEY |
| Repo | https://github.com/talocode/promptlane |
| License | MIT |
Why PromptLane?
Prompt wrangling is painful. PromptLane versions prompts, stores feedback, and patches system prompts without a fine-tune.
Install
npm install @talocode/promptlane
# PyPI later: pip install talocode-promptlaneUsage
import { createPrompt, addFeedback, applyFeedbackPatch } from "@talocode/promptlane"
createPrompt({ name: "sys", body: "Be concise." })
addFeedback({ name: "sys", rating: "down", comment: "too verbose" })
const next = applyFeedbackPatch({ name: "sys" })Talocode ecosystem
| Project | Role | |---------|------| | RetryLane | Tool retries & circuit breakers | | PromptLane | Prompt versioning & feedback | | EvalLane | Assertion eval suites | | PolicyLane | Allow/deny + redaction | | VerifyLane | Deterministic code verification | | TraceLane | Agent run tracing | | HandoffLane | Schema handoffs | | StyleLane | Constitution packs | | SearchLane | Agent web search | | StackLane | Cloud keys & credits |
More: github.com/talocode · docs.talocode.site
License
MIT © Talocode
