agentd-core 1.5.0

Minimal, MCP-native agent runtime as a library: the agentic loop, supervisor, workflows, and code-registered tools (the agentd engine)
Documentation
# Keep the build context narrow — only what Cargo + build.rs need.
**/target/
**/node_modules/
**/.nx/
**/.git/
**/.DS_Store

# Tests and fixtures are included only during CI test runs, not
# during image builds. Adding them here slows the build and
# doesn't affect the release binary.
apps/agent/harness/tests/

# Docs + RFCs never belong in the image.
docs/
rfcs/
*.md
!apps/agent/harness/README.md

# Editor / local state.
.vscode/
.idea/