Releases: temporal-community/temporal-agent-harness
Releases · temporal-community/temporal-agent-harness
Release list
0.3.0
Ship the harness as a console script
Packages both web-facing processes as temporal-agent-harness serve and
temporal-agent-harness session-manager, so a project that adds the wheel
runs the prebuilt UI without a checkout or a hand-written launcher.
0.2.0
0.2.0 — new harness plugin, a much richer UI.
Wiring a worker is now one line: plugins=[AgentHarnessPlugin(tools=MY_TOOLS)]. The console is substantially rebuilt: reader-arranged panes, keyboard-driven replay, and a "Ready" chip that actually tracks whether you've got the necessary workers running.
0.1.0
First tagged release! Durable, composable AI agents on Temporal — written with the AI SDKs you already use.
Try it out
git clone --branch 0.1.0 https://github.com/temporal-community/temporal-agent-harness.git
cd temporal-agent-harness