@autonia/types
v0.1.27
Published
TypeScript types for AgentGraph
Readme
@autonia/types
TypeScript type definitions for the AgentGraph ecosystem
Purpose
Provides comprehensive type definitions and interfaces used across all AGX packages.
Features
- Core type definitions
- Interface declarations
- Type utilities
Installation
npm install @autonia/types
# or
pnpm add @autonia/types
# or
yarn add @autonia/typesUsage
import /* exports */ "@autonia/types";
// Usage examples will be added as the API stabilizesDevelopment
# Install dependencies
pnpm install
# Build the package
pnpm run build
# Run in development mode
pnpm run developLicense
MIT - See LICENSE file for details.
Contributing
This package is part of the AGX monorepo. Please see the main repository for contribution guidelines.
