instructvault 0.2.4__tar.gz → 0.2.6__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.6/.github/workflows/ci.yml +16 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/PKG-INFO +1 -1
- {instructvault-0.2.4 → instructvault-0.2.6}/pyproject.toml +1 -1
- instructvault-0.2.4/.github/workflows/ci.yml +0 -32
- {instructvault-0.2.4 → instructvault-0.2.6}/.github/CODEOWNERS +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/.github/pull_request_template.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/.github/workflows/prompt-checks.yml +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/.github/workflows/release.yml +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/CHANGELOG.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/CODE_OF_CONDUCT.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/CONTRIBUTING.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/LICENSE +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/README.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/SECURITY.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/docs/assets/playground.png +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/docs/ci.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/docs/ci_templates/Jenkinsfile +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/docs/ci_templates/gitlab-ci.yml +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/docs/cookbooks.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/docs/dropin_guide.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/docs/governance.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/docs/playground.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/docs/release_checklist.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/docs/templates/CODEOWNERS +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/docs/vision.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/examples/datasets/classifier_cases.jsonl +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/examples/datasets/rag_agent_cases.jsonl +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/examples/datasets/rag_answer_cases.jsonl +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/examples/datasets/support_cases.jsonl +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/examples/prompts/classifier.prompt.yml +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/examples/prompts/guardrail.prompt.json +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/examples/prompts/hello_world.prompt.yml +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/examples/prompts/rag_agent.prompt.yml +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/examples/prompts/rag_answer.prompt.yml +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/examples/prompts/support_reply.prompt.yml +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/playground/README.md +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/playground/ivault_playground/__init__.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/playground/ivault_playground/app.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/playground/ivault_playground/routes/api.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/playground/ivault_playground/routes/ui.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/playground/ivault_playground/static/app.css +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/playground/ivault_playground/static/app.js +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/playground/ivault_playground/templates/index.html +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/playground/pyproject.toml +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/src/instructvault/__init__.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/src/instructvault/bundle.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/src/instructvault/cli.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/src/instructvault/diff.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/src/instructvault/eval.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/src/instructvault/io.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/src/instructvault/junit.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/src/instructvault/render.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/src/instructvault/scaffold.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/src/instructvault/sdk.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/src/instructvault/spec.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/src/instructvault/store.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/tests/test_cli_basic.py +0 -0
- {instructvault-0.2.4 → instructvault-0.2.6}/tests/test_playground_api.py +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
name: ci
|
|
2
|
+
on:
|
|
3
|
+
pull_request:
|
|
4
|
+
push:
|
|
5
|
+
branches: [ main ]
|
|
6
|
+
|
|
7
|
+
jobs:
|
|
8
|
+
core-tests:
|
|
9
|
+
runs-on: ubuntu-latest
|
|
10
|
+
steps:
|
|
11
|
+
- uses: actions/checkout@v4
|
|
12
|
+
- uses: actions/setup-python@v5
|
|
13
|
+
with:
|
|
14
|
+
python-version: "3.11"
|
|
15
|
+
- run: pip install -e ".[dev]"
|
|
16
|
+
- run: pytest
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: instructvault
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
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
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
name: ci
|
|
2
|
-
on:
|
|
3
|
-
pull_request:
|
|
4
|
-
push:
|
|
5
|
-
branches: [ main ]
|
|
6
|
-
|
|
7
|
-
jobs:
|
|
8
|
-
core-tests:
|
|
9
|
-
runs-on: ubuntu-latest
|
|
10
|
-
steps:
|
|
11
|
-
- uses: actions/checkout@v4
|
|
12
|
-
- uses: actions/setup-python@v5
|
|
13
|
-
with:
|
|
14
|
-
python-version: "3.11"
|
|
15
|
-
- run: pip install -e ".[dev]"
|
|
16
|
-
- run: pytest
|
|
17
|
-
|
|
18
|
-
prompt-checks:
|
|
19
|
-
runs-on: ubuntu-latest
|
|
20
|
-
steps:
|
|
21
|
-
- uses: actions/checkout@v4
|
|
22
|
-
- uses: actions/setup-python@v5
|
|
23
|
-
with:
|
|
24
|
-
python-version: "3.11"
|
|
25
|
-
- run: pip install instructvault
|
|
26
|
-
- run: ivault validate prompts
|
|
27
|
-
- run: ivault eval prompts/hello_world.prompt.yml --report out/report.json --junit out/junit.xml
|
|
28
|
-
- uses: actions/upload-artifact@v4
|
|
29
|
-
if: always()
|
|
30
|
-
with:
|
|
31
|
-
name: ivault-reports
|
|
32
|
-
path: out/
|
|
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.4 → instructvault-0.2.6}/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
|