Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

AVP

AVP Protocol Website

Official website for Agent Vault Protocol
avp-protocol.github.io/website

DeployLicense


Overview

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

Structure

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

Development

Simply open index.html in a browser, or use a local server:

# Python
python -m http.server 8000
# Node.js
npx serve .

Deployment

The website automatically deploys to GitHub Pages on push to main.

Live URL:https://avp-protocol.github.io/website

Adding Pages

  1. Create new .html file
  2. Link from index.html
  3. Push to main

License

Apache 2.0 — see LICENSE.


Specification · GitHub

About

AVP Protocol official website and documentation

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages