Scaffold a complete Vivary agent workspace — the create-t3-app for agent-native workspaces.
Project description
create-vivary
Scaffold a complete Vivary agent workspace: tropo config, strato workspace files, runtime skills, private-memory boundaries, progressive module indexes, and a starter typed graph.
Current release: 0.2.3. Use 0.2.3 for new installs; no migration is expected from 0.2.1 or 0.2.2.
Install & scaffold
pip install create-vivary==0.2.3 # or: uvx create-vivary@0.2.3 ...
create-vivary my-workspace --preset coding # interactive wizard on a TTY
create-vivary my-codebase --preset coding --active-context cocoindex-code
create-vivary doctor my-workspace
# Agent-mode (no prompts, machine-readable output):
create-vivary init . --preset coding --auto --size large --yes --json
# Reconfigure storage on an existing workspace:
create-vivary wizard my-workspace --auto --storage embedded --yes --json
create-vivary <name> is shorthand for create-vivary init <name>;
pass init / doctor / wizard explicitly whenever you prefer. The same UX is available on npm
via the @vivary/create launcher (npm create @vivary@latest my-workspace), versioned in
lockstep.
Presets share the same agent OS shell, then seed a different starter graph. Each
starter module is generated as modules/<id>/index.md so agents route through a small
module index before opening deeper context:
| Preset | Module | First slice | Verification |
|---|---|---|---|
coding |
codebase |
local-ci-baseline |
local-checks |
second-brain |
knowledge-base |
capture-routine |
retrieval-smoke |
writing |
manuscript-system |
draft-review-loop |
editorial-review |
The command is local-only. With --storage embedded or --auto on a large workspace, it
self-installs vivary-tropo[embedded] (LanceDB) with a confirmation prompt, or silently
with --yes. Use --dry-run to simulate without writing or installing anything. For
scripted storage selection, pass --no-wizard --storage embedded --yes or use --auto;
in human mode, the wizard asks and its answers drive storage.
For coding workspaces, --active-context cocoindex-code adds an optional
CocoIndex-code sidecar profile: active-context skills for Claude/Codex-style agents,
local policy docs, graph nodes, and .cocoindex_code/ in .gitignore. It does not
auto-install CocoIndex-code, create an index, or enable MCP; the generated docs give
the approved ccc init / ccc index path.
doctor validates the generated shell, privacy ignores, module directory indexes, and
typed graph:
python packages/create-vivary/create_vivary.py doctor sandboxes/coding-demo --json
Developing from source
python packages/create-vivary/create_vivary.py init sandboxes/coding-demo --preset coding
python packages/create-vivary/create_vivary.py doctor sandboxes/coding-demo
python packages/tropo/tropo.py check --root sandboxes/coding-demo
Website & docs: https://vivary.vercel.app/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file create_vivary-0.2.3.tar.gz.
File metadata
- Download URL: create_vivary-0.2.3.tar.gz
- Upload date:
- Size: 36.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3ed9673f84e17b7f1658e110e568a7e7662e63e39d165d4c1925e634271c373
|
|
| MD5 |
0bd9325158fbe1691d47d5609f82c161
|
|
| BLAKE2b-256 |
7f922e27e612b6cba3799bc44775cfd65ed4dc20dc66ef22b207b5304aedf875
|
File details
Details for the file create_vivary-0.2.3-py3-none-any.whl.
File metadata
- Download URL: create_vivary-0.2.3-py3-none-any.whl
- Upload date:
- Size: 36.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd69f63c9330a0e97153cb6252918ddcedd239f0b48df0d1227d3003f3a85505
|
|
| MD5 |
b496bd8366d3f0977aff2ab20e245e34
|
|
| BLAKE2b-256 |
9d848894950684233e9e75c3a22916ad9a20650dd6cd318b31c9cee54e784625
|