0.3.5
🦗 Bugfix release
What's Changed
- fix: Pass empty list for functions==None by @sarahwooders in #983
- feat: Update REST API routes GET information for agents/humans/personas and store humans/personas in DB by @sarahwooders in #1074
- feat: return
server.server_llm_config
information for REST endpoint by @sarahwooders in #1083 - fix: patch AutoGen integration for
0.3.5
+ add AutoGen integration tests by @cpacker in #1081 - fix: huggingface embeddings dependency by @thefux in #1087
- feat: Add more tests to
test_metadata.py
by @sarahwooders in #1082 - ci: skip autogen test if no oai secret by @cpacker in #1095
- ci: patch embedding issue in tests by @cpacker in #1096
- feat: move agent_id from query param to path variable and remove unus… by @goetzrobin in #1094
- fix: return uuid stored in config by @goetzrobin in #1092
- feat: create humans personas by @goetzrobin in #1093
- feat: isolate test config from main config by @tombedor in #1063
- feat: one time pass of
autoflake
+ addautoflake
to dev extras by @cpacker in #1097 - fix: move to
TokenTextSplitter
for more reliable chunking by @sarahwooders in #1098 - chore: only install
llama-index-embeddings-huggingface
for extraslocal
by @sarahwooders in #1099 - chore: bump version to
0.3.5
by @cpacker in #1091 - fix: bug with storing embedding info in metadata store by @sarahwooders in #1101
- feat: add
GET
REST API route for listing tools by @cpacker in #1100
New Contributors
Full Changelog: 0.3.4...0.3.5