@autonia/context-manager
v0.1.25
Published
Context manager for AgentGraph
Readme
@autonia/context-manager
Context management and summarization
Purpose
Handles context management, conversation summarization, and memory optimization.
Features
- Context management
- Conversation summarization
- Memory optimization
Installation
npm install @autonia/context-manager
# or
pnpm add @autonia/context-manager
# or
yarn add @autonia/context-managerUsage
import /* exports */ "@autonia/context-manager";
// Usage examples will be added as the API stabilizesDependencies
This package depends on the following AGX packages:
- @autonia/types
- @autonia/core
- @autonia/messages
- @autonia/actors
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.
