xibecode-core
v1.3.15
Published
XibeCode Core - AI agent engine with tool execution, MCP, memory, and multi-mode support
Maintainers
Readme
xibecode-core
Programmable agent engine for XibeCode: multi-model chat, tool execution, MCP, sessions, permissions, skills, and related utilities. The xibecode CLI consumes this package; you can also embed it in servers, gateways, or custom tooling.
Requirements
- Node.js 18+
Install
pnpm add xibecode-coreUsage
Import the APIs you need from xibecode-core (ESM). Typical entry points:
| Area | Examples |
|------|----------|
| Agent | EnhancedAgent, AgentStream |
| Tools | CodingToolExecutor, remote execution clients |
| Modes | MODE_CONFIG, AgentMode, question/plan helpers |
| MCP | MCPClientManager, MCP config helpers |
| Session | SessionManager, transcript loaders |
| Memory / skills | NeuralMemory, SkillManager, AutoMemoryManager |
import { EnhancedAgent, MODE_CONFIG } from 'xibecode-core';See src/index.ts for the full public export surface.
Development
This package lives in the XibeCode monorepo under packages/core/. Build produces type declarations and JavaScript in dist/.
pnpm install
pnpm --filter xibecode-core build
pnpm --filter xibecode-core testLicense
Apache-2.0
