Skip to content

0.6.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 22:10
1fbef53

0.6.1 (2026-07-19)

Fix

  • read_document: support renamed retrieve kwarg across glean-api-client versions (#81)

0.6.0 (2026-07-19)

Fix

  • crewai: pass args_schema to BaseTool so the LLM sees real parameters (#73)
  • adk: expose real typed signatures so declarations and invocation work (#77)
  • openai: sanitize strict schemas and isolate per-tool conversion failures (#76)
  • adapters: map anyOf/union and array item types correctly in get_field_type (#75)
  • langchain: use StructuredTool so converted tools are invocable (#74)
  • tools: stop closing shared Glean client on every tool call (#72)