v1.0.3
What's Changed
- fix: Msg by @GTyingzi in #184
- feat(a2a): Support A2A protocol calling by A2aAgent. by @KomachiSion in #172
- fix(rag): Missing the dimension parameter for embedding by @guanxuc in #188
- feat(rag): OpenAI Embedding Support by @xuanmiss in #191
- feat(chat): Enhance message content retrieval and streaming output by @Aias00 in #193
- feat(#145): Add Quarkus integration with extension and starter by @JGoP-L in #185
- refactor: replace dashscope-sdk-java to native http request in model by @AlbumenJ in #123
- feat: Add LLM-friendly guide for AI code assistants (#148) by @JGoP-L in #186
- feat(core): opt memory concurrency and exception handling by @disaster1-tesk in #196
- feat: Allow finishing subtasks with a specified state and outcome. by @Aias00 in #199
- feat: update
McpSchema.CallToolResultto use a builder pattern and refine OpenAIseedparameter application. by @Aias00 in #201 - fix: remove parallel test config by @AlbumenJ in #203
- feat: add Reactor context propagation for tracing and dedicated tests by @Aias00 in #194
- feat(examples): add plan-notebook web application example by @LearningGp in #204
- refactor: Update Werewolf Game to Web Interation by @AlbumenJ in #202
- feat: Implement array and collection
itemsschema generation in ToolSchemaGenerator and add a corresponding test. by @Aias00 in #205 - feat: Implement AgentScope Micronaut Starter module by @JGoP-L in #189
- fix: Move Micronaut and Spring Boot starters under extensions by @JGoP-L in #212
- fix(tool): provide the agent with descriptions of all tool groups when using reset_equipped_tools (#210) by @guomo233 in #214
- feat(core): Add a security verification tool class and add a custom FanoutPipeline scheduler by @disaster1-tesk in #223
- feat: optimize auto context memory by @shiyiyue1102 in #213
- fix(core): fix InMemoryMemory deleteindex error add schedus builder support by @disaster1-tesk in #228
- feat(a2a): Support handle A2A request as a server and add a2a-spring-boot-starter. by @KomachiSion in #232
- fix(core): extract ExtendedModel and its simple-implement class by @fang-tech in #240
- feat: add sub-agent tool support for multi-turn conversation by @AlbumenJ in #209
- feat: support ag-ui by @AlbumenJ in #150
- refactor: refine project structure by @AlbumenJ in #243
New Contributors
- @GTyingzi made their first contribution in #184
- @KomachiSion made their first contribution in #172
- @guanxuc made their first contribution in #188
- @xuanmiss made their first contribution in #191
- @Aias00 made their first contribution in #193
- @JGoP-L made their first contribution in #185
- @disaster1-tesk made their first contribution in #196
- @guomo233 made their first contribution in #214
Full Changelog: v1.0.2...v1.0.3