v0.4.0
v0.4.0
Summary
AgentLane 0.4.0 adds a higher-level stateful harness agent API centered on DefaultAgent, plus the docs, examples, and release automation needed to ship and publish it more cleanly.
Added
- Added the new high-level harness agent surface with
DefaultAgent,AgentBase, persisted primary-line runs, branch execution viafork(...), and explicit state reset support (c903e24,5768b8d,b8b79df). - Added default-agent documentation, tests, and a runnable quickstart example for the new harness entry point (
c903e24,f4dfd3a). - Added a GitHub Actions workflow for trusted PyPI publishing across the root package and workspace packages (
a726d45).
Changed
- Refined the public README and docs index so the runtime, models, and harness entry points are easier to navigate from the repository root (
d5f3770,5a19df3,c1293b0,0dd493d). - Formalized the local release workflow with release-note driven tagging and GitHub release creation guidance (
e423b5a).
Fixed
- Tightened release note formatting so annotated tags and release bodies stay concise and consistent (
dfff2af).