Releases: bipa-app/agent-sdk
Releases · bipa-app/agent-sdk
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
What's Changed
- bump to 0.4.0 (#45) (38f4a2e)
- fix: store timestamp problem (#44) (eb2eb6f)
- feat: tool execution state (prevent tool executin failures) (#43) (6efc6be)
- feat(tools): add AsyncTool trait for long-running operations (#42) (ef48b73)
- feat(llm): add Anthropic extended thinking support (#41) (d0314b6)
- fix(agent_loop): Make sure to always propagate error events (#40) (6a99dea)
- fix: make Continuation struct json serializable (#39) (48e0874)
- feat(agent): add display name to tool call events (#38) (1dfefbc)
- refa(agent_loop): return outcome in
run_turn(#37) (9f56ed6) - feat: SDK Phase 1 Refactoring - Typed Tool Names and Yield/Resume Pattern (#36) (251ed2c)
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- chore: bump version to 0.3.0 (#35) (6bda912)
- fix(gemini): correctly detect tool use stop reason (#34) (24e0888)
- feat: add streaming support for LLM providers (#33) (11373c7)
- feat(reminders): add system reminder infrastructure (#32) (71ed6c9)
- ci: create GitHub Release with changelog on publish (#31) (ad1153d)
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- feat: add shared modules for desktop app integration by @luizParreira in #30
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- docs: improve crate-level documentation for docs.rs by @luizParreira in #29
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial public release