Releases: AgentOps-AI/agentops
Releases · AgentOps-AI/agentops
0.2.6
Notable Changes
- Fix exception when you don't have
ollama
installed and callstop_instrumenting()
What's Changed
- Langchain added to documentation by @albertkimjunior in #273
- Legibility updates to Documentation by @albertkimjunior in #268
- Fixes #254 by @albertkimjunior in #269
- Update README.md for LiteLLM support by @albertkimjunior in #275
- fix
undo_override_ollama
by @siyangqiu in #278 - bump version by @siyangqiu in #279
Full Changelog: 0.2.5...0.2.6
0.2.5
Notable Changes
- Ollama Support! @sprajosh
- Everything from 0.2.4 minus check_init for decorators.
What's Changed
- Updated starter example by @albertkimjunior in #266
- Return token cost on session_end by @sprajosh in #264
- revert Apply @check_init to decorators by @siyangqiu in #271
New Contributors
- @albertkimjunior made their first contribution in #266
Full Changelog: 0.2.4...0.2.5
0.2.4
Notable Changes
- Ollama support by @sprajosh!
What's Changed
- Update README.md by @AtomSilverman in #258
- black formatting by @bboynton97 in #259
- Ollama Support by @sprajosh in #237
- Apply @check_init to decorators by @siyangqiu in #260
- added gifs and banner images by @areibman in #261
- add codecov bot by @bboynton97 in #263
New Contributors
- @AtomSilverman made their first contribution in #258
- @sprajosh made their first contribution in #237
Full Changelog: 0.2.3...0.2.4
0.2.3
What's Changed
- Doc changes
- renaming _ to - by @HowieG in #240
- ignore .python-version by @HowieG in #244
- Ignore partitions with access errors. by @mbarnathan in #246
- agentops functions dont work without first calling init by @bboynton97 in #255
New Contributors
- @mbarnathan made their first contribution in #246
Full Changelog: 0.2.2...0.2.3
0.2.2
0.2.1
Notable Changes:
This change is primarily bug fixes and QOL features.
What's Changed
- Docs overhaul by @HowieG in #226
- Converted image files to raw links by @areibman in #228
- fix: update feature_request.md by @eltociear in #229
- add color to session replay link by @bboynton97 in #230
- support to skip crew ending sessions automatically by @bboynton97 in #231
- Tag as list by @bboynton97 in #225
- remove dupe events by @bboynton97 in #232
- Fix images by @areibman in #233
- Typos by @HowieG in #234
- fix: dupe client created with autogen by @bboynton97 in #235
New Contributors
- @eltociear made their first contribution in #229
Full Changelog: 0.2.0...0.2.1
0.2.0
Notable Changes:
- We recently created a v2 API that should be easier to understand, more performant, and more feature rich. This release updates the SDK to use the new API. This change allows us to support changes such as one one that @stateofkate proposed.
What's Changed
- feature: switch to agentops api v2 by @siyangqiu in #209
- formatting: use black formatter by @siyangqiu in #222
- docs: update logo by @siyangqiu in #224
- Fixing broken links in docs by @HowieG in #219
Full Changelog: 0.1.12...0.2.0
0.1.12
Notable Changes:
- Improved logging. Set logging level by ENV variable
- Docs have been moved to the SDK repo
- Autogen support
What's Changed
- feature: better logging by @siyangqiu in #215
- Added screenshots to img by @areibman in #214
- move docs by @siyangqiu in #217
- fix: indent error event and fix types by @siyangqiu in #216
- Added session link to end_session by @HowieG in #213
- docs: poetry, env variables, favicon by @siyangqiu in #218
- Docs overhaul - Introduction+Quickstart by @HowieG in #221
- Autogen support 2 by @bboynton97 in #220
- setup logging config in callback handler by @bboynton97 in #223
Full Changelog: v0.1.11...0.1.12
0.1.11
Notable Changes:
- Additional Cohere support - adds tracking for the web connector and citations
- Autogen support
- Removes Langchain as an unlisted dependency (crash if you don't have it installed, but not in pyproject.toml)
What's Changed
- Fix Crew reference in README by @HowieG in #193
- Fix: not having langchain no longer raises an unhandled exception by @siyangqiu in #203
- Autogen support by @bboynton97 in #204
- Fixed typo that was causing crash when not using autogen by @HowieG in #207
- Fixed misordering of create_agent by adding named parameters by @HowieG in #208
- Adding data to host_env by @HowieG in #205
- More support for cohere plus example by @HowieG in #212
- Collapsable installation sections sections by @areibman in #211
- Adding session_id to developer_errors by @HowieG in #210
Full Changelog: 0.1.10...v0.1.11