Releases: AgentOps-AI/agentops
Releases · AgentOps-AI/agentops
0.1.3
0.1.2
What's Changed
- print token cost on session end by @bboynton97 in #145
- Examples by @bboynton97 in #146
- Dependency fix by @bboynton97 in #147
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- moved agent_id assignment by @HowieG in #136
- fix(sdk): Removing duplicate line from langchain handler by @HowieG in #141
- Crew support by @bboynton97 in #143
- fix: test_sessions.py by @siyangqiu in #144
- Setting session to none if server does not return 200 for /sessions by @HowieG in #142
Full Changelog: 0.1.0...0.1.1
0.1.0-beta.7
What's Changed
- Bumped version for release b6 by @HowieG in #137
- Bumping version for release beta 7 by @HowieG in #138
Full Changelog: 0.1.0-beta.6...0.1.0-beta.7
0.1.0-beta.6
What's Changed
Full Changelog: 0.1.0-beta.5...0.1.0-beta.6
0.1.0-beta.5
What's Changed
- parent key support by @bboynton97 in #117
- fix: remove unused imports by @siyangqiu in #120
- Parent key by @bboynton97 in #121
- LLMEvent.model can take MODEL enum or string by @HowieG in #122
- initializer error by @bboynton97 in #123
- Refactored end_state by @HowieG in #124
- feature: Increase max wait time by @siyangqiu in #125
- Moved default values down to Configuration which is lowest level, not Config by @HowieG in #126
- Eng-113-events-docstring by @HowieG in #128
- Simplify naming of prompts and completions by @siyangqiu in #131
- fix: init passes arguments in the wrong order by @siyangqiu in #132
- test action by @bboynton97 in #134
- Crew Integration Changes by @bboynton97 in #133
- Beta 5 Release tag by @bboynton97 in #135
Full Changelog: 0.1.0-beta.4...0.1.0-beta.5
0.1.0-beta.4
What's Changed
- record_function uses singleton by @bboynton97 in #118
- Decorator singleton fix by @bboynton97 in #119
Full Changelog: 0.1.0-beta.3...0.1.0-beta.4
0.1.0-beta.3
v0.1.0-beta.3
BETA
Our biggest update yet
Full Changelog: 0.1.0-beta.1...0.1.0-beta.2
What's Changed
- Fix-init by @siyangqiu in #116
0.1.0-beta.2
v0.1.0-beta.2
BETA
Our biggest update yet
Key Changes
- Example Updates
- Singleton Pattern
- Langchain Handler Update
- Interprets Session Result from Process Result
- Support for Pydantic
Changelog
- Update Openai GPT Juypter Notebook example and add python and sdk version to host-env by @siyangqiu in #110
- singleton with init() by @bboynton97 in #112
- Remove Session Ratings by @siyangqiu in #111
- Update langchain handler for v1 by @HowieG in #109
- Normal exits return success, Remove Logger, Update tests by @siyangqiu in #114
- pass params through for visibility by @bboynton97 in #113
- Implementation Bugs by @bboynton97 in #115
Full Changelog: 0.1.0-beta.1...0.1.0-beta.2
0.1.0-beta.1
v0.1.0-beta.1
BETA
Our biggest update yet
Key Changes
- Multi-Agent Support
- Better event tracking
- Changes to how Sessions are manages
- Supports agents running on different processes or machines
- Tracks errors more effectively
- New TOS
- AgentOps Client follows singleton pattern
Backwards Compatibility
Versions 0.0.x have entered maintenance mode only. There is no EOL at this time.
Bug fixes will be prioritized, but new features will be implemented in 0.1 only.
Changelog
- Refactor new db structure by @bboynton97 in #85
- optionally bypass create new session on client init by @bboynton97 in #86
- feature: client support starting new sessions by @siyangqiu in #89
- feature: display warning messages to users by @siyangqiu in #90
- moves session_id out of event and to batched request by @bboynton97 in #97
- fix: update configuration to match new requirements by @siyangqiu in #98
- feature: track developer errors if there is an api key by @siyangqiu in #99
- event types by @HowieG in #100
- show session url on new session by @bboynton97 in #101
- Multi agent support by @bboynton97 in #102
- use environment variable for endpoint by @bboynton97 in #103
- added psutil to dependencies by @bboynton97 in #106
- Updated llm_tracker to support new event types by @HowieG in #105
- Readme error log consent by @bboynton97 in #96
- record_function should use singleton and be separated into its own file by @HowieG in #107
- Refactor of llm_tracker and chatml validation by @HowieG in #108
Full Changelog: 0.0.22...0.1.0