@wayofmono/wo-agent-core
v1.0.2
Published
General-purpose agent with transport abstraction, state management, and attachment support
Readme
@wayofmono/wo-agent-core
Core logic, shared types, and foundational services for Way of Mono agents.
Installation
pnpm add @wayofmono/wo-agent-coreOverview
This package provides the underlying machinery used by both @wayofmono/wo-agent and @wayofmono/wo-coding-agent. It includes:
- Session Management: Logic for handling agent conversations and history.
- Auth Services: Foundational authentication and credential management.
- Tool Registry: Core system for defining and executing tools.
- Shared Types: Common interfaces and types used across the ecosystem.
This is an internal core package and is typically not consumed directly by end users.
