instructvault 0.2.5__tar.gz → 0.2.7__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.
- {instructvault-0.2.5 → instructvault-0.2.7}/PKG-INFO +13 -1
- {instructvault-0.2.5 → instructvault-0.2.7}/README.md +12 -0
- instructvault-0.2.7/docs/assets/logo.svg +18 -0
- instructvault-0.2.7/docs/assets/logo_dark.png +0 -0
- instructvault-0.2.7/docs/assets/logo_dark.svg +14 -0
- instructvault-0.2.7/docs/assets/logo_light.svg +21 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/pyproject.toml +1 -1
- {instructvault-0.2.5 → instructvault-0.2.7}/.github/CODEOWNERS +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/.github/pull_request_template.md +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/.github/workflows/ci.yml +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/.github/workflows/prompt-checks.yml +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/.github/workflows/release.yml +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/CHANGELOG.md +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/CODE_OF_CONDUCT.md +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/CONTRIBUTING.md +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/LICENSE +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/SECURITY.md +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/docs/assets/playground.png +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/docs/ci.md +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/docs/ci_templates/Jenkinsfile +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/docs/ci_templates/gitlab-ci.yml +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/docs/cookbooks.md +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/docs/dropin_guide.md +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/docs/governance.md +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/docs/playground.md +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/docs/release_checklist.md +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/docs/templates/CODEOWNERS +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/docs/vision.md +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/examples/datasets/classifier_cases.jsonl +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/examples/datasets/rag_agent_cases.jsonl +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/examples/datasets/rag_answer_cases.jsonl +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/examples/datasets/support_cases.jsonl +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/examples/prompts/classifier.prompt.yml +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/examples/prompts/guardrail.prompt.json +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/examples/prompts/hello_world.prompt.yml +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/examples/prompts/rag_agent.prompt.yml +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/examples/prompts/rag_answer.prompt.yml +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/examples/prompts/support_reply.prompt.yml +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/playground/README.md +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/playground/ivault_playground/__init__.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/playground/ivault_playground/app.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/playground/ivault_playground/routes/api.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/playground/ivault_playground/routes/ui.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/playground/ivault_playground/static/app.css +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/playground/ivault_playground/static/app.js +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/playground/ivault_playground/templates/index.html +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/playground/pyproject.toml +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/src/instructvault/__init__.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/src/instructvault/bundle.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/src/instructvault/cli.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/src/instructvault/diff.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/src/instructvault/eval.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/src/instructvault/io.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/src/instructvault/junit.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/src/instructvault/render.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/src/instructvault/scaffold.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/src/instructvault/sdk.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/src/instructvault/spec.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/src/instructvault/store.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/tests/test_cli_basic.py +0 -0
- {instructvault-0.2.5 → instructvault-0.2.7}/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.
|
|
3
|
+
Version: 0.2.7
|
|
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="260" />
|
|
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
|
+
[](https://colab.research.google.com/github/05satyam/instruct_vault/blob/main/examples/notebooks/instructvault_colab.ipynb)
|
|
177
|
+
- `examples/notebooks/instructvault_rag_colab.ipynb`
|
|
178
|
+
[](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
|
+
[](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="260" />
|
|
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
|
+
[](https://colab.research.google.com/github/05satyam/instruct_vault/blob/main/examples/notebooks/instructvault_colab.ipynb)
|
|
152
|
+
- `examples/notebooks/instructvault_rag_colab.ipynb`
|
|
153
|
+
[](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
|
+
[](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>
|
|
Binary file
|
|
@@ -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>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instructvault-0.2.5 → instructvault-0.2.7}/playground/ivault_playground/templates/index.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|