@autonia/actors
v0.1.26
Published
Actor components for AgentGraph
Readme
@autonia/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 @autonia/actors
# or
pnpm add @autonia/actors
# or
yarn add @autonia/actorsUsage
import {} from /* exports */ "@autonia/actors";
// Usage examples will be added as the API stabilizesDependencies
This package depends on the following AGX packages:
- @autonia/auth
- @autonia/core
- @autonia/database
- @autonia/messages
- @autonia/providers
- @autonia/queue
- @autonia/server
- @autonia/tools
- @autonia/triggers
- @autonia/types
- @autonia/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.
