- add server_url support with instance fallback (#33)
- migrate from go-task to native mise tasks (#25)
- Use vars() instead of model_dump() for Speakeasy SDK models
- Update SDK method calls for glean-api-client 0.11.x
- Remove unused stream parameter from GleanRunAgentTool
- Ensure
act_asandGLEAN_ACT_ASare propagated (#20)
- Update tests with new SDK import path (#17)
- Upgrades api-client to 0.4.2 (#14)
- Adding support for Agent APIs via Tools and ChatModel (#12)
- Adding GleanToolkit
- Fixes incorrect call pattern with api-client (#13)
- Extracts auth and client configuration to a mixin
- ensure version files are properly synchronized
- Adds better error handling for retriever and tool
- Implements GleanSearchRetriever and GleanSearchTool
- Fixing publish workflow
- Updating default for act_as to be empty string vs. None
- Ensure uv is executing python via venv
- Fixing imports (they were failing the check imports task
- Updating README.md to correct examples
- Fixing retriever type errors
- Fixing mypy errors
- Fixing actions workflows to use correct uv action
- Updating README.md and adding CONTRIBUTING.md