Skip to content

Bump to agentops 0.4.18 and python 3.10 - #11

Merged
Yuge Zhang (ultmaster) merged 1 commit into
mainfrom
bump-agentops-0-4-18
Jul 23, 2025
Merged

Bump to agentops 0.4.18 and python 3.10#11
Yuge Zhang (ultmaster) merged 1 commit into
mainfrom
bump-agentops-0-4-18

Conversation

@ultmaster

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings July 23, 2025 10:25

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the agentops dependency to version 0.4.18 and raises the minimum Python requirement from 3.9 to 3.10. The changes accommodate API changes in the newer agentops version by adding support for additional keyword arguments.

  • Updated agentops dependency constraint from <0.4.18 to <=0.4.18
  • Raised minimum Python version requirement from 3.9 to 3.10
  • Modified function signature to accept additional keyword arguments for compatibility

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Updated Python version requirement and agentops dependency version
agentlightning/instrumentation/agentops.py Added **kws parameter to handle additional keyword arguments
Comments suppressed due to low confidence (1)

agentlightning/instrumentation/agentops.py:30

  • [nitpick] The parameter name 'kws' is unclear and inconsistent with Python naming conventions. Consider renaming it to 'additional_kwargs' or 'extra_kwargs' for better clarity.
    def _handle_chat_attributes_with_tokens(args=None, kwargs=None, return_value=None, **kws):

@ultmaster
Yuge Zhang (ultmaster) merged commit 6f280d1 into main Jul 23, 2025
7 checks passed
@ultmaster
Yuge Zhang (ultmaster) deleted the bump-agentops-0-4-18 branch October 28, 2025 01:18
euntaek hong (euntaek-hong) pushed a commit to wrongbutworks/agent-lightning that referenced this pull request Aug 17, 2026
euntaek hong (euntaek-hong) pushed a commit to wrongbutworks/agent-lightning that referenced this pull request Aug 17, 2026
…vention, ordering discussion

Decisions added:
- microsoft#11: GSM8K 30-problem subset for math-poc dataset
- microsoft#12: Image = environment, config.command = task selector
- microsoft#13: Dockerfile.agent build context = examples/
- microsoft#5 updated: unified scripts/build_images.sh (bash, minikube)
- 4a.6 updated: build_images.sh + .dockerignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants