agent-harness-rs 0.2.13

Agent loop harness with local and sandbox tool runtimes, context management, and MCP support
Documentation
1
2
3
4
5
6
7
8
9
# Project Memory

## Release Versioning

For this crate, releases follow patch-only increments within the current minor line:

- Current rule: `0.1.N -> 0.1.{N+1}`
- Do not skip patch versions unless the user explicitly asks.
- Before publishing, run the test suite and publish the next patch version.