Skip to content

v0.2.0

Choose a tag to compare

@mazas-google mazas-google released this 26 May 11:24

What's Changed

  • chore: mark version as 0.1.1-SNAPSHOT by @copybara-service[bot] in #3
  • feat: Add input schema validation to AgentTool by @copybara-service[bot] in #6
  • refactor(agents): do not rely on isPaused flag by @copybara-service[bot] in #13
  • refactor: move GoogleSearchTool, VertexAISearchTool and GoogleMapsTool to core/commonMain by @copybara-service[bot] in #12
  • refactor: remove Runner from AdkWebServer by @copybara-service[bot] in #15
  • refactor: introduce testSession() helper and adopt across ADK Kotlin tests by @copybara-service[bot] in #9
  • fix: exclude protobuf-java transitive dependency in android by @copybara-service[bot] in #17
  • refactor: add modelMessage() helper, drop modelTextResponse(), and adopt Content/LlmResponse factories in ADK Kotlin tests by @copybara-service[bot] in #7
  • refactor: replace local DummyAgent and MockModel duplicates with canonical testing helpers by @copybara-service[bot] in #14
  • feat: Add a new example agent demonstrating callbacks by @copybara-service[bot] in #22
  • refactor: redact sensitive log content from core components and update documentation for LoggingPlugin that it may log sensitive data by @copybara-service[bot] in #20
  • refactor: introduce testInvocationContext() and testToolContext() helpers and adopt across tools/ tests by @copybara-service[bot] in #18
  • refactor: adopt TRANSFER_TO_AGENT_TOOL_NAME constant in tests by @copybara-service[bot] in #19
  • refactor: adopt simplifyEvents() in test event-list assertions by @copybara-service[bot] in #16
  • feat: Add a new ReportGeneratorAgent example by @copybara-service[bot] in #25
  • fix(processor): support Map<String, Any> and List as @tool return types by @copybara-service[bot] in #24
  • chore: Bump version to 0.1.1 by @copybara-service[bot] in #27
  • feat: Added structural agent demos: LoopAgentDemo, ParallelAgentDemo, and SequentialAgentDemo by @copybara-service[bot] in #31
  • chore: Bump version to 0.2.0 by @copybara-service[bot] in #30

Full Changelog: v0.1.0...v0.2.0