@autonia/thread-processors
v0.1.25
Published
Thread processors for AgentGraph
Readme
@autonia/thread-processors
Thread processing and conversation management
Purpose
Processes conversation threads and manages multi-turn interactions.
Features
- Thread processing
- Conversation management
- Multi-turn interactions
Installation
npm install @autonia/thread-processors
# or
pnpm add @autonia/thread-processors
# or
yarn add @autonia/thread-processorsUsage
import /* exports */ "@autonia/thread-processors";
// 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.
