agentd-core 1.6.0

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
6
7
8
9
// SPDX-License-Identifier: AGPL-3.0-only
pub mod budget;
pub mod cgroup;
pub mod kill;
pub mod liveness;
pub mod reap;
pub mod reaper;
pub mod spawn;
pub mod tree;