@opensourcewtf/waaah-types
v0.1.0
Published
Shared TypeScript definitions and Zod schemas for WAAAH
Maintainers
Readme
@opensourcewtf/waaah-types
Shared TypeScript definitions, schemas, and interfaces for the WAAAH system.
Contents
- Agent Types:
AgentIdentity,AgentRole - Task Types:
Task,TaskStatus,TaskPriority - MCP Schemas: Zod definitions for tool arguments (
AssignTaskArgs,RegisterAgentArgs, etc.)
Usage
import { Task, AgentRole } from '@opensourcewtf/waaah-types';