Skip to content

Releases: AgentOps-AI/agentops

0.4.11

12 May 20:38
96e3059

Choose a tag to compare

What's Changed

Full Changelog: 0.4.10...0.4.11

0.4.10

08 May 20:36
30d999d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.9...0.4.10

0.4.9

02 May 23:51
0a12b59

Choose a tag to compare

What's Changed

Full Changelog: 0.4.8...0.4.9

0.4.8

27 Apr 09:10
704110d

Choose a tag to compare

What's Changed

Full Changelog: 0.4.7...0.4.8

0.4.7

24 Apr 00:39
db088a0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.6...0.4.7

0.4.6

07 Apr 22:18
453f3dc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.5...0.4.6

What's Changed

New Contributors

Full Changelog: 0.4.5...0.4.6

0.4.5

25 Mar 00:05
c1a4015

Choose a tag to compare

What's Changed

  • Updated README with updated usage examples for new decorators and session management. Introduce session, agent, operation, task, and workflow decorators for improved observability. by @Dwij1704 in #862
  • Updated unit tests for decorators by adding workflow and task nesting validation. by @Dwij1704 in #863
  • Update README.md by @srilaasya in #872
  • Update README.md by @areibman in #874
  • Configure Ruff to enforce unused imports and undefined names by @tcdent in #881
  • Log deeplink to trace on AgentOps dashboard. by @tcdent in #879
  • Add langchanin callback handler by @Dwij1704 in #876
  • Version bump to 0.4.5 by @tcdent in #880
  • Refactor Agents SDK instrumentation. by @tcdent in #854

New Contributors

Full Changelog: 0.4.4...0.4.5

0.4.4

17 Mar 21:07
c9faca8

Choose a tag to compare

Changelog

  • Reduce the delay of span export from five seconds to one second to avoid orphaned spans during unexpected system exits (not necessarily exceptions but explicit exits from other applications). Expose this configuration parameter as an environment variable
  • Fixes #838 @the-praxs
  • Fixes #710 @tcdent
  • Restores support for Python 3.9 which has not yet reached EOL
  • Crew released version 105 which interacts with the legacy public API in a different manner. AgentOps is now integrated as a separate [module] (https://github.com/crewAIInc/crewAI/blob/main/src/crewai/utilities/events/third_party/agentops_listener.py) and we have included support for this refactor here.
  • Versions less than 105 were mostly covered by the existing implementation is also supported in this PR.
  • Tested with openai-agents to verify span export

Tests

  • Implements tests/unit/test_session_legacy.py to verify full backwards compatibility with CrewAI's and other libs
  • Removes deprecated failing tests:
    • test_insturmentation.py
    • test_instrumentation_errors.py
    • test_core.py
  • Favors test_decorators.py
  • Adds an implementation of crew AI testing in test/unit/test_session_legacy.py

0.4.3

14 Mar 17:35
e47b894

Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...0.4.3

0.4.2

13 Mar 16:55
d0b8f8a

Choose a tag to compare

fixes compatibility with crewAI.