Repository map¶
This is what GitHub visitors see and where the rest lives.
| Path | What it is |
|---|---|
| README.md | Landing page: why VectorSmith exists, YAML sketch, two consumption paths |
| docs/ | Full manual (this tree) |
| examples/ | Invoice + ticket YAML, four agent apps, MCP host configs |
| packages/core | Compiler source (vectorsmith_core) — bundled into the published wheel, not a PyPI project |
| packages/cli | Published vectorsmith — CLI + load_tools / connect |
| deploy-templates/ | Docker / Kubernetes / Cloud Run / Fly for HTTP MCP |
| CONTRIBUTING.md | Dev setup, PR rules, versioning |
| SUPPORT.md | Where to ask for help |
| SECURITY.md | Vulnerability reports (private) |
| CHANGELOG.md | User-visible changes |
| LICENSE · NOTICE | Apache-2.0 |
Do not import Engine. Application code uses from vectorsmith import load_tools or connect, or the vectorsmith CLI.