aman-agentic
v0.1.0
Published
The aman agentic substrate in one package: unified `aman` CLI + `aman-mcp` MCP server (identity, rules, eval, workflows, skills, kit, intentions, projects)
Maintainers
Readme
aman-agentic
The aman agentic substrate in one package. Supersedes the per-layer
packages (@aman_asmuei/aman-mcp, @aman_asmuei/aeval, @aman_asmuei/aflow,
@aman_asmuei/askill, @aman_asmuei/akit, @aman_asmuei/aman, and the
aman-core/acore-core/arules-core libraries), which are deprecated.
What's inside
aman— unified CLI:aman identity|rules|eval|flow|skills|kit|intentions|projects <verb>, plusaman state|brief|watch|audit.aman-mcp— MCP server (stdio) exposing the same layers as 47 tools.- Library —
import { evalStatus, workflowList, ... } from "aman-agentic"(the layer parsers; sole owner of the substrate file formats).
Usage
npx -p aman-agentic aman eval status
# MCP config:
{ "command": "npx", "args": ["-p", "aman-agentic", "aman-mcp"] }State lives in markdown under ~/.aman/ (legacy ~/.a* dot-paths work as
symlinks). Paths are overridable via AMAN_*_HOME env vars; scope via
AMAN_MCP_SCOPE (default dev:plugin).
Memory (@aman_asmuei/amem) remains a separate MCP server — heavy native
dependencies.
Source: monorepo at github.com/amanasmuei/aman-substrate.
