Skip to content

CopilotKit/vnext_experimental

Repository files navigation

CopilotKit vnext_experimental

A modern TypeScript-first copilot framework built with React components and AI agents.

Development

Prerequisites

  • Node.js 18+
  • pnpm 9+

Setup

pnpm install

Available Commands

Build

# Build all packages
pnpm turbo run build

# Build specific package
pnpm turbo run build --filter=@copilotkitnext/react

Development

# Run tests
pnpm turbo run test

# Run tests in watch mode
pnpm turbo run test:watch

# Type checking
pnpm turbo run check-types

# Linting
pnpm turbo run lint

Storybook

# Start Storybook development server
pnpm turbo run storybook:dev --filter=storybook

# Build Storybook for production
pnpm turbo run storybook:build --filter=storybook

Package Structure

  • packages/core - Core utilities and types
  • packages/react - React components and hooks
  • packages/runtime - Server-side runtime handlers
  • packages/shared - Common utilities
  • apps/storybook - Component documentation and examples

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •