@agxbuild/actors
v0.1.16
Published
Actor components for AgentGraph
Readme
@agx/actors
Actor components and workflow orchestration
Purpose
Provides actor-based components for building complex AI workflows and agent interactions.
Features
- Actor components
- Workflow orchestration
- Agent lifecycle management
- State management
Installation
npm install @agx/actors
# or
pnpm add @agx/actors
# or
yarn add @agx/actorsUsage
import {} from /* exports */ "@agx/actors";
// Usage examples will be added as the API stabilizesDependencies
This package depends on the following AGX packages:
- @agx/auth
- @agx/core
- @agx/database
- @agx/messages
- @agx/providers
- @agx/queue
- @agx/server
- @agx/tools
- @agx/triggers
- @agx/types
- @agx/upload-processors
Development
# 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.
