Skip to content

avp-protocol/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVP

AVP Protocol Website

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

Deploy License


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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •