agentd-core 1.3.4

Minimal, MCP-native agent runtime as a library: the agentic loop, supervisor, workflows, and code-registered tools (the agentd engine)
Documentation
1
2
3
4
5
// SPDX-License-Identifier: AGPL-3.0-only
pub mod intel;
// The MCP wire types and version/era model live in the reusable `mcp` crate;
// re-exported here so `crate::wire::mcp::*` resolves throughout the runtime.
pub use ::mcp::wire as mcp;