Package Exports
- @femtomc/mu-agent
Readme
@femtomc/mu-agent
Shared mu agent runtime package.
This package centralizes reusable agent logic that was previously split across
@femtomc/mu-control-plane and @femtomc/mu-orchestrator, including:
- Messaging meta-agent runtime + backend
- Command context resolution for meta-agent command proposals
- Role prompt loading/defaults for orchestrator + worker agents
- pi CLI/SDK orchestration backends and resource loader helpers
- Prompt/template helpers used by orchestration roles
Install
npm install @femtomc/mu-agent
# or: bun add @femtomc/mu-agentDevelopment
From repo root (mu/):
bun run build
bun test packages/orchestrator packages/control-plane