Skip to content

Releases: runemalm/AF.AgentFramework

v0.16.0

01 Nov 13:49

Choose a tag to compare

0.16.0 (2025-11-01)

docs

  • readme: Document new stimulus router and HelloSlackAgent sample (e7c9154)
  • samples: Add HelloSlackAgent sample demonstrating filtered stimulus routing (7818b0c)

test

  • kernel: Stabilize priority ordering test and add routing unit tests (b6ebdcd)

feat

  • kernel,routing: Introduce stimulus router primitive (broadcast + filtered routing) (8fdd289)

v0.15.1

01 Nov 13:34

Choose a tag to compare

0.15.1 (2025-11-01)

docs

  • readme: Add small subsection on hello-aware agent (d32a766)

fix

  • dashboard: Coloring bug related to tool columns (8979928)

v0.15.0

26 Oct 14:19

Choose a tag to compare

0.15.0 (2025-10-26)

docs

  • readme: Mention new capability extension support and mas support (c270fdc)

chore

  • samples: Add hello-aware sample agent (ea09f50)

feat

  • kernel,hosting: Introduce capability extensibility support (15f23f1)
  • mas: Add minimal MAS capability extension (6ae6eb0)

fix

  • kernel: Log error instead of silently ignoring on agent execution failure (21ee48e)
  • samples: Wrong namespace in some of the sample agents (7275f3a)

v0.14.0

19 Oct 17:48

Choose a tag to compare

0.14.0 (2025-10-19)

docs

  • readme: Mention new metrics provider system (e97a034)
  • readme: Refresh dashboard section with updated observability example (2c43468)

feat

  • dashboard: Display per-agent tool metrics in live snapshot view (9e3a33d)
  • kernel: Add extensible metrics provider architecture for agent observability (5e984b0)

v0.13.0

18 Oct 18:24

Choose a tag to compare

0.13.0 (2025-10-18)

refactor

  • samples: Move HelloKernel agent classes into Agents folder (8be5704)

docs

  • readme: Update with new Tools subsystem and HelloToolsAgent sample (2f8fafe)

feat

  • tools: Add LocalExecutor and HelloToolsAgent enabling end-to-end local tool execution (c2e4795)

v0.12.1

12 Oct 18:44

Choose a tag to compare

0.12.1 (2025-10-12)

fix

  • kernel: Fix race condition allowing concurrent execution on the same agent (77a4469)
  • kernel: Add throughput sampler to kernel to decouple metrics from dashboard polling rate (92fecf6)

chore

  • readme: Update readme code sample (bc1dbd3)

v0.12.0

12 Oct 16:11

Choose a tag to compare

0.12.0 (2025-10-12)

feat

  • dashboard: Show worker count (66147f9)
  • kernel: Add concurrent agent execution support (f9c5c5f)

chore

  • kernel: Add worker count to snapshot (bc8ff73)

v0.11.0

12 Oct 14:30

Choose a tag to compare

0.11.0 (2025-10-12)

feat

  • kernel: Add scheduling policies for fair and balanced agent execution (2edc6d1)

chore

  • dashboard: Add input field for custom refresh control ms (3f6b6d7)
  • readme: Add example code section (d8756c7)

v0.10.0

11 Oct 18:43

Choose a tag to compare

0.10.0 (2025-10-11)

feat

  • dashboard: Enhance with more metrics (93617c0)

chore

  • agents: Make HelloMapeAgent id configurable via constructor arg (c95c6e7)
  • ci: Fix links in release notes (85d4c18)
  • readme: Add dashboard screenshot to readme (7e3d6ed)
  • readme: Update nuget readme (51670e9)

v0.9.0

11 Oct 16:22

Choose a tag to compare

0.9.0 (2025-10-11)

chore

  • ci: show all scopes in release notes ()
  • hosting: add AgentHostConsoleExtensions with RunConsoleAsync for graceful shutdown ()
  • hosting: extend AgentHostBuilder with AddHostService() and EnableDashboard() ()
  • kernel: implement IKernelInspector in InProcKernel ()
  • misc: minor changes ()
  • readme: add minimal dashboard to roadmap ()
  • samples: update samples ()
  • update readme ()

feat

  • hosting: add host service support (AgentHostService, ObservabilityDashboardService) ()
  • hosting: add HTTP observability dashboard (ObservabilityServer) ()
  • kernel: add introspection API (IKernelInspector, KernelSnapshot) ()