Skip to content

Releases: GizClaw/flowcraft

vesseld v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 May 09:29
f7fa207

What's Changed

  • docs: add repo README by @lIang70 in #66
  • docs: fix README inaccuracies by @lIang70 in #67
  • docs: restore RRF mention in recall highlights by @lIang70 in #68
  • docs: add CHANGELOG and SECURITY policy, tweak README diagram by @lIang70 in #69
  • chore(examples/chatbot-with-recall): bump sdk to v0.2.7, drop replace by @lIang70 in #70
  • feat(llm): add image/audio output caps, ImageGenOptions, public OneChunkStream by @lIang70 in #71
  • feat(sdkx/llm): add image-generation adapters + align chat caps by @lIang70 in #72
  • feat(tests/conformance): add image-generation conformance suite by @lIang70 in #73
  • [skip-tag:sdk] feat(sdk): additive OTel instrumentation (1/4) by @lIang70 in #74
  • [skip-tag:sdk] feat(sdk/engine): StreamRouter for multi-sink delta fan-out (2/4) by @lIang70 in #75
  • [skip-tag:sdk] feat(sdk/engine): optional Resumer + LoadAndResume helper (3/4) by @lIang70 in #76
  • feat(sdk/agent): Handoff DSL; deprecate sdk-internal tool implementations (4/4) by @lIang70 in #77
  • feat(sdkx): checkpoint backends (sqlite/postgres) + image-LLM OTel parity by @lIang70 in #78
  • feat(sdkx): tool migration wrappers + Anthropic Memory Tool by @lIang70 in #79
  • feat(sdk/retrieval/scoring): public CosineSim + RRF helpers [skip-tag:sdk] by @lIang70 in #80
  • feat(sdk/workspace): Capabilities + CapabilityReporter by @lIang70 in #81
  • feat(sdkx/retrieval/workspace): LSM-tree retrieval index on Workspace by @lIang70 in #82
  • test(e2e/retrieval): on-disk LocalWorkspace conformance for sdkx retrieval by @lIang70 in #83
  • feat(sdk,sdkx): v0.3.0 cutover — delete deprecated v0.2.x surface [skip-tag:sdk] [skip-tag:sdkx] by @lIang70 in #84
  • chore(sdkx): bump sdk dep to v0.3.0 [skip-tag:sdkx] by @lIang70 in #85
  • docs(migrations/v0.3.0): drop incorrect sdkx/tool/mcp reference [skip-tag] by @lIang70 in #86
  • fix(sdk/graph,llmnode): channel-aware ValidateOutputs for PortTypeMessages (#87) by @lIang70 in #88
  • fix(sdk/graph,scriptnode): repair built-in JS scripts against v0.3 bindings by @lIang70 in #89
  • feat(sdk/script): classify signal.error/interrupt against errdefs and engine.Cause by @lIang70 in #90
  • feat(eval): consolidate evaluation suites under eval/ + unified Cobra CLI by @lIang70 in #91
  • docs: prep vesseld v0.1.0 GA (Status, TCP quickstart, vesseld-with-history demo) by @lIang70 in #92

Full Changelog: vesseld/v0.1.0-rc.1...vesseld/v0.1.0

vesseld v0.1.0-rc.1

vesseld v0.1.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 May 08:31
18e6464

What's Changed

  • feat(plugin) + fix(tool) + ci: plugin system, tool improvements, and GitHub CI by @lIang70 in #1
  • feat(workflow): add ContextAssembler and IncrementalSaver optional interfaces by @lIang70 in #2
  • chore(deps): bump sdk dependency to v0.1.1 in sdkx and examples by @lIang70 in #3
  • fix(adapter): inject default variable resolver in graphRunnable.Execute by @lIang70 in #4
  • test(adapter): add variable resolution regression test by @lIang70 in #5
  • chore(deps): bump sdkx dependency to sdk v0.1.2 by @lIang70 in #6
  • feat(embedding): add ByteDance and Qwen embedding providers by @lIang70 in #7
  • fix(memory): separate context from extraction target in extractCandidates by @lIang70 in #8
  • chore(deps): bump sdkx dependency to sdk v0.1.3 by @lIang70 in #9
  • feat(sdk): add LLM round execution, script bindings, Lua runtime, and hybrid memory by @lIang70 in #10
  • chore(deps): bump sdkx dependency to sdk v0.1.4 by @lIang70 in #11
  • fix(sdk): coerce string board vars to numeric types before JSON config parsing by @lIang70 in #12
  • ci: add auto-tag workflow for multi-module releases by @lIang70 in #13
  • refactor(sdk): externalize template ref detection from CoerceMapForStruct by @lIang70 in #14
  • fix(ci): create PR instead of direct push for sdkx dependency bumps by @lIang70 in #15
  • feat(sdk/workflow): add WithBoard RunOption for resume-from-snapshot by @lIang70 in #17
  • chore(sdkx): bump sdk dependency to v0.1.7 by @lIang70 in #18
  • fix(memory): use ArchiveConfig.ArchivePrefix instead of hardcoded 'archive' by @lIang70 in #20
  • chore(sdkx): bump sdk dependency to v0.1.8 by @lIang70 in #21
  • feat(telemetry): extensible log pipeline + rotating file exporter by @lIang70 in #22
  • chore(sdkx): bump sdk dependency to v0.1.9 by @github-actions[bot] in #23
  • feat(sdk/llm): layered per-model config + caps via optional store interfaces by @lIang70 in #25
  • chore(sdkx): bump sdk dependency to v0.1.10 by @github-actions[bot] in #26
  • refactor(sdkx/knowledge): remove SemanticProcessor, expose stateless context generators by @lIang70 in #27
  • fix(sdk/kanban): resolve 6 bugs from issue #28; unify event source on Board.Bus by @lIang70 in #29
  • chore(sdkx): bump sdk dependency to v0.1.11 by @github-actions[bot] in #30
  • refactor(sdk/event): subject-routed Bus, Envelope, MemoryBus with backpressure & route cache by @lIang70 in #31
  • chore(sdkx): bump sdk dependency to v0.1.12 by @github-actions[bot] in #32
  • refactor(memory): split into history + recall, add retrieval pipeline + bench by @lIang70 in #33
  • chore: drop plugin/deploy, pin voice-pipeline, scope go.work [skip-tag] by @lIang70 in #35
  • chore: drop v0.2.0 deprecated APIs [skip-tag] by @lIang70 in #36
  • refactor: extract speech stack into standalone voice module [skip-tag] by @lIang70 in #37
  • chore(voice): bump sdk dependency to v0.2.0 [skip-tag] by @lIang70 in #39
  • chore(sdkx): bump sdk dependency to v0.2.0 [skip-tag] by @lIang70 in #38
  • chore: bump examples + bench to v0.2.0 and migrate example to voice module by @lIang70 in #40
  • chore(retrieval,history,recall): review fixes and test coverage [skip-tag] by @lIang70 in #41
  • refactor(knowledge): layered architecture with Service, repos, retrievers, and end-to-end suite by @lIang70 in #42
  • refactor(sdk): cleanup tests, rename model.go, fix history compactor race by @lIang70 in #43
  • chore(sdkx,voice): bump sdk dependency to v0.2.2 by @lIang70 in #44
  • feat(sdk): introduce agent + engine runtime, unify graph around engine.Host by @lIang70 in #45
  • feat(sdk/engine): public subject contract for cross-engine event routing [skip-tag:sdk] by @lIang70 in #46
  • feat(sdk,sdkx): pod-runtime errdefs/telemetry convergence [skip-tag:sdkx] by @lIang70 in #47
  • chore(sdkx): bump sdk to v0.2.3 + deprecate knowledge/watcher for v0.3.0 by @lIang70 in #48
  • fix(sdk/recall): harden supersede counters, slot key contract, and resolver path by @lIang70 in #49
  • chore: extract provider integration tests into tools/conformance [skip-tag:sdk] [skip-tag:voice] by @lIang70 in #50
  • feat(sdk/engine,sdk/event,sdk/model): engine host extensibility, event sampling, and token usage enrichment by @lIang70 in #51
  • feat(sdk,sdkx): pod-runtime L3 — llm redesign, tool middleware, script caps, catalog refresh [skip-tag:sdkx] by @lIang70 in #52
  • chore(sdkx): bump pinned sdk version to v0.2.6 by @lIang70 in #53
  • chore(sdkx/llm/deepseek): annotate legacy aliases with ModelDeprecation by @lIang70 in #54
  • feat(sdk): pod-runtime L5 — multi-agent collaboration primitives by @lIang70 in #55
  • refactor: consolidate test suites under tests/ [skip-tag:sdk] by @lIang70 in #56
  • hotfix(tests/quality/knowledge): restore missing go.mod / doc.go [skip-tag:sdk] by @lIang70 in #57
  • voice: drop workflow dependency, drive turns via agent.Run + engine.Engine [skip-tag:voice] by @lIang70 in #58
  • ci(auto-tag): scope tagging to modules touched by this push by @lIang70 in #59
  • examples/voice-pipeline: bump voice to v0.2.0 and migrate off sdk/workflow by @lIang70 in #60
  • feat(vessel): captain runtime v0.1.0 by @lIang70 in #61
  • feat(vessel): add Handle.OnTerminate lifecycle hook by @lIang70 in #63
  • feat(vesseld): daemon binary v0.1.0 by @lIang70 in #62
  • test(vessel,vesseld): quality + e2e black-box suites by @lIang70 in #64
  • chore(examples): add vesseld-multi-vessel walkthrough by @lIang70 in #65

New Contributors

  • @github-actions[bot] made their first contribution in #23

Full Changelog: https://github.com/GizClaw/flowcraft/commits/vesseld/v0.1.0-rc.1