@akihiiii/core
v0.1.0-rc.1
Published
Core types, runtime, and memory for the Zleap Agent SDK
Downloads
45
Readme
@akihiiii/core
Core types, runtime, and memory for the Zleap Agent SDK.
Overview
This package provides the foundational layer for the Zleap SDK:
- Domain types —
RunStatus,ToolCall,Artifact,WorkspaceResult, etc. - Runtime engine —
AgentRuntime— the core execution loop - Memory system — Memory orchestrator, notes, people policy, redaction, model projection
- Store ports — Abstract interfaces for persistence (
StorePort,MemoryRecordPort) - Skills & hooks — Skill definitions, tool policies, lifecycle hooks
- Context assembly — Context block construction for LLM prompts
Install
npm install @akihiiii/coreNote: Most users should install
@akihiiii/sdkinstead, which re-exports the public API.
Exports
| Sub-path | Contents |
|----------|----------|
| . | All core modules (types, runtime, memory, skills, hooks, etc.) |
| ./skill-package | Skill package loader |
| ./skill-sources | Skill source resolution |
License
MIT
