Official website for Agent Vault Protocol
avp-protocol.github.io/website
Static website for the Agent Vault Protocol ecosystem. Features:
- Protocol overview and features
- Implementation showcase (Python, TypeScript, Rust, Go)
- Framework integrations (LangChain, CrewAI, ZeroClaw)
- NexusClaw hardware product announcement
website/
├── index.html # Main landing page
├── css/
│ └── style.css # Styles
├── js/
│ └── main.js # JavaScript
├── assets/
│ ├── avp-logo.svg # Logo
│ ├── avp-icon.svg # Favicon
│ └── nexusclaw-device.svg
├── img/
│ ├── python.svg # Language icons
│ ├── typescript.svg
│ ├── rust.svg
│ └── go.svg
└── .github/
└── workflows/
└── deploy.yml # GitHub Pages deployment
Simply open index.html in a browser, or use a local server:
# Python
python -m http.server 8000
# Node.js
npx serve .The website automatically deploys to GitHub Pages on push to main.
Live URL: https://avp-protocol.github.io/website
- Create new
.htmlfile - Link from
index.html - Push to
main
Apache 2.0 — see LICENSE.