PackageTrack

Go modules ยท #2109

github.com/go-kratos/blades

v0.5.0go-kratos/blades โ†—

Release timeline

259 releases since 2025
2026

Releases

  1. v0.3.1-0.20260708111413-24c6baba51268 Jul 2026pre-release

    Nothing published for this version

  2. v0.3.1-0.20260708104804-794bc8f22e758 Jul 2026pre-release

    Nothing published for this version

  3. v0.3.1-0.20260708091115-2a54304840b98 Jul 2026pre-release

    Nothing published for this version

  4. v0.3.1-0.20260708070729-595f98a5dd118 Jul 2026pre-release

    Nothing published for this version

  5. v0.3.1-0.20260707105844-81b0c3792ee67 Jul 2026pre-release

    Nothing published for this version

  6. v0.3.1-0.20260707103300-0319f2a1b4e07 Jul 2026pre-release

    Nothing published for this version

  7. v0.3.1-0.20260707073148-a54be796e8337 Jul 2026pre-release

    Nothing published for this version

  8. v0.3.1-0.20260629115249-3308113bfe9529 Jun 2026pre-release

    Nothing published for this version

  9. v0.3.1-0.20260626093052-9e0f2bfc118226 Jun 2026pre-release

    Nothing published for this version

  10. v0.3.1-0.20260623090142-f46f3d2cf57c23 Jun 2026pre-release

    Nothing published for this version

  11. v0.3.1-0.20260615051951-5713dbf79c6615 Jun 2026pre-release

    Nothing published for this version

  12. v0.3.1-0.20260518135614-3fb13076767618 May 2026pre-release

    Nothing published for this version

  13. v0.3.1-0.20260507060442-b78fec59029d7 May 2026pre-release

    Nothing published for this version

  14. v0.3.1-0.20260404041653-f9ad0c47f1394 Apr 2026pre-release

    Nothing published for this version

  15. v0.3.1-0.20260305095333-efb8e7240a285 Mar 2026pre-release

    Nothing published for this version

  16. v0.3.1-0.20260116032907-28722bfcb62a16 Jan 2026pre-release

    Nothing published for this version

  17. v0.3.1-0.20251129055928-fa415b0af25129 Nov 2025pre-release

    Nothing published for this version

  18. v0.3.1-0.20251127225412-d69851aff1db27 Nov 2025pre-release

    Nothing published for this version

  19. v0.3.026 Nov 2025
    Release notes

    ๐Ÿš€ Features

    Agent System Enhancements

    • Implement tool context and action tracking (#159)
    • Add invocation model & tools & instructions (#160)
    • Add action interruption support and improve handoff flow (#170)

    Flow Management

    • Add deep agent capabilities (#171)
    • Introduce routing agent functionality (#174)

    Runner Features

    • Add runner resume functionality (#163)

    Workflow Examples

    • Add workflow orchestrator example (#172)
    • Add workflow evaluator example (#173)

    ๐Ÿ”ง Improvements

    Agent Architecture

    • Introduce InstructionProvider and optimize instruction management (#162)

    Documentation

    • Add project badge to README (#177)

    ๐Ÿ› Bug Fixes

    Agent

    • Add nil check before merging instructions (#161)
    • Fix typo in agent instruction name (#164)

    Message Handling

    • Remove unused code and simplify state cloning (#166)
    • Add nil check for message in appendNewMessage (#169)

    Contrib Providers

    • Fix linting issues in gemini and openai providers (#168)

    ๐Ÿ“ฆ Dependencies

    • Upgrade contrib/openai version (#158)

    ๐Ÿ‘ฅ New Contributors

    ๐Ÿ”— Links

    Full Changelog: v0.2.0...v0.3.0

    Open source โ†’
    Additional notes5 sources agree

    add badge (#177)

    Open source โ†’
  20. v0.2.1-0.20251121100812-eba0b54977cf21 Nov 2025pre-release

    Nothing published for this version

  21. v0.2.1-0.20251121091240-1acb48b9411e21 Nov 2025pre-release

    Nothing published for this version

  22. v0.2.1-0.20251121030027-2761d493993121 Nov 2025pre-release

    Nothing published for this version

  23. v0.2.1-0.20251120035223-0656a2f7e93120 Nov 2025pre-release

    Nothing published for this version

  24. v0.2.1-0.20251119115920-1fcd8ed9f77c19 Nov 2025pre-release

    Nothing published for this version

  25. v0.2.1-0.20251119101042-f30f98635e5019 Nov 2025pre-release

    Nothing published for this version

  26. v0.2.1-0.20251118142151-d62e709a72cc18 Nov 2025pre-release

    Nothing published for this version

  27. v0.2.018 Nov 2025
    Release notes

    ๐Ÿš€ Features

    • Flow: Add Handoff Agent for intelligent agent task delegation and collaboration (#135)
    • Flow: Add Sequential Agent for pipeline-style workflow execution (#136)
    • Flow: Add Parallel Agent for concurrent agent execution to improve efficiency (#137)
    • Flow: Add Loop Agent for iterative task processing (#138)
    • Middleware: Add retry middleware for automatic failed request handling (#130)
    • Tools: Add middleware support and options to NewFunc (#128)
    • Model: Support custom request options for model providers (#144)
    • Examples: Add examples target to Makefile and make model configurable via environment variables (#152)
    • Agent: Simplify streaming response handling and add tools streaming example (#132)

    ๐Ÿ”ง Improvements

    • Handoff: Improve agent handoff logic and prompt optimization (#140, #153)
    • Agent: Improve session storage and message handling (#142)
    • Agent: Conditionally yield assistant messages for better control (#149)
    • Runner: Handle iteration properly in Run method (#150)

    ๐Ÿ—๏ธ Refactoring

    • Model: Refactor model provider architecture design (#133)
    • Model: Refactor model configuration structure (#143)

    ๐Ÿ› Bug Fixes

    • Agent: Add final response yield in non-streaming mode (#134)
    • Examples: Modify routing example prompt and logic (#151)

    ๐Ÿ“š Documentation

    • Readme: Update code examples and fix indentation (#145)

    ๐Ÿ“ฆ Dependencies

    • OpenAI: Upgrade openai version to v3.8.1 (#154)

    ๐Ÿ† Version Highlights

    • Workflow Engine: Complete Flow workflow system with Handoff, Sequential, Parallel, and Loop agents
    • Enhanced Middleware: Retry middleware and tool middleware support for better extensibility
    • Improved Reliability: Multiple fixes ensure more stable system operation
    • Better Developer Experience: Simplified configuration and practical examples

    ๐Ÿ”— Full Changelog

    View complete changelog


    Open source โ†’
  28. v0.1.2-0.20251118135332-39d0fbb0c64718 Nov 2025pre-release

    Nothing published for this version

  29. v0.1.2-0.20251118124946-83e61f66e86c18 Nov 2025pre-release

    Nothing published for this version

  30. v0.1.2-0.20251118073515-edc3e04d44d118 Nov 2025pre-release

    Nothing published for this version

  31. v0.1.2-0.20251118032037-ce182e82e7b318 Nov 2025pre-release

    Nothing published for this version

  32. v0.1.2-0.20251117162111-58281704bca617 Nov 2025pre-release

    Nothing published for this version

  33. v0.1.2-0.20251117154251-3b98b9b76ad417 Nov 2025pre-release

    Nothing published for this version

  34. v0.1.2-0.20251117103835-6d963cb1ec7e17 Nov 2025pre-release

    Nothing published for this version

  35. v0.1.2-0.20251117073830-460d5a8df4bd17 Nov 2025pre-release

    Nothing published for this version

  36. v0.1.2-0.20251117035446-02049230fe1917 Nov 2025pre-release

    Nothing published for this version

  37. v0.1.2-0.20251116140439-7bc0198e69e716 Nov 2025pre-release

    Nothing published for this version

  38. v0.1.2-0.20251116042150-75b5b124169a16 Nov 2025pre-release

    Nothing published for this version

  39. v0.1.2-0.20251116024848-9679e10a877e16 Nov 2025pre-release

    Nothing published for this version

  40. v0.1.2-0.20251115145926-0ee123243a9f15 Nov 2025pre-release

    Nothing published for this version

  41. v0.1.2-0.20251115122647-697a7470bc1d15 Nov 2025pre-release

    Nothing published for this version

  42. v0.1.2-0.20251114135638-47005fbb847f14 Nov 2025pre-release

    Nothing published for this version

  43. v0.1.2-0.20251114095241-ba02befa72c214 Nov 2025pre-release

    Nothing published for this version

  44. v0.1.2-0.20251114074820-e8baeeeea46814 Nov 2025pre-release

    Nothing published for this version

  45. v0.1.2-0.20251113164546-fac62a85ff7413 Nov 2025pre-release

    Nothing published for this version

  46. v0.1.113 Nov 2025

    Nothing published for this version

  47. v0.1.1-0.20251118134045-c3b15b4fef4618 Nov 2025pre-release

    Nothing published for this version

  48. v0.1.1-0.20251118032037-ce182e82e7b318 Nov 2025pre-release

    Nothing published for this version

  49. v0.1.1-0.20251117162111-58281704bca617 Nov 2025pre-release

    Nothing published for this version

  50. v0.1.1-0.20251117154251-3b98b9b76ad417 Nov 2025pre-release

    Nothing published for this version

  51. v0.1.1-0.20251117073830-460d5a8df4bd17 Nov 2025pre-release

    Nothing published for this version

  52. v0.1.1-0.20251116042150-75b5b124169a16 Nov 2025pre-release

    Nothing published for this version

  53. v0.1.1-0.20251115145926-0ee123243a9f15 Nov 2025pre-release

    Nothing published for this version

  54. v0.1.1-0.20251114135638-47005fbb847f14 Nov 2025pre-release

    Nothing published for this version

  55. v0.1.1-0.20251114095241-ba02befa72c214 Nov 2025pre-release

    Nothing published for this version

  56. v0.1.1-0.20251114074820-e8baeeeea46814 Nov 2025pre-release

    Nothing published for this version

  57. v0.1.1-0.20251113164546-fac62a85ff7413 Nov 2025pre-release

    Nothing published for this version

  58. v0.1.1-0.20251113151236-cb5428151c4213 Nov 2025pre-release

    Nothing published for this version

  59. v0.1.1-0.20251113120846-d113d12514f313 Nov 2025pre-release

    Nothing published for this version

  60. v0.1.1-0.20251113115258-0690a88f5e3a13 Nov 2025pre-release

    Nothing published for this version