arw-release-manager
"Build and release manager for ARW CLI package. Handles local development, testing, building, documentation, version tagging, and publishing
Open source Open in the app JSON README (API)
About
"Build and release manager for ARW CLI package. Handles local development, testing, building, documentation, version tagging, and publishing to npm and crates.io. Use when developing locally, running
Details
- Kind
- Agent skills
- Topic
- Developer tools
- Publisher
- agenticsorg
- Origin
- majiayu
- Category
- ferramentas
- Stars
- 25
- Forks
- 41
- Open pull requests
- 11
- Last push
- 2025-12-08T16:28:49Z
- Repository state
- ativo
- Language
- TypeScript
- License
- MIT
- Added
- 2026-09-02 18:18:42
- Updated
- 2026-09-02 18:18:42
- Origin id
agenticsorg/hackathon-tv5/data/arw-release-manager@main
README
# Agentics Foundation TV5 Hackathon
[](LICENSE)
[](https://www.npmjs.com/package/agentics-hackathon)
[](https://discord.agentics.org)
> **Build the future of agentic AI - Supported by Google Cloud**
The **Agentics Foundation TV5 Hackathon** repository provides CLI tools, MCP servers, and reference implementations for building agentic AI solutions. This includes the **AI Media Discovery** demo app showcasing the Agent-Ready Web (ARW) specification.
๐ **Website:** [agentics.org/hackathon](https://agentics.org/hackathon)
๐ฌ **Discord:** [discord.agentics.org](https://discord.agentics.org)
๐ฆ **npm:** `npx agentics-hackathon`
---
## ๐ฏ The Challenge
Every night, millions spend up to **45 minutes deciding what to watch** โ billions of hours lost every day. Not from lack of content, but from fragmentation across streaming platforms.
Join us to build agentic AI solutions that solve real problems using Google Cloud, Gemini, Claude, and open-source tools.
---
## ๐ Quick Start
```bash
# Initialize your hackathon project
npx agentics-hackathon init
# Browse and install 17+ AI tools
npx agentics-hackathon tools
# Check project status
npx agentics-hackathon status
# Start MCP server for AI assistant integration
npx agentics-hackathon mcp
```
---
## ๐ Hackathon Tracks
| Track | Description |
|-------|-------------|
| **Entertainment Discovery** | Solve the 45-minute decision problem - help users find what to watch |
| **Multi-Agent Systems** | Build collaborative AI agents with Google ADK and Vertex AI |
| **Agentic Workflows** | Create autonomous workflows with Claude, Gemini, and orchestration |
| **Open Innovation** | Bring your own idea - any agentic AI solution that makes an impact |
---
## โจ Features
### ๐ CLI Tool (`npx agentics-hackathon`)
- **`init`** - Interactive project setup with track selection and tool installation
- **`tools`** - Browse and install 17+ AI development tools across 6 categories
- **`status`** - View project configuration and installed tools
- **`info`** - Hackathon information and resources
- **`mcp`** - Start MCP server (stdio or SSE transport)
- **`discord`** - Join the community
- **`help`** - Detailed guides and examples
### ๐ค MCP Server
Full Model Context Protocol implementation with:
- **Tools**: `get_hackathon_info`, `get_tracks`, `get_available_tools`, `get_project_status`, `check_tool_installed`, `get_resources`
- **Resources**: Project configuration, track information
- **Prompts**: `hackathon_starter`, `choose_track`
### ๐ฑ Demo Applications
| App | Description |
|-----|-------------|
| **[Media Discovery](apps/media-discovery/)** | AI-powered movie/TV discovery with ARW implementation |
| **[ARW Chrome Extension](apps/arw-chrome-extension/)** | Browser extension for inspecting ARW compliance |
### ๐ ARW (Agent-Ready Web) Components
This repository includes reference implementations of the ARW specification:
- **Specification**: [ARW v0.1 Draft](spec/ARW-0.1-draft.md)
- **Schemas**: JSON schemas for validation (`packages/schemas/`)
- **Validators**: Python and Node.js validation tools (`packages/validators/`)
- **Badges**: Compliance level badges (`packages/badges/`)
---
## ๐ฆ Repository Structure
```plaintext
hackathon-tv5/
โโโ src/ # Hackathon CLI source
โ โโโ cli.ts # Main CLI entry point
โ โโโ commands/ # CLI commands (init, tools, status, etc.)
โ โโโ mcp/ # MCP server implementation
โ โ โโโ server.ts # MCP tools, resources, prompts
โ โ โโโ stdio.ts # STDIO transport
โ โ โโโ sse.ts # SSE transport
โ โโโ constants.ts # Tracks, tools, configuration
โ โโโ utils/ # Helpers and utilities
โ
โโโ apps/ # Demo Applications
โ โโโ media-discovery/ # AI Media Discovery (Next.js + ARW)
โ โ โโโ public/
โ โ โ โโโ .well-known/arw-manifest.json # ARW manifest
โ โ โ โโโ llms.txt # ARW discovery file
โ โ โโโ src/ # React components & API routes
โ โโโ arw-chrome-extension/ # ARW Inspector Chrome Extension
โ โโโ manifest.json # Chrome Manifest V3
โ โโโ src/ # Popup, content script, service worker
โ
โโโ packages/ # Shared Packages
โ โโโ @arw/schemas/ # TypeScript ARW schemas with Zod
โ โโโ schemas/ # JSON schemas for ARW validation
โ โโโ validators/ # Python & Node.js validators
โ โโโ validator/ # ARW validator CLI tool
โ โโโ badges/ # ARW compliance badges (SVG)
โ โโโ cli/ # Rust ARW CLI (advanced)
โ โโโ crawler-sdk/ # TypeScript SDK for ARW crawler service
โ โโโ crawler-service/ # High-performance crawler API service
โ โโโ nextjs-plugin/ # Next.js plugin for ARW integration
โ โโโ benchmark/ # ARW benchmark evaluation
โ
โโโ spec/ # ARW Specification
โ โโโ ARW-0.1-draft.md # Editor's draft specification
โ
โโโ docs/ # Documentation
โโโ ai_docs/ # AI-focused documentation
โโโ scripts/ # Build and utility scripts
โ
โโโ .claude/ # Claude Code configuration
โ โโโ commands/ # Slash commands
โ โโโ agents/ # Sub-agent definitions
โ
โโโ CLAUDE.md # Claude Code guidance
โโโ README.md # This file
```
---
## ๐ง Available Tools (17+)
The CLI provides access to tools across 6 categories:
### AI Assistants
- **Claude Code CLI** - Anthropic's AI-powered coding assistant
- **Gemini CLI** - Google's Gemini model interface
### Orchestration & Agent Frameworks
- **Claude Flow** - #1 agent orchestration platform with 101 MCP tools
- **Agentic Flow** - Production AI orchestration with 66 agents
- **Flow Nexus** - Competitive agentic platform on MCP
- **Google ADK** - Build multi-agent systems with Google's Agent Development Kit
### Cloud Platform
- **Google Cloud CLI** - gcloud SDK for Vertex AI, Cloud Functions
- **Vertex AI SDK** - Google Cloud's unified ML platform
### Databases & Memory
- **RuVector** - Vector database and embeddings toolkit
- **AgentDB** - Database for agentic AI state management
### Synthesis & Advanced Tools
- **Agentic Synth** - Synthesis tools for agentic development
- **Strange Loops** - Consciousness exploration SDK
- **SPARC 2.0** - Autonomous vector coding agent
### Python Frameworks
- **LionPride** - Python agentic AI framework
- **Agentic Framework** - AI agents with natural language
- **OpenAI Agents SDK** - Multi-agent workflows from OpenAI
---
## ๐ ARW (Agent-Ready Web)
This repository demonstrates the ARW specification through the **Media Discovery** app.
### What is ARW?
ARW provides infrastructure for efficient agent-web interaction:
- **85% token reduction** - Machine views vs HTML scraping
- **10x faster discovery** - Structured manifests vs crawling
- **OAuth-enforced actions** - Safe agent transactions
- **AI-* headers** - Full observability of agent traffic
### ARW in Media Discovery
The media-discovery app implements ARW with:
```json
// /.well-known/arw-manifest.json
{
"version": "0.1",
"profile": "ARW-1",
"site": {
"name": "AI Media Discovery",
"description": "Discover movies and TV shows through natural language"
},
"actions": [
{
"id": "semantic_search",
"endpoint": "/api/search",
"method": "POST"
}
]
}
```
See the [ARW Specification](spec/ARW-0.1-draft.md) for full details.
---
## ๐ป Development
### Prerequisites
- Node.js 18+
- npm or pnpm
### Build & Run
```bash
# Install dependencies
npm install
# Build the CLI
npm run build
# Run locally
npm start
# Development mode (watch)
npm run dev
# Run linter
npm run lint
```
### MCP Server
```bash
# STDIO transport (for Claude Desktop, etc.)
npm run mcp:stdio
# SSE transport (for web integrations)
npm run mcp:sse
```
### Media Discovery App
```bash
cd apps/media-discovery
npm install
npm run dev
```
---
## ๐ MCP Integration
Add to your Claude Desktop config (`claude_desktop_config.json`):
```json
{
"mcpServers": {
"agentics-hackathon": {
"command": "npx",
"args": ["agentics-hackathon", "mcp"]
}
}
}
```
Or use SSE transport:
```bash
npx agentics-hackathon mcp sse --port 3000
```
---
## ๐ค Contributing
We welcome contributions! Areas of focus:
1. **CLI Improvements** - New commands, better UX
2. **Tool Integrations** - Add more AI tools
3. **Demo Apps** - Build showcases for hackathon tracks
4. **ARW Implementation** - Expand specification coverage
5. **Documentation** - Guides and tutorials
### Development Workflow
See [CLAUDE.md](CLAUDE.md) for development guidelines including:
- SPARC methodology for systematic development
- Concurrent execution patterns
- File organization rules
---
## ๐ License
This project is licensed under the [Apache License 2.0](LICENSE).
---
## ๐ Links
- **๐ Hackathon Website:** [agentics.org/hackathon](https://agentics.org/hackathon)
- **๐ฌ Discord:** [discord.agentics.org](https://discord.agentics.org)
- **๐ฆ GitHub:** [github.com/agenticsorg/hackathon-tv5](https://github.com/agenticsorg/hackathon-tv5)
- **๐ ARW Spec:** [ARW v0.1 Draft](spec/ARW-0.1-draft.md)
---
<div align="center">
**๐ Agentics Foundation TV5 Hackathon**
*Building the Future of Agentic AI - Supported by Google Cloud*
[Website](https://agentics.org/hackathon) | [Discord](https://discord.agentics.org) | [GitHub](https://github.com/agenticsorg/hackathon-tv5)
</div>