0.3.7
🦂 Bugfix release
What's Changed
- feat: add example for google search custom function by @sarahwooders in #1133
- feat: add in-context message field ('in_context') to message dicts returned by
GET /api/agents/{a_id}/messages
by @cpacker in #1135 - docs: update connector documentation by @sarahwooders in #1136
- feat: enable tool selection via agent creation POST by @cpacker in #1137
- feat: add (dummy) create tool route by @cpacker in #1139
- feat: expose cursor based retrieval of previous messages by @goetzrobin in #1140
- fix: fix key typo when getting archival memory response by @goetzrobin in #1141
- fix: correct dummy tools api call response by @goetzrobin in #1142
- fix: patch agent creation bug that resurfaced by @cpacker in #1143
- fix: fix existing agent listing for CLI by @sarahwooders in #1146
- docs: Update api.md by @serkanh in #1158
- feat: implement remaining
Admin
routes in client and add tests by @sarahwooders in #1157 - fix: (1) refactor in
Agent.step()
to fix out-of-order timestamps, (2) bug fixes with usage ofpreset/human
vs filename values by @cpacker in #1145 - feat: during agent creation - create new presets in the DB if the preset had overrides by @cpacker in #1159
- feat: Allow timestamp in
send_message
POST by @cpacker in #1161 - fix: fix azure credential configuration by @xavieryao in #1152
- feat: add remaining Python client support for REST API routes + tests by @sarahwooders in #1160
- feat: return source metadata with
list sources
route by @cpacker in #1164 - feat: add google search example by @sarahwooders in #1167
- fix: write temporary file for REST upload file endpoint + return number added passages/documents by @sarahwooders in #1169
- feat: add
Preset
routes to API + patch fortool_call_id
max length OpenAI error by @cpacker in #1165 - feat: move
source_id
to path variable by @cpacker in #1171 - feat: return information on attached agents when getting list of sources from API by @cpacker in #1172
- chore: bump version to
0.3.7
by @cpacker in #1173
New Contributors
- @serkanh made their first contribution in #1158
- @xavieryao made their first contribution in #1152
Full Changelog: 0.3.6...0.3.7