Agentman: open-source Rust prototype shares CLI command metadata across agents and MCP wrappers

Romy63ru · reddit · 2026-09-04

A Reddit developer released Agentman, a small open-source Rust project exploring whether CLI command behavior descriptions can be shared across agent integrations and MCP wrappers instead of being maintained separately.

The premise: an agent invoking Git needs more than valid arguments—it needs to know a command might change the index, discard working-tree changes, or require special output parsing. Agentman stores this knowledge in reusable manifests with sources and explicit uncertainty. A curated catalog for Git and .NET is included; for example, agentman describe git reset --hard returns metadata on destructive effects, approval guidance, and why retrying shouldn't be assumed safe.

Original post →

More from coding & agent

coding & agent channel →