instructvault 0.2.6__tar.gz → 0.2.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. {instructvault-0.2.6 → instructvault-0.2.8}/PKG-INFO +13 -1
  2. {instructvault-0.2.6 → instructvault-0.2.8}/README.md +12 -0
  3. instructvault-0.2.8/docs/assets/logo.svg +18 -0
  4. instructvault-0.2.8/docs/assets/logo_dark.png +0 -0
  5. instructvault-0.2.8/docs/assets/logo_dark.svg +14 -0
  6. instructvault-0.2.8/docs/assets/logo_light.svg +21 -0
  7. {instructvault-0.2.6 → instructvault-0.2.8}/pyproject.toml +1 -1
  8. {instructvault-0.2.6 → instructvault-0.2.8}/.github/CODEOWNERS +0 -0
  9. {instructvault-0.2.6 → instructvault-0.2.8}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  10. {instructvault-0.2.6 → instructvault-0.2.8}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  11. {instructvault-0.2.6 → instructvault-0.2.8}/.github/pull_request_template.md +0 -0
  12. {instructvault-0.2.6 → instructvault-0.2.8}/.github/workflows/ci.yml +0 -0
  13. {instructvault-0.2.6 → instructvault-0.2.8}/.github/workflows/prompt-checks.yml +0 -0
  14. {instructvault-0.2.6 → instructvault-0.2.8}/.github/workflows/release.yml +0 -0
  15. {instructvault-0.2.6 → instructvault-0.2.8}/CHANGELOG.md +0 -0
  16. {instructvault-0.2.6 → instructvault-0.2.8}/CODE_OF_CONDUCT.md +0 -0
  17. {instructvault-0.2.6 → instructvault-0.2.8}/CONTRIBUTING.md +0 -0
  18. {instructvault-0.2.6 → instructvault-0.2.8}/LICENSE +0 -0
  19. {instructvault-0.2.6 → instructvault-0.2.8}/SECURITY.md +0 -0
  20. {instructvault-0.2.6 → instructvault-0.2.8}/docs/assets/playground.png +0 -0
  21. {instructvault-0.2.6 → instructvault-0.2.8}/docs/ci.md +0 -0
  22. {instructvault-0.2.6 → instructvault-0.2.8}/docs/ci_templates/Jenkinsfile +0 -0
  23. {instructvault-0.2.6 → instructvault-0.2.8}/docs/ci_templates/gitlab-ci.yml +0 -0
  24. {instructvault-0.2.6 → instructvault-0.2.8}/docs/cookbooks.md +0 -0
  25. {instructvault-0.2.6 → instructvault-0.2.8}/docs/dropin_guide.md +0 -0
  26. {instructvault-0.2.6 → instructvault-0.2.8}/docs/governance.md +0 -0
  27. {instructvault-0.2.6 → instructvault-0.2.8}/docs/playground.md +0 -0
  28. {instructvault-0.2.6 → instructvault-0.2.8}/docs/release_checklist.md +0 -0
  29. {instructvault-0.2.6 → instructvault-0.2.8}/docs/templates/CODEOWNERS +0 -0
  30. {instructvault-0.2.6 → instructvault-0.2.8}/docs/vision.md +0 -0
  31. {instructvault-0.2.6 → instructvault-0.2.8}/examples/datasets/classifier_cases.jsonl +0 -0
  32. {instructvault-0.2.6 → instructvault-0.2.8}/examples/datasets/rag_agent_cases.jsonl +0 -0
  33. {instructvault-0.2.6 → instructvault-0.2.8}/examples/datasets/rag_answer_cases.jsonl +0 -0
  34. {instructvault-0.2.6 → instructvault-0.2.8}/examples/datasets/support_cases.jsonl +0 -0
  35. {instructvault-0.2.6 → instructvault-0.2.8}/examples/prompts/classifier.prompt.yml +0 -0
  36. {instructvault-0.2.6 → instructvault-0.2.8}/examples/prompts/guardrail.prompt.json +0 -0
  37. {instructvault-0.2.6 → instructvault-0.2.8}/examples/prompts/hello_world.prompt.yml +0 -0
  38. {instructvault-0.2.6 → instructvault-0.2.8}/examples/prompts/rag_agent.prompt.yml +0 -0
  39. {instructvault-0.2.6 → instructvault-0.2.8}/examples/prompts/rag_answer.prompt.yml +0 -0
  40. {instructvault-0.2.6 → instructvault-0.2.8}/examples/prompts/support_reply.prompt.yml +0 -0
  41. {instructvault-0.2.6 → instructvault-0.2.8}/playground/README.md +0 -0
  42. {instructvault-0.2.6 → instructvault-0.2.8}/playground/ivault_playground/__init__.py +0 -0
  43. {instructvault-0.2.6 → instructvault-0.2.8}/playground/ivault_playground/app.py +0 -0
  44. {instructvault-0.2.6 → instructvault-0.2.8}/playground/ivault_playground/routes/api.py +0 -0
  45. {instructvault-0.2.6 → instructvault-0.2.8}/playground/ivault_playground/routes/ui.py +0 -0
  46. {instructvault-0.2.6 → instructvault-0.2.8}/playground/ivault_playground/static/app.css +0 -0
  47. {instructvault-0.2.6 → instructvault-0.2.8}/playground/ivault_playground/static/app.js +0 -0
  48. {instructvault-0.2.6 → instructvault-0.2.8}/playground/ivault_playground/templates/index.html +0 -0
  49. {instructvault-0.2.6 → instructvault-0.2.8}/playground/pyproject.toml +0 -0
  50. {instructvault-0.2.6 → instructvault-0.2.8}/src/instructvault/__init__.py +0 -0
  51. {instructvault-0.2.6 → instructvault-0.2.8}/src/instructvault/bundle.py +0 -0
  52. {instructvault-0.2.6 → instructvault-0.2.8}/src/instructvault/cli.py +0 -0
  53. {instructvault-0.2.6 → instructvault-0.2.8}/src/instructvault/diff.py +0 -0
  54. {instructvault-0.2.6 → instructvault-0.2.8}/src/instructvault/eval.py +0 -0
  55. {instructvault-0.2.6 → instructvault-0.2.8}/src/instructvault/io.py +0 -0
  56. {instructvault-0.2.6 → instructvault-0.2.8}/src/instructvault/junit.py +0 -0
  57. {instructvault-0.2.6 → instructvault-0.2.8}/src/instructvault/render.py +0 -0
  58. {instructvault-0.2.6 → instructvault-0.2.8}/src/instructvault/scaffold.py +0 -0
  59. {instructvault-0.2.6 → instructvault-0.2.8}/src/instructvault/sdk.py +0 -0
  60. {instructvault-0.2.6 → instructvault-0.2.8}/src/instructvault/spec.py +0 -0
  61. {instructvault-0.2.6 → instructvault-0.2.8}/src/instructvault/store.py +0 -0
  62. {instructvault-0.2.6 → instructvault-0.2.8}/tests/test_cli_basic.py +0 -0
  63. {instructvault-0.2.6 → instructvault-0.2.8}/tests/test_playground_api.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: instructvault
3
- Version: 0.2.6
3
+ Version: 0.2.8
4
4
  Summary: Git-first prompt registry + CI evals + lightweight runtime SDK (ivault).
5
5
  Project-URL: Homepage, https://github.com/05satyam/instruct_vault
6
6
  Project-URL: Repository, https://github.com/05satyam/instruct_vault
@@ -23,6 +23,10 @@ Requires-Dist: ruff>=0.6; extra == 'dev'
23
23
  Requires-Dist: types-pyyaml; extra == 'dev'
24
24
  Description-Content-Type: text/markdown
25
25
 
26
+ <div align="center">
27
+ <img src="docs/assets/logo_light.svg" alt="InstructVault logo" width="500" />
28
+ </div>
29
+
26
30
  # InstructVault (`ivault`)
27
31
  **Git‑first prompt hub for teams and individual developers.**
28
32
 
@@ -167,6 +171,14 @@ from instructvault import InstructVault
167
171
  vault = InstructVault(bundle_path="out/ivault.bundle.json")
168
172
  ```
169
173
 
174
+ ## Notebooks
175
+ - `examples/notebooks/instructvault_colab.ipynb`
176
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/05satyam/instruct_vault/blob/main/examples/notebooks/instructvault_colab.ipynb)
177
+ - `examples/notebooks/instructvault_rag_colab.ipynb`
178
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/05satyam/instruct_vault/blob/main/examples/notebooks/instructvault_rag_colab.ipynb)
179
+ - `examples/notebooks/instructvault_openai_colab.ipynb`
180
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/05satyam/instruct_vault/blob/main/examples/notebooks/instructvault_openai_colab.ipynb)
181
+
170
182
  ## How teams use this in production
171
183
  1) Prompt changes go through PRs
172
184
  2) CI runs `validate` + `eval`
@@ -1,3 +1,7 @@
1
+ <div align="center">
2
+ <img src="docs/assets/logo_light.svg" alt="InstructVault logo" width="500" />
3
+ </div>
4
+
1
5
  # InstructVault (`ivault`)
2
6
  **Git‑first prompt hub for teams and individual developers.**
3
7
 
@@ -142,6 +146,14 @@ from instructvault import InstructVault
142
146
  vault = InstructVault(bundle_path="out/ivault.bundle.json")
143
147
  ```
144
148
 
149
+ ## Notebooks
150
+ - `examples/notebooks/instructvault_colab.ipynb`
151
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/05satyam/instruct_vault/blob/main/examples/notebooks/instructvault_colab.ipynb)
152
+ - `examples/notebooks/instructvault_rag_colab.ipynb`
153
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/05satyam/instruct_vault/blob/main/examples/notebooks/instructvault_rag_colab.ipynb)
154
+ - `examples/notebooks/instructvault_openai_colab.ipynb`
155
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/05satyam/instruct_vault/blob/main/examples/notebooks/instructvault_openai_colab.ipynb)
156
+
145
157
  ## How teams use this in production
146
158
  1) Prompt changes go through PRs
147
159
  2) CI runs `validate` + `eval`
@@ -0,0 +1,18 @@
1
+ <svg width="900" height="220" viewBox="0 0 900 220" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <defs>
3
+ <linearGradient id="g2" x1="0" y1="0" x2="1" y2="1">
4
+ <stop offset="0%" stop-color="#16a34a"/>
5
+ <stop offset="100%" stop-color="#0ea5e9"/>
6
+ </linearGradient>
7
+ <linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
8
+ <stop offset="0%" stop-color="#f8fafc"/>
9
+ <stop offset="100%" stop-color="#e2e8f0"/>
10
+ </linearGradient>
11
+ </defs>
12
+ <rect x="44" y="64" width="92" height="92" rx="18" fill="url(#bg)" stroke="url(#g2)" stroke-width="4"/>
13
+ <g transform="translate(54 74)">
14
+ <rect x="0" y="0" width="72" height="72" rx="12" fill="url(#g2)" opacity="0.10"/>
15
+ <text x="36" y="40" text-anchor="middle" dominant-baseline="middle" font-family="IBM Plex Sans, Segoe UI, Arial, sans-serif" font-size="44" font-weight="700" fill="url(#g2)">IV</text>
16
+ </g>
17
+ <text x="160" y="125" font-family="IBM Plex Sans, Segoe UI, Arial, sans-serif" font-size="56" font-weight="700" fill="#0f172a">InstructVault</text>
18
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg width="900" height="220" viewBox="0 0 900 220" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <defs>
3
+ <linearGradient id="g2" x1="0" y1="0" x2="1" y2="1">
4
+ <stop offset="0%" stop-color="#16a34a"/>
5
+ <stop offset="100%" stop-color="#0ea5e9"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <rect x="44" y="64" width="92" height="92" rx="18" fill="#0f172a" stroke="url(#g2)" stroke-width="4"/>
9
+ <g transform="translate(54 74)">
10
+ <rect x="0" y="0" width="72" height="72" rx="12" fill="url(#g2)" opacity="0.12"/>
11
+ <text x="36" y="40" text-anchor="middle" dominant-baseline="middle" font-family="IBM Plex Sans, Segoe UI, Arial, sans-serif" font-size="44" font-weight="700" fill="url(#g2)">IV</text>
12
+ </g>
13
+ <text x="160" y="125" font-family="IBM Plex Sans, Segoe UI, Arial, sans-serif" font-size="56" font-weight="700" fill="#e2e8f0">InstructVault</text>
14
+ </svg>
@@ -0,0 +1,21 @@
1
+ <svg width="360" height="110" viewBox="0 0 360 110" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <defs>
3
+ <linearGradient id="g2" x1="0" y1="0" x2="1" y2="1">
4
+ <stop offset="0%" stop-color="#16a34a"/>
5
+ <stop offset="100%" stop-color="#0ea5e9"/>
6
+ </linearGradient>
7
+ <linearGradient id="panel" x1="0" y1="0" x2="1" y2="1">
8
+ <stop offset="0%" stop-color="#e9fdf4"/>
9
+ <stop offset="100%" stop-color="#e7f5ff"/>
10
+ </linearGradient>
11
+ </defs>
12
+ <rect x="8" y="8" width="344" height="94" rx="12" fill="url(#panel)" stroke="#d8e5f0" stroke-width="2"/>
13
+ <g transform="translate(38 0)">
14
+ <rect x="0" y="27" width="52" height="52" rx="10" fill="#0f172a" stroke="url(#g2)" stroke-width="3"/>
15
+ <g transform="translate(7 34)">
16
+ <rect x="0" y="0" width="38" height="38" rx="7" fill="url(#g2)" opacity="0.12"/>
17
+ <text x="19" y="22" text-anchor="middle" dominant-baseline="middle" font-family="IBM Plex Sans, Segoe UI, Arial, sans-serif" font-size="22" font-weight="700" fill="url(#g2)">IV</text>
18
+ </g>
19
+ <text x="64" y="69" font-family="IBM Plex Sans, Segoe UI, Arial, sans-serif" font-size="30" font-weight="700" fill="#0f172a">InstructVault</text>
20
+ </g>
21
+ </svg>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "instructvault"
3
- version = "0.2.6"
3
+ version = "0.2.8"
4
4
  description = "Git-first prompt registry + CI evals + lightweight runtime SDK (ivault)."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes
File without changes
File without changes